Completed
00:00 — Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MongoDB Crash Course 2026
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 — Introduction
- 2 00:44 — Installation
- 3 02:10 — Mongod vs MongoDB vs MongoDB Compass
- 4 05:32 — CRUD Operations
- 5 09:30 — Creating Data in MongoDB
- 6 17:22 — Using MongoDB Shell
- 7 19:50 — Inserting Data in MongoDB
- 8 22:12 — Insert vs InsertMany
- 9 24:04 — Writing MongoDB Code in JS Files
- 10 24:16 — Installing VS Code
- 11 25:44 — Installing MongoDB Extension
- 12 27:55 — MongoDB Handbook
- 13 31:06 — CRUD: Reading Data
- 14 33:15 — Comparison Operators
- 15 35:27 — Projection in MongoDB
- 16 38:35 — CRUD: Updating Documents
- 17 41:50 — $push and $set
- 18 43:08 — CRUD: Delete
- 19 44:42 — Remote Database and MongoDB Atlas
- 20 49:45 — MongoDB Atlas Setup
- 21 55:14 — Aggregation Pipeline
- 22 1:06:11 — Indexes
- 23 1:08:48 — Conclusion