MongoDB Guide: Learn and Understand

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
$14.99 / $24.99
Let's Start
-
1. How to Use This Course2m 20s
OSX Setup
-
1. MongoDB Setup on OSX11m 21s
-
2. More OSX Setup - Robomongo4m 1s
Windows Setup
-
1. Windows Setup8m 47s
-
2. RoboMongo Setup3m 32s
A Quick ES6 Refresher
-
1. A Refresher on Promises3m 24s
-
2. Let's Play A Game7m 39s
-
3. Winning the Game7m 16s
-
4. Behind the Scenes with Promises6m 25s
Core Fundamentals of MongoDB
-
1. Where Do We Use Mongo?3m 1s
-
2. Fundamentals of MongoDB4m 14s
-
3. A Last Touch of Setup3m 21s
A Test Driven Experience
-
1. Project Overview4m 59s
-
2. The Test Helper File7m 42s
-
3. Mongoose Connection Helper10m 6s
-
4. Mongoose Models5m 13s
-
5. More on Models6m 27s
-
6. The Basics of Mocha6m 3s
-
7. Running Mocha Tests6m 21s
-
8. Creating Model Instances6m 12s
-
9. Saving Users to Mongo7m 48s
-
10. Dropping Collections4m 48s
-
11. Mocha's Done Callback4m 56s
-
12. Mongoose's isNew Property6m 25s
-
13. Default Promise Implementation6m 46s
-
14. Test Setup for Finding Users6m 38s
-
15. Making Mongo Queries6m
-
16. The ID Property - A Big Gotcha6m 24s
-
17. Automating Tests with Nodemon4m 57s
-
18. Finding Particular Records5m 5s
-
19. The Many Ways to Remove Records9m 54s
-
20. Class Based Removes5m 11s
-
21. More Class Based Removals5m 46s
-
22. The Many Ways to Update Records4m
-
23. Set and Save for Updating Records8m 21s
-
24. Model Instance Updates7m 38s
-
25. Class Based Updates8m 50s
Mongo Operators
-
1. Update Operators11m 15s
-
2. The Increment Update Operator6m 17s
-
3. Validation of Records5m 3s
-
4. Requiring Attributes on a Model11m 15s
-
5. Validation With a Validator Function6m 41s
-
6. Handling Failed Inserts4m 20s
Handling Relational Data
-
1. Embedding Resources in Models5m 17s
-
2. Nesting Posts on Users5m 41s
-
3. Testing Subdocuments7m 29s
-
4. Adding Subdocuments to Existing Records11m 28s
-
5. Removing Subdocuments7m 46s
-
6. Virtual Types7m 59s
-
7. Defining a Virtual Type6m 19s
-
8. ES6 Getters8m 17s
-
9. Fixing Update Tests2m 19s
Thinking About Schema Design
-
1. Challenges of Nested Resources5m 28s
-
2. Embedded Documents vs Separate Collections7m 55s
-
3. BlogPosts vs Posts3m 27s
-
4. Creating Associations with Refs8m 53s
-
5. Test Setup for Associations5m 12s
-
6. Wiring Up Has Many and Has One Relations8m 40s
-
7. Promise.All for Parallel Operations6m 44s
-
8. Populating Queries11m 6s
-
9. Loading Deeply Nested Associations12m 12s
Mongoose Middleware
-
1. Cleaning Up with Middleware4m 42s
-
2. Dealing with Cyclic Requires5m 7s
-
3. Pre-Remove Middleware5m 59s
-
4. Testing Pre-Remove Middleware5m 46s
Handling Big Collections with Pagination
-
1. Skip and Limit4m 30s
-
2. Writing Skip and Limit Queries7m 5s
-
3. Sorting Collections7m 15s
Putting Your Skills to the Test
-
1. Project Setup3m 15s
-
2. Project Overview5m 46s
-
3. First Step - Artist and Album Models4m 29s
-
4. The Album Schema7m 17s
-
5. The Artist Model9m 11s
-
6. Finding Particular Records5m 31s
-
7. FindOne vs FindById6m 29s
-
8. The CreateArtist Operation2m 48s
-
9. Solution to Creating Artists3m 12s
-
10. Deleting Singular Records2m 21s
-
11. Solution to Removing4m 20s
-
12. Editing Records2m 56s
-
13. How to Edit Single Artists3m 14s
Hard Mode Engage
-
1. Minimum and Maximum Values in a Collection5m 37s
-
2. Solution to Min and Max Queries14m 58s
-
3. Challenge Mode - Search Query7m 35s
-
4. Sorting, Limiting, and Skipping Together13m 5s
-
5. Danger! Big Challenge Ahead4m 30s
-
6. Filtering By Single Properties7m 22s
-
7. Filtering with Multiple Props3m 30s
-
8. Handling Text Search4m 51s
-
9. Indexes and Text Search5m 2s
-
10. Batch Updates9m 53s
-
11. The Hidden 'Multi' Setting6m 51s
-
12. Seeding Many Records7m 40s
-
13. Counting the Result Set3m 49s
MongoDB with Node and Express
-
1. App Overview2m 41s
-
2. Designing API Routes6m 1s
-
3. Project Setup6m 48s
-
4. HTTP Request Methods3m 54s
-
5. The Basics of Express4m 40s
-
6. Express Boilerplate4m 30s
-
7. Handling Requests with Express8m 12s
-
8. Testing Express Apps with Mocha7m 21s
-
9. Running Mocha4m 33s
-
10. Project Structure2m 58s
-
11. Refactoring for Controllers and Models9m 39s
-
12. The Driver Model6m 51s
-
13. The Create Drivers Route3m 47s
-
14. The BodyParser Middleware7m 4s
-
15. Testing Driver Creation7m 15s
-
16. More on Testing Driver Creation9m 7s
-
17. Additional Mongoose Setup5m 27s
-
18. Driver Implementation4m 33s
-
19. Testing Endpoints with Postman9m 14s
-
20. Dev vs Test Environments3m 40s
-
21. Separate Test Databases10m 33s
-
22. Middlewares in Express15m 3s
-
23. Handling Editing of Drivers9m 9s
-
24. Testing Driver Updates7m 44s
-
25. Handling Deletion of Drivers3m 5s
-
26. Testing Driver Deletion5m 27s
-
27. Geography with MongoDB5m 32s
-
28. The GeoJSON Schema5m 41s
-
29. GeoNear Queries10m 12s
-
30. Testing a GeoNear Query7m 1s
-
31. One Big Gotcha4m 49s
-
32. Another Big Gotcha2m 56s
-
33. Testing GeoQueries3m 39s