<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>MongoDB Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/mongodb/</link>
    <description>Recent content in MongoDB Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/mongodb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>MongoDB Cheatsheet 01 — MongoDB Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/01-basics-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/01-basics-cheatsheet/</guid>
      <description>MongoDB basics — install, mongosh, CRUD.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 02 — Schema Design</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/02-schema-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/02-schema-cheatsheet/</guid>
      <description>MongoDB schema — embed vs reference, denormalize.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 03 — Aggregation Pipeline</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/03-aggregation-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/03-aggregation-cheatsheet/</guid>
      <description>MongoDB aggregation — $match, $group, $lookup.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 04 — Indexes</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/04-indexes-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/04-indexes-cheatsheet/</guid>
      <description>MongoDB indexes — types, compound, sparse, text, geo.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 05 — CRUD Advanced</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/05-crud-advanced-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/05-crud-advanced-cheatsheet/</guid>
      <description>MongoDB CRUD advanced — array ops, findAndModify, upsert.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 06 — Drivers (Python, Node)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/06-driver-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/06-driver-cheatsheet/</guid>
      <description>MongoDB drivers — PyMongo, motor, mongoose, node driver.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 07 — Performance Tuning</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/07-perf-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/07-perf-cheatsheet/</guid>
      <description>MongoDB performance — indexes, explain, slow ops.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 08 — Replication and HA</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/08-replication-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/08-replication-cheatsheet/</guid>
      <description>MongoDB replica set, failover, oplog.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 09 — Sharding</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/09-sharding-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/09-sharding-cheatsheet/</guid>
      <description>MongoDB sharding — shard key, mongos, balancer.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 10 — Transactions</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/10-transactions-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/10-transactions-cheatsheet/</guid>
      <description>MongoDB transactions — multi-doc ACID.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 11 — Change Streams</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/11-change-streams-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/11-change-streams-cheatsheet/</guid>
      <description>MongoDB change streams — CDC.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 12 — Backup and Restore</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/12-backup-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/12-backup-cheatsheet/</guid>
      <description>MongoDB backup — mongodump, snapshots, PITR.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 13 — Security</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/13-security-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/13-security-cheatsheet/</guid>
      <description>MongoDB security — auth, roles, TLS, encryption.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 14 — Schema Validation</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/14-validation-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/14-validation-cheatsheet/</guid>
      <description>MongoDB schema validation — $jsonSchema.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 15 — Geospatial</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/15-geo-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/15-geo-cheatsheet/</guid>
      <description>MongoDB geospatial — 2dsphere, $near, $geoWithin.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 16 — Time-Series Collections</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/16-timeseries-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/16-timeseries-cheatsheet/</guid>
      <description>MongoDB time-series — collections, granularity, $bucket.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 17 — Vector Search (Atlas)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/17-vector-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/17-vector-cheatsheet/</guid>
      <description>MongoDB Atlas vector search — kNN, embeddings.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 18 — Atlas Search</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/18-atlas-search-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/18-atlas-search-cheatsheet/</guid>
      <description>Atlas Search — full-text, autocomplete, facets.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 19 — Migration from SQL</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/19-sql-migration-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/19-sql-migration-cheatsheet/</guid>
      <description>SQL → MongoDB — mapping concepts.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 20 — Production Setup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/20-production-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/20-production-cheatsheet/</guid>
      <description>Production MongoDB — config, ops, checklist.</description>
    </item>
  </channel>
</rss>
