
MongoDB
Official websiteMongoDB is a document database that stores flexible JSON-like documents with horizontal scaling options.
How I use it
I use MongoDB for document-heavy workloads, rapid schema evolution, and prototypes where nested data maps naturally to the domain.