Mongoose Crash Course - Beginner Through Advanced

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ค. 2024
  • FREE MongoDB Cheat Sheet: webdevsimplified.com/mongodb-...
    Mongoose is the best way to work with a MongoDB database in Node.js, but it is a pretty complex library. In this video I will explain absolutely everything you need to know about Mongoose including even the more advanced features that other tutorials don't cover.
    📚 Materials/References:
    FREE MongoDB Cheat Sheet: webdevsimplified.com/mongodb-...
    MongoDB Crash Course: • MongoDB Crash Course
    Node.js Install Video: • Your First Node.js Web...
    Async/Await Video: • JavaScript Async Await
    Async/Await Article: blog.webdevsimplified.com/202...
    🌎 Find Me Here:
    My Blog: blog.webdevsimplified.com
    My Courses: courses.webdevsimplified.com
    Patreon: / webdevsimplified
    Twitter: / devsimplified
    Discord: / discord
    GitHub: github.com/WebDevSimplified
    CodePen: codepen.io/WebDevSimplified
    ⏱️ Timestamps:
    00:00 - Introduction
    00:30 - Mongoose basics
    08:40 - Schema Types
    12:42 - Schema Validation
    18:55 - Query Basics
    24:04 - Schema Methods/Virtuals
    30:12 - Schema Middleware
    #Mongoose #WDS #MongoDB

ความคิดเห็น • 448

  • @centrumsaiyan7623
    @centrumsaiyan7623 ปีที่แล้ว +173

    Came here after your MongoDB crash. Man, I just want to let you know, you have taken so many extra miles to give your viewer nothing but your absolute best. I'm glad I am spending hours from my life watching your content. Thank you for your service, Kyle.

    • @cm-a-jivheshchoudhari9418
      @cm-a-jivheshchoudhari9418 ปีที่แล้ว +2

      same lmao

    • @wisdomsamuel-pe2fm
      @wisdomsamuel-pe2fm ปีที่แล้ว

      ❤❤❤

    • @immiketyson
      @immiketyson 4 หลายเดือนก่อน +1

      He is the only guy that makes our TH-cam screentime actually usefull, so it doesn't count as gen z screen time

    • @Arabi_Quest
      @Arabi_Quest หลายเดือนก่อน

      exactly

  • @mdirshath4174
    @mdirshath4174 2 ปีที่แล้ว +10

    I love your crash course series, whenever I forget about anything I straight away check your videos to get started. Thank you so much.

  • @Berkeli
    @Berkeli 2 ปีที่แล้ว +47

    This is a goldmine, this video has got to have the highest value per second watched ever. Thank you Kyle! I'm not even kidding when I say you answered some of the questions that keep me awake at night in a 30 Min video

  • @mikeonthebox
    @mikeonthebox 2 ปีที่แล้ว +32

    Mongoose also supports validation for update() and findOneAndUpdate() operations. In Mongoose 4. x, update validators are off by default - you need to specify the runValidators option. To turn on update validators, set the runValidators option for update() or findOneAndUpdate() .

  • @kllokoq
    @kllokoq 2 ปีที่แล้ว +23

    Another way to add createdAt and updatedAt, is to just add a second argument to Schema( ), an object with a property timestamps set to true! Fantastic tutorial!

  • @jhunter34
    @jhunter34 ปีที่แล้ว +1

    I've watched a number of your videos, you have a real knack for getting straight to heart of how things work, and how to use them. Many thanks my friend!

  • @SafaKadir
    @SafaKadir ปีที่แล้ว +2

    I love the way you explain everything simple and clear. Also you're not passing the advanced topics, instead explaining them really good which is awesome. Thanks

  • @mrumidjontv6235
    @mrumidjontv6235 ปีที่แล้ว +3

    Saying "Thank you" is not enough for your effort. You are amazing mentor on youtube ever!!! God bless you, bro. Keep goin!!!

  • @spreadItWide
    @spreadItWide 2 ปีที่แล้ว +66

    Kyle always reading minds! I was just taking a break from brushing up on mongoose! Lol just spent 20 minutes trying to update an item in a nested array, I made it wayyyy harder than it really was... but I'll just brush up with this video now. Thank you my man!

    • @mrdoner3451
      @mrdoner3451 2 ปีที่แล้ว +1

      its ok, i still cant write a for loop from memory.

    • @spreadItWide
      @spreadItWide 2 ปีที่แล้ว +1

      @@mrdoner3451 lol as long as we can get to stackoverflow!

    • @zakariaabdi6197
      @zakariaabdi6197 2 ปีที่แล้ว

      @@mrdoner3451 me same

    • @N451M4K
      @N451M4K 2 ปีที่แล้ว

      its google reading your brain

    • @lie456890
      @lie456890 ปีที่แล้ว

      @@mrdoner3451 😀

  • @CodeWithSahand
    @CodeWithSahand 2 ปีที่แล้ว +36

    This is an excellent video.
    Just enough information to get you started. 👌

  • @tesla1772
    @tesla1772 2 ปีที่แล้ว +20

    Momgoose schema also provides an timestamp option which when set to true creates createdAt and updatedAt property on its own

  • @mosabama
    @mosabama 2 ปีที่แล้ว +2

    Best Mongoose tutorial. Fast and to the point amd talks about almost everything. Thank you.

  • @alirida3428
    @alirida3428 6 หลายเดือนก่อน +1

    This is my first time using mongoose and this video gave me everything I needed even though I had no prior knowledge. ABSOLUTE BEST, keep up the good work man!!

  • @dave6012
    @dave6012 2 ปีที่แล้ว +62

    This should be a whole series! You could flesh out each of those concepts into real world scenarios. Much appreciated for filling the gaps in my mongoose acumen 🙌

    • @yonatansagi2245
      @yonatansagi2245 2 ปีที่แล้ว

      WŴQaQawWWAa2w2Aŵwqawaŵwqw 2qwa

  • @themixmaster
    @themixmaster 2 ปีที่แล้ว +1

    Thank you very much, I was looking for a good mongoose tutorial, and now I'm very lucky that my favorite teacher posted a new video on this topic!

  • @tech3425
    @tech3425 ปีที่แล้ว

    You really convey so much in so little time! I saw your MongoDB course earlier, that one was the same thing! Nice to have a concise resource like yours. You can watch one vid and be confident that you are aware of most of the capabilities of the software.

  • @ckiv1992
    @ckiv1992 ปีที่แล้ว

    definitely needed this. I've been so lost on the mongodb, node, and express thing due to not fully understanding mongoose. You the mvp webdev 👍👍👍

  • @guillegt7983
    @guillegt7983 2 ปีที่แล้ว +7

    Kayle, once again, an incredible tutorial. Congratulations. An excellent work. Your tutorials are helping me a lot in my new job where I´m developing basic apps with MEAN stack. I haven´t got a formal education in this topic and your work help tremendously. Thank you very much for shearing you knowledge. How I´d wish to program the way you do !!!! :) Thanks again from Argentine. Best regards Guille.

  • @gregudogu7079
    @gregudogu7079 2 ปีที่แล้ว

    Thank you Kyle.
    I was working on a project and ran into some issues.
    Grateful I bumped into this video.

  • @ShuAbLe
    @ShuAbLe ปีที่แล้ว

    Thanks for the tutorials. I've started here, gone back to another video you referenced about async await, gone back from there again to another video you referendec about promises, then back to here and it's all making sense to me right now. I can't believe I went through an entire udemy "complete web development" course without learning about async and promises.

  • @daydreamical
    @daydreamical ปีที่แล้ว

    Very straightforward and well-paced guide covering a lot of stuff with explained examples. Thanks a ton!

  • @akremevolution4459
    @akremevolution4459 2 ปีที่แล้ว +42

    Best mongoose crash course on the internet and even better than a complete course that I took on Udemy. Thank you Kyle

  • @Ninjaphil24
    @Ninjaphil24 ปีที่แล้ว +2

    Truly excellent work. I took your mongoDB course as well. You've been such a help generally!!

  • @bonnieowens9531
    @bonnieowens9531 2 ปีที่แล้ว

    Every one of your videos that I watch help me break through my coding walls. Thanks for your content!

  • @shash0_0
    @shash0_0 4 หลายเดือนก่อน

    So much value packed in one video, it's unreal. Thank you for this.

  • @karenavdalyan3647
    @karenavdalyan3647 2 ปีที่แล้ว

    This is one of the best tutorials I have ever watched)) The speed of explanation is also fantastic

  • @adiemar3974
    @adiemar3974 2 ปีที่แล้ว

    again, what a very great lesson. everything you need to get started all packed in this simple short video.

  • @aryankhullar7101
    @aryankhullar7101 2 ปีที่แล้ว

    Needed this since a long time , many tutorials were a bit outdated. Thank you!

  • @sunilanthony17
    @sunilanthony17 2 ปีที่แล้ว +3

    Your teaching skill is awesome. Love it, wish I was more involved on the front end and using NoSQL.

  • @Sapphiamur
    @Sapphiamur 2 ปีที่แล้ว +1

    Amazing explanations, thank you so much :)!!

  • @anikstudy9507
    @anikstudy9507 2 ปีที่แล้ว

    Loved the fact that the cheat sheet has both Dark and Light version. Thanks a lot!

  • @pretor89
    @pretor89 2 ปีที่แล้ว

    Yes!! This is the video I’ve been looking for! Thank you

  • @zamap4278
    @zamap4278 ปีที่แล้ว

    I've been doing FCC's backend course but I really had no idea how to handle saving models or anything in their entire mongoose unit. I'm glad I have your videos though, I love the way you teach bro

  • @Virtualexist
    @Virtualexist ปีที่แล้ว

    Very nice tutorial. I had to watch it in 0.8x to actually let things percolate in mind! It is amazing how someone is so intelligent, good looking, eloquent and so much more at the same time. You earned a subsriber and a fan sir!

  • @hadipawar2539
    @hadipawar2539 2 ปีที่แล้ว +1

    really looking forward to a Sequelize crash course! once again . awesome job!

  • @p._7555
    @p._7555 ปีที่แล้ว

    So focus, right to the point, so didactic and with the perfect timing dude👏👏👏

  • @tarekcoates7701
    @tarekcoates7701 2 ปีที่แล้ว

    I was stuck on this specific topic for so long and couldn't find the information until now, thank you so much!

  • @ali-celebi
    @ali-celebi 2 ปีที่แล้ว

    Very good content covering all the fundamentals of Mongoose. Thanks a lot!

  • @jatinvashisht4293
    @jatinvashisht4293 2 ปีที่แล้ว

    just completed the course: Hands down the best course I ever encountered on mongoose

  • @adriankaiser4642
    @adriankaiser4642 ปีที่แล้ว

    Excellent video! The content was delivered clearly and concisely! Thank you!

  • @rajamuhammadasher
    @rajamuhammadasher 2 ปีที่แล้ว

    Perfectly summarized. Good work Kyle

  • @MilanTiwariMessi
    @MilanTiwariMessi 2 ปีที่แล้ว

    I was looking for exactly this. Thanks Kyle.

  • @Max-tq1ig
    @Max-tq1ig 2 ปีที่แล้ว

    So straightforward, even at the end XD
    Thank you very much!

  • @2029leandro
    @2029leandro ปีที่แล้ว

    So well explained! Thank you for this, I can now start using mongoose in my projects!

  • @cold_
    @cold_ 11 หลายเดือนก่อน +1

    Nice video Kyle, your were really cooking with this video.

  • @Rel3D
    @Rel3D 3 หลายเดือนก่อน

    Thank you so much for your work! Keep up the great effort we all really appreciate it!!!❤❤❤

  • @ueslialmeida306
    @ueslialmeida306 2 ปีที่แล้ว

    Always impressive! Many thanks, Kyle!

  • @saadarman4718
    @saadarman4718 8 หลายเดือนก่อน

    Great one. So much content in this half hour video.

  • @alexanderst.7993
    @alexanderst.7993 ปีที่แล้ว

    god bless you man, seriously you are probably the reason i got into web dev to begin with!

  • @MiSt3300
    @MiSt3300 2 ปีที่แล้ว

    Just what I've been waiting for!

  • @liampugh4705
    @liampugh4705 2 ปีที่แล้ว

    Awesome timing bringing this out

  • @rakshitkathawate8838
    @rakshitkathawate8838 ปีที่แล้ว

    thanks, it was really good and quick overview before interview or even before starting out new project. Keep it up

  • @Nashiuz
    @Nashiuz 7 หลายเดือนก่อน

    You're amazing Kyle, thank you for these free resources bro

  • @gptwisdomtalks
    @gptwisdomtalks 2 ปีที่แล้ว

    Your videos are amazing brother , Simplified they are!

  • @anuragkushwaaha2091
    @anuragkushwaaha2091 9 หลายเดือนก่อน

    Just what I have been looking for !

  • @daveperry7179
    @daveperry7179 2 ปีที่แล้ว

    Thanks Kyle, fantastic as always

  • @germanromanoa
    @germanromanoa 2 ปีที่แล้ว

    Gracias!!!! Estaba luchando con errores, debido a que el curso que estaba siguiendo tenia versiones anteriores, Gracias nuevamente!

  • @mdmoazshamim4155
    @mdmoazshamim4155 2 หลายเดือนก่อน

    Thanks Kyle for this wonderful Mongoose Crash Course ❣

  • @mrdaho11
    @mrdaho11 2 ปีที่แล้ว

    your cheat sheet is extremely helpful ! I recommend it to everyone!! thanks for that free gift ! I'm slowly falling in love here xD keep up the great work!

  • @adnanahmad1062
    @adnanahmad1062 2 ปีที่แล้ว

    Kayle, once again, an incredible tutorial. Congratulations. An excellent work. Your tutorials are helping me a lot in my new projects. I haven´t got a formal education in this topic and your work help tremendously. Thank you very much for sharing your knowledge. Thanks again from pakistan. thanks and Best regards Adnan.

  • @krishnasudan3410
    @krishnasudan3410 2 ปีที่แล้ว +1

    Literally I was just going to learn mongoose. 💓💕Thanks

  • @Abdallah_Ismail
    @Abdallah_Ismail ปีที่แล้ว

    OMG I love your channel man LOVE it

  • @TegemeaLema
    @TegemeaLema 2 ปีที่แล้ว +1

    Thank you man, cool enough to love Mongoose & MongoDB more..!

  • @VIJAYKUMAR-ff1wo
    @VIJAYKUMAR-ff1wo 8 หลายเดือนก่อน

    loved it, advanced topics have been covered with ease❤❤❤

  • @johnt.5646
    @johnt.5646 ปีที่แล้ว +1

    Fantastic effort and work for this video!!
    Nice

  • @shreyanshmishra31
    @shreyanshmishra31 2 ปีที่แล้ว +2

    This was really an amazing and insightful video Kyle. Thank you for your efforts.
    Can you please make a video on how to connect front-end (using React) with back-end (using Express.js and mongoose). Would really appreciate it.

  • @paolodt7588
    @paolodt7588 2 ปีที่แล้ว

    just what i was willing to learn today ... you're a master ... just don't rush ... our first language is not always english ... is already difficult to learn programming ... tx for u effort

    • @nextentrepreneur9288
      @nextentrepreneur9288 2 ปีที่แล้ว +1

      He can't make everybody fit in, you'll need to develop your english ear more

  • @manoj-k
    @manoj-k 2 ปีที่แล้ว

    🔥🔥🔥
    Nobody covered this topic which is very important. Thank you

  • @samarpansuvaris753
    @samarpansuvaris753 ปีที่แล้ว

    Thank you so much Kyle. You have explained very well & Thanks for cheat sheet too.

  • @shinmini99
    @shinmini99 ปีที่แล้ว

    I've always appreciate you Kyle. you are really awesome;

  • @user-sx9ge4vn4h
    @user-sx9ge4vn4h 2 ปีที่แล้ว

    Best mongoose course on TH-cam!!!!

  • @karanjotsandhu237
    @karanjotsandhu237 2 ปีที่แล้ว +1

    Thanks Kyle for saving my time...great stuff as always..can you please make a video on aggregation framework and how to use it in mongoose?

  • @mouradMsaken
    @mouradMsaken 5 หลายเดือนก่อน +1

    Thank you for this great video!
    I would like to add a comment about the difference between virtual methods and regular methods : both provide ways to add functionality to Mongoose schemas. Virtual methods are mainly used for defining computed properties, while regular methods are used for defining reusable functionality (in this video it was displaying a log message).

  • @nisargjoshi8236
    @nisargjoshi8236 ปีที่แล้ว

    Damnn! That was a lot of good info just 30 mins! Thanks a ton!

  • @rishabsharma5307
    @rishabsharma5307 2 ปีที่แล้ว +1

    Great video 🔥🔥 thank you so much!

  • @atg1203
    @atg1203 2 ปีที่แล้ว

    Great stuff Kyle!

  • @fazilabano1309
    @fazilabano1309 8 หลายเดือนก่อน

    Brilliant🌟, you have cleared my concepts

  • @jocelyn-n-tech
    @jocelyn-n-tech ปีที่แล้ว

    Dang this was a really good tutorial!!!! Well done sir.

  • @alexbalak7558
    @alexbalak7558 2 ปีที่แล้ว

    My head just exploded with so much knowledge !
    Thanks for the tutorial 👍
    Will watch it bunch of times to get all of it.
    How do you remember all of it ? (So much information)

  • @aram5642
    @aram5642 2 ปีที่แล้ว +1

    That was a good piece of advice to always use save and create in order to keep the validation middleware active. But this makes it a bit cumbersome for PATCH requests where requests carry only partial payloads and you want to leave the rest unchanged.

  • @j0n4321gogo
    @j0n4321gogo ปีที่แล้ว

    Great crash course on mongoose Kyle! Learned a lot today. Love your way of explanation. Would be fantastic if you could do one on m:n relations - creation and queries in mongoose! Thanks anyway!!

  • @user-xe7nr1vi6z
    @user-xe7nr1vi6z 10 หลายเดือนก่อน

    You earned our respect bruh, thank you for this amazing content

  • @ouihui
    @ouihui 2 ปีที่แล้ว

    I wish you were my professor in college 😩 better late than never. Thanks for this tutorial! Super helpful!

  • @NivBarchechet
    @NivBarchechet ปีที่แล้ว +1

    Kyle thanks alot , you are a great guy ! . simple explantion .

  • @blendercgiart
    @blendercgiart 8 หลายเดือนก่อน

    Great and direct to the point video...Keep it up

  • @poppin_party
    @poppin_party ปีที่แล้ว

    this vid saved me a lot of time getting into mongoose, tks!!

  • @rudolfferenckovacs812
    @rudolfferenckovacs812 ปีที่แล้ว

    Great crash course, thank you!

  • @gogencheg
    @gogencheg ปีที่แล้ว

    Wow, So cool. Can save so much time. Also cheat sheet.
    THanks! keep it up

  • @aritradas8606
    @aritradas8606 2 หลายเดือนก่อน

    next level stuff! this guy is something!

  • @chrisranni4339
    @chrisranni4339 2 ปีที่แล้ว

    Your content is the best on the web.

  • @rentianxiang92
    @rentianxiang92 2 ปีที่แล้ว

    Thank you so much!!! great work for teaching me mongoose!!!

  • @umairqamar2672
    @umairqamar2672 ปีที่แล้ว

    You're super duper amazing, Kyle

  • @r3born744
    @r3born744 2 ปีที่แล้ว

    Great tutorial thank you!. Also cheat sheet awesome too.

  • @augusto256
    @augusto256 ปีที่แล้ว

    Man, you're a hero

  • @remoralite6027
    @remoralite6027 ปีที่แล้ว

    Brilliant! Thanks for this :)

  • @AyushSachan2211
    @AyushSachan2211 2 ปีที่แล้ว

    Very much needed. Thanks a lot.

  • @user-dv5ys2on9s
    @user-dv5ys2on9s หลายเดือนก่อน

    小伙长的真帅,感谢您的分享,让我快速的了解了mongoose.

  • @nguyentoanhnt
    @nguyentoanhnt ปีที่แล้ว

    Great course. Thank you so much!

  • @aniketmajety1095
    @aniketmajety1095 10 หลายเดือนก่อน

    Thanks for the tutorial!

  • @ejikeezekwunem4162
    @ejikeezekwunem4162 2 ปีที่แล้ว

    What a great video tutorial. Thank you sooo much.