The Complete Developers Guide to MongoDB
The Complete Developers Guide to MongoDB is a 127-lesson 13 hours 32 minutes self-paced course by Stephen Grider, Udemy. Master MongoDB and Mongoose design with a test-driven approach.
Course facts
- Lessons
- 127
- Duration
- 13 hours 32 minutes
- Level
- All levels
- Language
- English
- Updated
- Instructor
- Stephen Grider, Udemy
- Price
- Premium
NodeJS focused? Yep. Test Driven Exercises? Absolutely! Advanced Features of MongooseJS? You know it.
This course will get you up and running with MongoDB quickly, and teach you the core knowledge you need to deeply understand and build apps centered around Mongo.
We'll start by mastering the fundamentals of Mongo, including collections, validations, and common record manipulation techniques. Source code is provided for each lecture, so you will always stay up-to-date with the course pacing. Special attention has been paid to creating reusable code that you'll be able to make use of on your own fantastic projects.
If you are new to MongoDB, or if you've been working to learn it but sometimes feel like you still don't quite 'get it', this is the MongoDB course for you! To learn MongoDB you have to understand it.
- Learn how to use the popular MongooseJS library to interface with Mongo
- Write tests around Mongo queries to ensure your code is working. You can reuse these tests on your own personal projects!
- Master the process of designing NoSQL schema
- Grasp the differences record associations and resource embedding
- Use the advanced features of Mongoose to save development time
- Develop apps that are fast and responsive thanks to Mongo's speed and flexibility
- Work on either Windows or OSX
- Master the integration of Mongo, Node, and Mocha in a modern development environment
I've built the course that I would have wanted to take when I was learning MongoDB. A course that explains the concepts and how they're implemented in the best order for you to learn and deeply understand them.
Requirements:
All you need is a Mac or a PC
- This course is for anyone learning MongoDB in the Node JS environment
What you'll learn:
- Understand how MongoDB stores data
- Gain mastery of the most popular MongoDB interface, Mongoose JS
- Write efficient queries for reading data
- Learn the purpose of each of Mongoose's functions
- Design effective NoSQL schema with both data nesting and lookups
Who teaches The Complete Developers Guide to MongoDB?
Stephen Grider
Stephen Grider is one of the longest-running and most prolific instructors on Udemy, with a catalog covering essentially every major JavaScript framework, plus Docker, Kubernetes, AWS, and the broader full-stack development landscape. His teaching style is patient and project-oriented — most of his courses are structured around building a substantial application from scratch rather than working through disconnected tutorial examples.
The catalog covers React, Redux, Next.js, Vue, Angular, GraphQL, Node.js, Docker / Kubernetes, AWS infrastructure, React Native and Flutter for mobile, the algorithm / data-structure interview prep track, and the modern TypeScript / Bun / Rust adjacent material that working JavaScript developers increasingly encounter. Few independent instructors have maintained Stephen's breadth this consistently for this long.
The CourseFlix listing under this source carries over 25 Stephen Grider courses spanning that range. Material is paid; Stephen Grider courses are typically sold individually on Udemy. Courses are aimed primarily at developers picking up a specific technology through working through a complete project.
Udemy
Udemy is the largest open marketplace for online courses on the internet. Founded in 2010 by Eren Bali, Oktay Caglar, and Gagan Biyani and headquartered in San Francisco, the company went public on the Nasdaq in 2021 under the ticker UDMY. The platform hosts well over two hundred thousand courses across software development, IT and cloud, data science, design, business, marketing, and creative skills, taught by tens of thousands of independent instructors. Roughly seventy million learners use it worldwide, and the corporate arm — Udemy Business — supplies a curated subset of that catalog to enterprise customers.
Because Udemy is a marketplace rather than a single editorial publisher, the catalog is uneven by design. The strongest material lives in the long-form, project-based courses authored by working engineers — full-stack JavaScript, React, Node.js, Python data science, AWS, Docker and Kubernetes, mobile development with Flutter and React Native, and cloud certification preparation. The CourseFlix listing under this source is the slice of that catalog that has been mirrored here for offline-friendly viewing, organized by topic and updated as new releases land. Pricing on Udemy itself swings dramatically with the site's near-permanent sales, which is why the platform is best treated as a deep reference catalog: pick instructors with strong reviews and a track record of updating their material rather than buying on the headline price alone.
What lessons are included in The Complete Developers Guide to MongoDB?
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | How to Use This Course Demo | 02:21 | |
| 2 | MongoDB Setup on OSX | 11:22 | |
| 3 | More OSX Setup - Robomongo | 04:02 | |
| 4 | Windows Setup | 08:48 | |
| 5 | RoboMongo Setup | 03:33 | |
| 6 | A Refresher on Promises | 03:25 | |
| 7 | Let's Play A Game | 07:40 | |
| 8 | Winning the Game | 07:17 | |
| 9 | Behind the Scenes with Promises | 06:26 | |
| 10 | Where Do We Use Mongo? | 03:02 | |
| 11 | Fundamentals of MongoDB | 04:15 | |
| 12 | A Last Touch of Setup | 03:22 | |
| 13 | Project Overview | 05:00 | |
| 14 | The Test Helper File | 07:43 | |
| 15 | Mongoose Connection Helper | 10:07 | |
| 16 | Mongoose Models | 05:14 | |
| 17 | More on Models | 06:28 | |
| 18 | The Basics of Mocha | 06:04 | |
| 19 | Running Mocha Tests | 06:22 | |
| 20 | Creating Model Instances | 06:13 | |
| 21 | Saving Users to Mongo | 07:49 | |
| 22 | Dropping Collections | 04:49 | |
| 23 | Mocha's Done Callback | 04:57 | |
| 24 | Mongoose's isNew Property | 06:26 | |
| 25 | Default Promise Implementation | 06:47 | |
| 26 | Test Setup for Finding Users | 06:39 | |
| 27 | Making Mongo Queries | 06:01 | |
| 28 | The ID Property - A Big Gotcha | 06:25 | |
| 29 | Automating Tests with Nodemon | 04:58 | |
| 30 | Finding Particular Records | 05:06 | |
| 31 | The Many Ways to Remove Records | 09:55 | |
| 32 | Class Based Removes | 05:12 | |
| 33 | More Class Based Removals | 05:47 | |
| 34 | The Many Ways to Update Records | 04:00 | |
| 35 | Set and Save for Updating Records | 08:22 | |
| 36 | Model Instance Updates | 07:39 | |
| 37 | Class Based Updates | 08:51 | |
| 38 | Update Operators | 11:16 | |
| 39 | The Increment Update Operator | 06:18 | |
| 40 | Validation of Records | 05:04 | |
| 41 | Requiring Attributes on a Model | 11:16 | |
| 42 | Validation With a Validator Function | 06:42 | |
| 43 | Handling Failed Inserts | 04:21 | |
| 44 | Embedding Resources in Models | 05:18 | |
| 45 | Nesting Posts on Users | 05:41 | |
| 46 | Testing Subdocuments | 07:30 | |
| 47 | Adding Subdocuments to Existing Records | 11:29 | |
| 48 | Removing Subdocuments | 07:47 | |
| 49 | Virtual Types | 08:00 | |
| 50 | Defining a Virtual Type | 06:20 | |
| 51 | ES6 Getters | 08:18 | |
| 52 | Fixing Update Tests | 02:20 | |
| 53 | Challenges of Nested Resources | 05:28 | |
| 54 | Embedded Documents vs Separate Collections | 07:56 | |
| 55 | BlogPosts vs Posts | 03:28 | |
| 56 | Creating Associations with Refs | 08:54 | |
| 57 | Test Setup for Associations | 05:13 | |
| 58 | Wiring Up Has Many and Has One Relations | 08:41 | |
| 59 | Promise.All for Parallel Operations | 06:45 | |
| 60 | Populating Queries | 11:07 | |
| 61 | Loading Deeply Nested Associations | 12:13 | |
| 62 | Cleaning Up with Middleware | 04:43 | |
| 63 | Dealing with Cyclic Requires | 05:08 | |
| 64 | Pre-Remove Middleware | 06:00 | |
| 65 | Testing Pre-Remove Middleware | 05:47 | |
| 66 | Skip and Limit | 04:31 | |
| 67 | Writing Skip and Limit Queries | 07:06 | |
| 68 | Sorting Collections | 07:16 | |
| 69 | Project Setup | 03:16 | |
| 70 | Project Overview | 05:47 | |
| 71 | First Step - Artist and Album Models | 04:30 | |
| 72 | The Album Schema | 07:18 | |
| 73 | The Artist Model | 09:12 | |
| 74 | Finding Particular Records | 05:32 | |
| 75 | FindOne vs FindById | 06:30 | |
| 76 | The CreateArtist Operation | 02:49 | |
| 77 | Solution to Creating Artists | 03:13 | |
| 78 | Deleting Singular Records | 02:22 | |
| 79 | Solution to Removing | 04:21 | |
| 80 | Editing Records | 02:57 | |
| 81 | How to Edit Single Artists | 03:15 | |
| 82 | Minimum and Maximum Values in a Collection | 05:38 | |
| 83 | Solution to Min and Max Queries | 14:59 | |
| 84 | Challenge Mode - Search Query | 07:36 | |
| 85 | Sorting, Limiting, and Skipping Together | 13:06 | |
| 86 | Danger! Big Challenge Ahead | 04:31 | |
| 87 | Filtering By Single Properties | 07:23 | |
| 88 | Filtering with Multiple Props | 03:31 | |
| 89 | Handling Text Search | 04:51 | |
| 90 | Indexes and Text Search | 10:06 | |
| 91 | Batch Updates | 05:29 | |
| 92 | The Hidden 'Multi' Setting | 07:07 | |
| 93 | Seeding Many Records | 06:32 | |
| 94 | Counting the Result Set | 04:51 | |
| 95 | App Overview | 02:42 | |
| 96 | Designing API Routes | 06:02 | |
| 97 | Project Setup | 06:49 | |
| 98 | HTTP Request Methods | 03:55 | |
| 99 | The Basics of Express | 04:41 | |
| 100 | Express Boilerplate | 04:31 | |
| 101 | Handling Requests with Express | 08:13 | |
| 102 | Testing Express Apps with Mocha | 07:22 | |
| 103 | Running Mocha | 04:34 | |
| 104 | Project Structure | 02:58 | |
| 105 | Refactoring for Controllers and Models | 09:40 | |
| 106 | The Driver Model | 06:52 | |
| 107 | The Create Drivers Route | 03:48 | |
| 108 | The BodyParser Middleware | 07:04 | |
| 109 | Testing Driver Creation | 07:16 | |
| 110 | More on Testing Driver Creation | 09:08 | |
| 111 | Additional Mongoose Setup | 05:28 | |
| 112 | Driver Implementation | 04:34 | |
| 113 | Testing Endpoints with Postman | 09:15 | |
| 114 | Dev vs Test Environments | 03:41 | |
| 115 | Separate Test Databases | 10:34 | |
| 116 | Middlewares in Express | 15:04 | |
| 117 | Handling Editing of Drivers | 09:10 | |
| 118 | Testing Driver Updates | 07:45 | |
| 119 | Handling Deletion of Drivers | 03:06 | |
| 120 | Testing Driver Deletion | 05:28 | |
| 121 | Geography with MongoDB | 05:33 | |
| 122 | The GeoJSON Schema | 05:42 | |
| 123 | GeoNear Queries | 10:13 | |
| 124 | Testing a GeoNear Query | 07:02 | |
| 125 | One Big Gotcha | 04:50 | |
| 126 | Another Big Gotcha | 02:57 | |
| 127 | Testing GeoQueries | 03:40 |
Get instant access to all 126 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionRecommended next
What courses are similar to The Complete Developers Guide to MongoDB?
-
Updated 2y agoComplete Ansible Bootcamp: Go from zero to hero in Ansible
By: UdemyWhether you have never learn about Ansible, or want to learn about the advanced features of Ansible, this course is for you! Whether you want to get theories of3h 37m0/5 -
Updated 2y agoNode.js API Masterclass With Express & MongoDB
By: Udemy, Brad TraversyThis is a project based course where we build an extensive, in-depth backend API for DevCamper, a bootcamp directory app. We will start from scratch and end up12h 4m5/5 -
Updated 2y agoNode.js, Express & MongoDB Dev to Deployment
By: UdemyNode.js Express & MongoDB Dev to Deployment is a training course for building and deploying Node.js programs that teaches all the techniques from the foundation9h 4m -
FreeUpdated 2y agoMERN STACK 2022 - Build Ultimate CMS (WordPress Clone)
By: UdemyLearn to build FullStack JavaScript Web Apps using MERN (MongoDB ExpressJs ReactJs NodeJS) Stack If you love learning new skills and building real world apps wi34h 4m -
Updated 2y agoFull-Stack Web Developer Bootcamp with Real Projects
By: UdemyThis Course covers full process of web development from scratch till deployment with domain name. We will use Node, Express, MongoDB to build Server side which22h 11m
More courses by Stephen Grider
-
Updated 5mo agoThe Complete Elixir and Phoenix Bootcamp
Elixir and Phoenix are two of the hottest technologies of 2017. Functional Programming? You will learn it. Phoenix with OAuth? Its here. Postgres for data sto17h 22m -
Updated 6mo agoRedis: The Complete Developer's Guide
In a world with hundreds of different databases, one database rises to rule them all. Redis is an in-memory database known for its speed and simplicity. Origin15h 32m5/5 -
Updated 2y agoSQL and PostgreSQL: The Complete Developer's Guide
SQL and PostgreSQL: The Complete developer s Guide is a comprehensive SQL language training course and PostgreSQL database management system .22h 1m5/5 -
FreeUpdated 3y agoReact and Typescript: Build a Portfolio Project
Kick off your learning experience with an introduction on how to use React and Typescript together. Not familiar with Typescript? No problem!29h 21m5/5 -
Updated 3y agoThe Coding Interview Bootcamp: Algorithms + Data Structures
Data Structures? They're here. Algorithms? Covered. Lots of questions with well-explained solutions? Yep! If you're nervous about your first coding interview, o12h 52m -
ClassicDocker and Kubernetes: The Complete Guide
Docker and Kubernetes: The Complete Guide by Stephen Grider — build, ship and scale containerized web apps with Kubernetes. Watch free online.21h 32m5/5