Data & Cloud

MongoDB

A document database for flexible JSON-like application data.

What it is

MongoDB stores data as document-oriented collections.

How I learned it

I learned MongoDB while building MERN-style full-stack applications.

How I use it

I use it for application records whose structure fits a document model.

Concepts I work with

  • Documents
  • Collections
  • Indexes
  • Aggregation

What I learned

Flexible schemas still need deliberate validation and indexing.

Applied experience

Projects using MongoDB