MongoDB — resources
roadmap.sh: https://roadmap.sh/mongodb
Books
- MongoDB: The Definitive Guide (Shannon Bradshaw, Eoin Brazil, Kristina Chodorow) — the canonical end-to-end reference for the database.
- MongoDB in Action (Kyle Banker, et al.) — practical, application-focused coverage of modeling and querying.
- MongoDB Data Modeling and Schema Design (Daniel Coupal, Pascal Desmarets, Steve Hoberman) — deep treatment of patterns and anti-patterns.
- The Little MongoDB Book (Karl Seguin) — short, free primer that covers the essentials quickly.
Courses / practice
- MongoDB Official Documentation — authoritative reference for every feature, operator, and tool.
- MongoDB University — free official courses from basics through advanced administration and the aggregation framework.
- MongoDB Manual: Aggregation — focused guide and stage reference for building pipelines.
- MongoDB Developer Center — tutorials, articles, and code examples across languages and use cases.