I want to have a python script running on my Ubuntu instance constantly. It's an AWS EC2 a1.medium instance and the script is taking pretty much 100% of the CPU
I'm trying to run the command const { Client } = require('pg'); const client = new Client({ host: 'localhost', port: 5432, user: 'root2', password: 'ro
I am having two branches on GitLab(1.Staging & 2.Production). In my Angular and NodeJS application there is one part(e.g. Contact us ), which I don't want t
I have to make a request to an endpoint with a non-existing id. The endpoint with all users returns a user list with the following structure: { "page": 1,
Arrays and std::vectors (and, supposedly, all standard containers) are browseable in the Visual Studio debugger (you can hover the mouse pointer over them and i
I am developing a parking system web application, where users can book parking slots. I have two tables in my database: accounts (userID, username, Registration
Sometimes python seems to treat them as the same whereas other times it returns False when False is used but returns nothing with None. It seems to behave very