Getting Started
  • MongoDB Introduction
  • MongoDB Usecase & Limitations
  • MongoDB Installation
CRUD Operations
  • Find
  • Find with Filter
  • Insert
  • Update
  • Update Continues
  • Projections
  • Delete
Working with Operators
  • In / not in Operators
  • gte / lte Operators
  • and / or operators
  • regex operator
Working with Arrays
  • Array Setup
  • all operator
  • Add/ Remove elements
  • Update
  • Projections
MongoDB Compass
  • Working with GUI
Validation/Schema
  • Applying Schema & validation rules
Indexes
  • Working with Indexes
  • bonus lecture