I have a SQL Server database on my server and I've taken a backup of it. When I try to restore it to a local machine it is throwing me an error and t...
I have encountered situation that I can't explain how Redshift handles division of SUMs. There is example table: create table public.datatype_test( a...
I am working on an app in which I want to show a ProgressBar, but I want to replace the default Android ProgressBar. So how can I customize the ProgressBa...
I have to make some changes in my NextJS project because my endpoint API doesn't support many calls and I would like to make a refresh from the origi...
When creating an react native app with expo, expo installs many module that i don't need. Is there a way to remove these unwanted modules like barcod...
I think this is a simple question. As for many languages, you need to provide the return type before you write a function. however I didn't find solu...
Is the query history stored in some log files? If yes, can you tell me how to find their location? If not, can you give me any advice on how to see it?
How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I d...