MongoDB's document model is a common choice for backend applications, and this 34-lesson course covers it from first setup through running a cluster in production.
Core skills
- Running MongoDB locally with Docker
- Working with documents and collections in MongoDB's flexible data model
- Writing and optimizing queries, and applying indexes for faster retrieval
- Designing data models suited to your application, and navigating results with cursors
Beyond the basics
The course also covers day-to-day database administration tasks, integrating MongoDB into a Node.js backend, and setting up and managing a MongoDB cluster on AWS — giving you a path from local development to something closer to a real production setup.