I recently deployed a Next.js application for a software engineering boot camp. I am using Vercel for hosting the web app. The problem I am having has been spok
So I am trying to automate the dropping of TABLES in my Postgresql table I ensure the connections are working, I have done multiple queries previously, Now I wa
I am trying to upload an image from a react app to a Node.js backend but I am unable to get it to work. Here is my front end function: const handleImage = async
I have coded a game in python using pygame and it has worked with no errors so far. But to make it faster I wanted to compile it with PyPy. However, when I try
I have been trying to figure out and understand how to quick sort on a doubly linked list in python. I have a good understanding of how the quick sort is suppos
I want to control the servo motor with Jetson GPIO PWM using python code. I installed this GPIO repo for Jetson using sudo pip install Jetson.GPIO. I am tryin
I'm doing some operation on a variable modifying its data but I'd like to save it in another variable to be able to restore it if needed. I tried to declare my
I use Jest + SuperTest to test API. I would like to get the token and store it globally (using agent() method. It works fine when I have hardcoded token and use