I want to get value of appsetting inside StartUp and also using services for saving them. I create a static IServiceCollection method for AddTransient my custom
Basically I want to iterate 5 times through a list of two variables and populate the output iteratively. I'm probably not describing that well enough, so I'll s
i am trying to return data of the Staff , Staff_shops and Shop class in a route in order to get what shop that specific staff working on. I am trying to call by
I have a bunch of movie and tv .strm files in kodi that im trying to search. The .strm files are located in library/video/movies and library/video/tv/{showname}
I am using Docker to run some containerized apps. I am interested in measuring how much resources they consume (as far as regarding CPU and Memory usage). Is t
How to infer the type of the data coming from the query so that, I can have autocompletion in VS Code when populating my UI? I have been having a look at the co
I have added a picture of what I plan to implement. It's a group button where you can only select one option at a time. I used a package called "group_button" b
The function is as follows: const getProp = < TObj extends object, TKey extends keyof TObj >(props: TObj, key: TKey, def: TObj[TKey]): TObj[TKey] =>
Here is my code. As you see i use arrays s1, s2, .. etc for results. But when i change recursivly s1, s2, .. etc, it changes on all steps of the recursion. So a
We have one peculiar issue in SSR rendering. Pages are being served from cache layer from second time in SSR rendering. We want to disable this for certain use