I need to authenticate some rest services using a token id in the url (or maybe in the request header - but this is not important for now). I am trying to use j
i have a model course and i also have a model review and rating that allows users rate a particular course. now i want to count all the ratings on each course w
I want to render both NavBar and Counters components in the same page. But when the applications always shows only the index element. I want to get both navigat
I have a following razor class library following files scripts/main.ts scripts/tsconfig.ts wwwroot/styles.css The typescript builds fine, but when I pack the pr
import geopandas File "c:/Users/awips/OneDrive/Desktop/Wxsky.py", line 8, in <module> import cartopy.crs as ccrs File "C:\Users\awips\anaconda3\lib\s
I'm working on test cases with react testing library. To write the test case I need to mock the useQuery and useMutation method of react query. If anyone knows
I am trying to upload an image to the server from Next js API. My codes is : Getting an image to Next API form react form : Next js form : const handleImgChange
I am trying to find a way to find consecutive elements in a collection in Scala based on a desired element being in the first position. I'd like to achieve this