database
MongoDb
MongoDB is a document database for flexible schemas. I use it when document shapes evolve quickly and indexing is planned carefully.
Use cases
- documents
- flexible schemas
- rapid iteration
Related technologies
- Prisma ORM
Prisma provides a typed database client and migrations. I use it to keep schema
- Firebase
Firebase provides backend services like auth and realtime data. I use it for fas
- MySQL
MySQL is a relational database for structured data and transactional workloads.
- PostgreSQL
PostgreSQL is a robust relational database with strong JSON support. I reach for
- JavaScript
JavaScript powers interactive UIs across browsers and servers. I use it for comp
- HTML
Semantic HTML is the foundation of accessible, SEO-friendly interfaces. I struct
FAQ
- How does Sandeep use MongoDb?
- MongoDB is a document database for flexible schemas. I use it when document shapes evolve quickly and indexing is planned carefully. Typical use cases include documents, flexible schemas, rapid iteration.
- Which projects use MongoDb?
- New projects will be linked here as they ship.