I'm facing a lot of trouble to understand relationship in mongodb and nodejs after watching this video it blow my mind thank you bro
@ProgrammingExperience2 жыл бұрын
Hmm Good Brother 👍
@ToughChallenges9 ай бұрын
ak number hai bhai gch hai
@ProgrammingExperience9 ай бұрын
Thanks brother 👍
@SumitKumar-j2o4s10 ай бұрын
Now i understand how to perform relations with different models in mongoDB. Thank you! this video been a great help.
@ProgrammingExperience10 ай бұрын
Your welcome brother 👍
@scooby8961 Жыл бұрын
What bro?😮 Very very good explanation for populate method. Thanx for this video 🎉🎉🎉
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍🤗
@dfhg315 Жыл бұрын
thnx bro/sir 🤩🤩 was much better and simple then other yt videos
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@DeepakSharmarss Жыл бұрын
thanks . described with proper way
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@mudeajay Жыл бұрын
you all videos are very informative it helps a lot
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@BakshaliNazarov Жыл бұрын
Amazing, it helped me a lot
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@manishrawat147211 ай бұрын
Thanks Bro your video is helpful
@ProgrammingExperience11 ай бұрын
Your welcome brother 👍
@virajkale322 Жыл бұрын
wasting my day for finding solution and boom at last your video come and magic happensssssss
@ProgrammingExperience Жыл бұрын
😀😀 cool brother 👍
@tejaswavhal2626 Жыл бұрын
This video is Helpful
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@madhuripathak7079 Жыл бұрын
Too good 👍
@ProgrammingExperience Жыл бұрын
Thanks dear 👍
@ijazkhan4968 Жыл бұрын
awsm 👍
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@saltech23 Жыл бұрын
if i want to fetch data from two models using single api how can i do please help..... in populate u are passing some conditon to find() then populate... but i want both models data without any condition.... like Post.find().populate("user)....help me
@ProgrammingExperience Жыл бұрын
Yes you can use populate or lookup.
@shailmoktan8270 Жыл бұрын
it helped me alot , thank you
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@k.ashutoshbaitharu3964 Жыл бұрын
Very helpful!
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@scooby896110 ай бұрын
❤❤❤❤ soooouper
@ProgrammingExperience10 ай бұрын
Thanks brother 👍❤️
@vishalparmar1309 Жыл бұрын
Good work ❤
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@vishalparmar1309 Жыл бұрын
Please bro reply I am freshr node js interview creck Karne ke liye main topic kya he please replay I Hope you reply me ❤
@ProgrammingExperience Жыл бұрын
@@vishalparmar1309 brother simple hein apko node js ka basic ana chahiye, api banana ana chahiye & MVC pattern ana chahiye & last apko mongodb node js ki queries ani chahiye.
@vishalparmar1309 Жыл бұрын
@@ProgrammingExperience thanks brother
@ProgrammingExperience Жыл бұрын
@@vishalparmar1309 your welcome brother 👍
@prabhattambe4047 Жыл бұрын
Appreciated ❤️
@ProgrammingExperience Жыл бұрын
Thanks brother ❣️
@Tsdeveloper0079 ай бұрын
It helps me a lot
@ProgrammingExperience9 ай бұрын
👍👍👍
@sanankarim4384 Жыл бұрын
bro bro thanks for existing.
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@BMPSLearningMyanmar Жыл бұрын
I don't know your language but I understand your video thanks sir.
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍🤗 & where are you from?
@abhisinghal3759 Жыл бұрын
Good explanation 🔥
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@dilhaishaayr614210 ай бұрын
how to know one staff has multiple wrights? .... what should be the code for it?
@ProgrammingExperience10 ай бұрын
Then pls use aggregate, if you need to understand about aggregate in deeply, then you can check my roles & permission yesterday lecture.
@senjithp6285 Жыл бұрын
can i know how to populate all the ids stored in an array like ids: [ new ObjectId('6576f82d51a5ec17ee7f8d9s'), new ObjectId('6570b9310fed073e2996512e') ]
@ProgrammingExperience Жыл бұрын
Pls use lookup
@vishalgarna123 ай бұрын
But sir it's helpful ☺️
@ProgrammingExperience3 ай бұрын
Thanks brother 👍
@flutterdeveloper Жыл бұрын
Appreciated
@ProgrammingExperience Жыл бұрын
👍👍
@akhils350 Жыл бұрын
Sir in insomania when clicking on send it says error couldnt connect to servers please help
@ProgrammingExperience Жыл бұрын
Send me screenshot on mail.
@AsishSharma-gi8tb Жыл бұрын
Thanks Buddy
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@vishalgarna123 ай бұрын
I'd me jo object I'd laga hota hai wow hi hota hai object I'd 😢 sir decode nahi ho raha koi dusri algorithm btao 😅
@ProgrammingExperience3 ай бұрын
Aggregate used kariye.
@saltech23 Жыл бұрын
const blogPosts = await Post.find().populate('user'); i am not able to see both data only post data is showing................part of post model user: { type: mongoose.Schema.Types.ObjectId, ref: 'User', }, const User= new mongoose.model("User", userSchema) my user model creation
@ProgrammingExperience Жыл бұрын
Please check the post id as object id stored in db or not?
@saltech23 Жыл бұрын
in db my both object id are diffrent.....will applying jwt to User effetc the ref and populate @@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
You need to send the your problem on my mail.
@saltech23 Жыл бұрын
Send please ur maiil
@ProgrammingExperience Жыл бұрын
Pls check description
@vikasmenghani247711 ай бұрын
thankyou :)
@ProgrammingExperience11 ай бұрын
Your welcome brother 👍
@raedhasan2240 Жыл бұрын
Thank you for the informative tutorial. It was well-explained and helpful. However, I would suggest minimizing the repetition of the phrase 'Thik hein' as it became a bit distracting and annoying. Overall, the content was good and beneficial.
@ProgrammingExperience Жыл бұрын
Okay thanks brother, I will try to fixed this my problem by practice.👍🙂
@swapnilcodes2 жыл бұрын
Nice video sir... aggregate join and populate are same ??
@ProgrammingExperience2 жыл бұрын
Not same
@adarshsahu272 жыл бұрын
Bro Thank U
@ProgrammingExperience2 жыл бұрын
Welcome brother 👍
@alokspoddar5787 Жыл бұрын
Very nice sir, ek doubt tha ki kya hum search karsakte hai kya reference staff is ke name se right find karne ke liye , please batao sir bahaut dino se atka hu is issue me
@ProgrammingExperience Жыл бұрын
Abhi mein job kara raha hu free hokar apko comment read karta hu abhi read nahi ki h comment
@priyankabalode13982 жыл бұрын
Thank you
@ProgrammingExperience2 жыл бұрын
Welcome dear 👍
@priyankabalode13982 жыл бұрын
Hello sir...table successfully join hotay...but problem ek ASA ahe...jevha form edit karto apan...data get kelyaver...I'd as string mhnun consider hotiye...tyamule actual data nhi yet foreign key madhe ..why?
@ProgrammingExperience2 жыл бұрын
Language kon si bol rahe ho aap 🤔 understand nahi hua properly
@priyankabalode13982 жыл бұрын
Nodejs and angular
@priyankabalode13982 жыл бұрын
Post bhi hua hai properly...but edit ke time...data get Kiya toh...staff_id Mai...only I'd atta hai...as string...
@sandeepsolanki1932 жыл бұрын
Superb Aapke projects me ek bar entity diagram ko discuss kar sakte ho kya .. If you can so please tell me about entity diagram in No SQL database
@ProgrammingExperience2 жыл бұрын
Okay i will be try
@sahilanower9189 Жыл бұрын
Good, but you could have taken more examples, as in how to populate a other model directly from current retrieved details.
@ProgrammingExperience Жыл бұрын
Okay brother 👍
@ComfortHomeMassageChairs Жыл бұрын
problem is inside react how to insert with userid from frontend. In front and user id has _ this one so sad
@ProgrammingExperience Жыл бұрын
You can pass the user id Simple from frontend side and get on backend side.
@ComfortHomeMassageChairs Жыл бұрын
@@ProgrammingExperience sooo giving up on this populate one
@ProgrammingExperience Жыл бұрын
@BiChamdXauPTai okay 👍
@mdsafikulislam91139 ай бұрын
Is it still relevant in 2024?
@ProgrammingExperience9 ай бұрын
😅 when node js die, then populate method also die, if node js is live, then populate method also live.
@mdsafikulislam91139 ай бұрын
@@ProgrammingExperience Right answers to the Right Question! 😂😂
@Piyush_Kale_02 Жыл бұрын
thik hein * 100
@ProgrammingExperience Жыл бұрын
Nahi bhai thoda kam hoga 100 baar to nahi bola hoga😁
@Piyush_Kale_0211 ай бұрын
@@ProgrammingExperience are sir
@ProgrammingExperience11 ай бұрын
Koi baat nahi bhai thoda to sehen kar hi sakte ho 😉, baise lecture to thik tha na?
@Piyush_Kale_0211 ай бұрын
@@ProgrammingExperience are sir help hua bhot project ban gya pura
@ProgrammingExperience11 ай бұрын
@Piyush_Kale_02 okay brother 👍
@laluyazeed11317 ай бұрын
bro you did not cover one to many and many to many. that was the main topic
@ProgrammingExperience7 ай бұрын
I have cover these topics in project, this lecture is only for populate.
@laluyazeed11317 ай бұрын
@@ProgrammingExperience Can you create videos on One to many and many to many as well?
@ProgrammingExperience7 ай бұрын
@laluyazeed1131 okay sire i will create
@hardiksingh8745 Жыл бұрын
abcd
@ProgrammingExperience Жыл бұрын
What do you mean?
@HasnainBhutta-x4c Жыл бұрын
6887
@ProgrammingExperience Жыл бұрын
Matlab nahi samajh aya mujhe 🤔
@monuPatel-eu1po3 ай бұрын
useless bakwas bhut karta hai point to point explain nhi hai