Browsing Tag
mongodb
34 posts
Building SaaS for Nigerian Traders: Technical Decisions Beyond the Stack
When building MyTreda (an inventory system for Nigerian small businesses), I realized Western SaaS tutorials don’t cover my…
MongoDB Index Intersection (and PostgreSQL Bitmap Scan)
You won’t always have a perfect index for every query, but may have have single-field indexes for each…
MERN Stack Handwritten Notes & Interview Questions
The MERN Stack is one of the most popular web development stacks today. It consists of MongoDB, Express.js,…
MongoDB CRUD Operations — A Hands-On Guide with Student Data
Databases don’t always have to be tables and rows — welcome to the world of MongoDB, where data…
Local MongoDB Replica Set Cluster for Real-Time Container Apps (with Mongo Express)
Run a full 3-node MongoDB replica set locally for real-time containerized applications, with authentication, failover, and Mongo Express…
From JSON to BSON: The Data Format MongoDB Actually Uses
If you’ve worked with MongoDB or other document-based databases, you may have come across BSON. It sounds similar…
Build & Launch SPL Tokens Instantly on Solana – My Dev Journey with Token-2022
Hey Devs 👋 I just built a small tool called Solana Token Launchpad — a lightweight frontend +…
MySQL vs MongoDB – Visual Design with Real Data Models
When you’re starting learning databases, one of the first questions is: What are the differences between MySQL and…
Understanding Relationships in MongoDB and Mongoose
Understanding Relationships in MongoDB & Mongoose Introduction MongoDB, being a NoSQL database, handles relationships differently than relational databases…
🗄️🚀 SQL vs NoSQL: Viability and Comparison
Welcome to our post on the viability and comparison between SQL and NoSQL databases! In this article, we…