This error pops up when I run live server through chrome from vscode, I'm not sure how to proceed. HTML and CSS works but JavaScript doesn't run at all. // <
I've a problem. I'm new to nodejs so probably it's really easy to fix it. In the main directory, I've a .env file. In the main.js file I've: const express = req
I want to perform a find using a field that is a string array "tags": ["tag","lóngword", "word", "test"] I want this document match as result if i searc
Hello i have macro where download all attachments from multiple emails, this code works fine, but I need change code to change every file name where was downloa
The function wordPass is supposed to take two words/strings as parameters and look for letters that they have in common. If they have letters in common, the fun
I'm using Django for my backend and I'm wondering whether doing following thing hits the database. I know Django Querysets are lazy thus doing this only hits th