I would like to know if it is possible to lower the quantity without touching the database because here I would like the quantity variable to decrease but witho
I use nuxt 3. I have this code on my serverside. findAuthorByEmail(email: string, showPassword = false) { return Author.findOne({ email }) .select(s
I have an arraylist of records that is from an input csv file. Some records have full columns but some have null. For example: abc, 1441652452, 8.64015, 52.750
i am newby in .net and entity and i think i have a very basic problem what gives me headache. I am trying to build a simple crud controller for a Postgres DB us
#include<iostream> using namespace std; class student{ public: int a; get_a(){ cout<<"Give value o
I made a simple Async function and wanted to test run it in my react app. The function is: async function WAIT(time: any) { await new Promise((r) => setTim
Good day, I have been asked to convert an entire VueJs template into pure HTML to use it in Angular. I have access to all of Vue's files, in fact the entire cod