I use the mongodb library in TypeScript for a few functions (e.g. lambda functions but that should not matter). The imports look like that: import { ObjectId, D
I have such a situation. I need to make a code work so that it selects only one PVISBN (Item Number) based on PVLICP (license plate) (I need t
Hello I am using keycloak with react , i used some keycloak code that i got from internet for keycloak and react integration . the problem is that when i use t
I'm parsing nested xml from fetched from postgres and packing it into nested dict. In the process I'm creating multiple temp variable to pass value after condit
I am facing error while showing JSON response. My code is here. app.get('/api/:id/:uid?',(req,res)=>{//? mean optional parameter console.log(req.params);