I am currently trying to create an interactive comment section that allows users to comment, reply, and like/dislike the comments of others. I am currently stuc
Trying to use Express JS with React app and PostgreSQL DB for first time, I am following this tutorial, but editing slightly for my need (recipe storage). I am
This page works for showing everything but the images, which are stored in the public/uploads folder with filenames as "1.jpg", "2.jpg" etc. I seem to be unable
I'm trying to create check digits and append them after the original UPCs. Here's the sample data Because there are leading 0's, I have to read the data as stri
I am coding a voice assistant to automate my pc which is running Windows 11 and I want to open apps using voice commands, I don't want to hard code every instal
I would like to update the global variable status after the try block runs successful. Is there a way to do so. The code below seem not work as intended. status
I have the following linker script: SECTIONS { .arora_exec_free_space 4399531 : { *(.text) *(.rodata) *(.data.rel.ro.local)
Below code is my existing code wherein it is processing and writing data into multiple collections one after another. My requirement is i want to write into mul