I really appreciate how you not only explain the "how" but also the "why" of each aspect of Mongo/Mongoose. Really helps to form a better understanding of these technologies.
I have watched more than 20h content of express and mongodb. Most had some caveat or hallucination in the tutorial design. But THIS ONE, this one made it simple. And still, deep enough to make me learn new things. And to top it of, I finally managed to make things work. I love you! Thanks!
Glad to hear this! I would be extending this crash course in a different video, we have just touched the surface of awesome things we can do with databases ;)
21:27 - "I have already a frontend boilerplate setup for you guys" - well where is it? I don't see any link to codepen or github in your description below video?
I personally am not a huge fan of passportjs because it abstracts away way too much from developers, authentication is *usually* not that hard if you understand the basics (OAuth and password-based logins). But I'll definitely add it to the list. Thanks Shubham!
I'm using a Macbook Air but the Robo 3t app doesn't start any servers successfully, it always fails even though I installed the Community Server of mongodb like you asked in the video, is there anyway you could help me please?
Create read update delete, we typically do this for each database model (collections) and it is really repeating pattern for every apps (some tools even support automatic generation of CRUD)
Don't use so many advanced javascript concepts and that too without explaining. Also, you kept most of the things ready made, which doesn't make this a "course" at all. Felt like you were revisiting the code for yourself and not for the people.
MongoDB is a part of the Full Stack Developer Roadmap on codedamn that you can use to build over 25 Projects: bit.ly/fullstack-codedamn
nice tut
I really appreciate how you not only explain the "how" but also the "why" of each aspect of Mongo/Mongoose. Really helps to form a better understanding of these technologies.
I have watched more than 20h content of express and mongodb. Most had some caveat or hallucination in the tutorial design. But THIS ONE, this one made it simple. And still, deep enough to make me learn new things. And to top it of, I finally managed to make things work. I love you! Thanks!
Thanks Mehul! Have been waiting for this.
Me too
Glad to hear this! I would be extending this crash course in a different video, we have just touched the surface of awesome things we can do with databases ;)
You're great at teaching, explain this like a BOSS!
Great one! Really helped me start with mongoose and implementing in real project. Keep it up 🔥
this is really really good. great work
Thanks Mehul! I was going with you and made all things with typescript and react,
What a kind description thanks a lot
What script are you running in the terminal to get the server up and running?
21:27 - "I have already a frontend boilerplate setup for you guys" - well where is it?
I don't see any link to codepen or github in your description below video?
Oops. Here's the repo link: github.com/mehulmpt/node-mongodb-todo
Added it to description too. Thanks!
@@codedamn that is the final project of this video
I finally have an understanding on how to implement mongoose
Can you please tell me your VSCode theme. I have been looking for it for a while now
It's One Dark Pro Monokai
nice video I recommend this for mongoose, and mongo db
Great teacher!
Does it work offline
the robo 3t doesn't work with mongodb v5 and mongodb v4 doesn't support ubuntu v20
Sir can you please make the passport js course in node js or react js sir ?
please ................................................
I personally am not a huge fan of passportjs because it abstracts away way too much from developers, authentication is *usually* not that hard if you understand the basics (OAuth and password-based logins). But I'll definitely add it to the list. Thanks Shubham!
@@codedamn Whats the other best way to do oauth then? I wanna learn oauth and dont know where to start. Could you pls tell where to start ?
I'm using a Macbook Air but the Robo 3t app doesn't start any servers successfully, it always fails even though I installed the Community Server of mongodb like you asked in the video, is there anyway you could help me please?
@Babatunde Olayinka what was the error message exactly
Yay was expecting this video to end my project
Glad to know :)
Anybody knows this vscode theme? Thanks for the vid
Monokai Pro Dark
I think ABYSS theme is theeeeeeee BEST😃😃
@@codedamn There's no such theme in VSCode Extensions!! Can you please give the link to the theme extension?
Pretty clear.
Thank you for sharing.
Glad it was helpful!
@@codedamn Where can / should host these kind of projects?
@@sergiob3698 heroku, netlify
@@sudhanvahebbar1709 thank you
What is the name of this theme pls?
Monokai Pro Dark
Thanks a lot!
You're welcome!
Thankyou❤️
Robo 3T and Mongodb Compass.. aren't those for the same purpose? (I'm noob just in case)
Yes both works the same but go with mongodb compass.
@@anuj7286 and why is that?
Crud?? What's this?
Edii: ya I can google it but
Want to listen from some of the commentators 😃😃
Create read update delete, we typically do this for each database model (collections) and it is really repeating pattern for every apps (some tools even support automatic generation of CRUD)
@@minjaekim184 😃😃
Why mongoose is schema based but mongodb not
Don't use so many advanced javascript concepts and that too without explaining. Also, you kept most of the things ready made, which doesn't make this a "course" at all. Felt like you were revisiting the code for yourself and not for the people.