I want to query my Supabase table using the ID in the slug e.g. localhost:3000/book/1 then show information about that book on the page in Next.js. Table book/
i am upgrading my .net core 3.1 solution to .net 6.0 but facing issue in WebClient of System.Net and after upgrading solution to .net 6.0 i am using HttpClient
I am trying to show markers on google map. And it is working fine if I use static array for marker's lat and long. But when I try to make dynamic using php arra
I've created serializing nested be using serializers as document models.py class Category(models.Model): name = models.CharField("Name", "name", max_length=
I am able to run the same file from the terminal, but when I run the file in VS Code, it says that I do not have python installed. If I debug the file it runs f
I am trying to run and debug a javascipt file. I followed the guide on the official website and downloaded Node JS (v16.14.0) and the javascript debugger extens
SELECT project_name, (CHAR_LENGTH(company_id) - CHAR_LENGTH(REPLACE(company_id, ',', '')) + 1) as total FROM project_management;