All topics
Database · Learning hub

MongoDB notes for developers

Master MongoDB with a curated set of 3 developer notes — core concepts, patterns, and interview prep. Maintained by the DevRecall team.

Save this stack to your DevRecallMore Database notes
MongoDB

Interview Questions

MongoDB Interview Questions Q: When would you choose MongoDB over PostgreSQL? Choose MongoDB when: documents naturally belong together and don't need to be join

MongoDB

CRUD & Queries

CRUD & Queries Core Concepts Document — JSON-like record (BSON internally) Collection — group of documents (like a table, but schema-less) _id — auto-created Ob

MongoDB

Aggregation & Indexes

Aggregation & Indexes Aggregation Pipeline Stages are processed in order, each stage's output is the next stage's input. const pipeline = [ // $match — filter (

Keep your MongoDB knowledge sharp.

Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.

Get started — free forever