Sir please make a video on how to become a software developer without any CS degree step by step kon konsi language and tools seekhni ha to become a software developer
Suppose mujhe file upload krna hain then kse api banu ...isse to mujhe file uploaded k baad uska name milega right but mujhe image public main store chhiye and uska path mysql/mongoose main chhiye. Edit: Main collage k liya project bana rha hu ager jndi reply doge to bhoot help hoga
yes,by the following method app.put('/update/:_id',async(req,res)=>{ let data=await product.updateOne({ name:"hello"}, {$set:req.body}) console.log(data) res.send(data) })
Apke padane ka tarika bahut achcha hai apka react ka course mere liye bahut helpful rha sikhne me 😊😊😊
same here. node js bahut diffcult lag raha tha par this is very easy
Best Series ..Thank You Sir
Have learned a lot from your videos within two days only Thanks ♥😃
very well explained😍🥰
is this complete playlist for backend till 52 videos??
Best Playlist ever
Great Video....
Thank you so much
khub valo
appriciate it
Sir please make a video on how to become a software developer without any CS degree step by step kon konsi language and tools seekhni ha to become a software developer
Sir this lecture series include express JS and Mongo db please reply sir?
what is the purpose of (__v : 0) in every response after using mongoose please answer.
it too late to respond it, but for any future seeker, __v indicates versioning for each and every single entry.
please make a video on cookie-parser i request
Suppose mujhe file upload krna hain then kse api banu ...isse to mujhe file uploaded k baad uska name milega right but mujhe image public main store chhiye and uska path mysql/mongoose main chhiye.
Edit: Main collage k liya project bana rha hu ager jndi reply doge to bhoot help hoga
please make a website using angular and node js
lecture 42 completed
Sir when i use any port that's work only 2- 3 time's and i have to change port again so please fix this problem
What is problem write properly
Sir can we delete by name instead of id
yes,by the following method
app.put('/update/:_id',async(req,res)=>{
let data=await product.updateOne({
name:"hello"},
{$set:req.body})
console.log(data)
res.send(data)
})
@@vaibhavsolanki8225 you are telling him about update he asked about delete
delete is not working