The following code is giving base route instead of nested routes or I can say the current route function test() { const route = useRouteMatch(); useEffect((
I am using JSON to Kotlin plugin for generating DTO classes with Moshi to save a lot of time dealing with complex JSON response from APIs. Just to give a glimps
I want to make a component with increment and decrement functionality. Increment and decrement arrow buttons are aligned vertically and a text on the right side
I have a file with words and I need to print only the lines that are less than or equal to 4 characters but I'm having trouble with my code. There is other text
In Asp.net Core Identity, it allow to login with Facebook/Google. On browser, after Facebook/Google login success it callback to my backend, it's the OnGetCallB
I had code in OpenCL where I use clCreateProgramWithBinary() to create the program from binary. I am porting this application to CUDA and I don't find any simil
I have a dataframe and a groupby object that I want to add as columns to the groupby. They are the right shape to fit together, but for some reason don't. I've
I have an app I'm developing with many screens, images and I am noticing launch time increasing as I go. I would like to experiment with lazy load/optimization