Building DreamHome: A Modern Real Estate Platform with the MERN Stack
Building DreamHome: A Modern Real Estate Platform with the MERN Stack By Dhrumil Gajjar — Full-Stack MERN Developer based in Gandhinagar, Gujarat Th…
Tech news from the best sources
Building DreamHome: A Modern Real Estate Platform with the MERN Stack By Dhrumil Gajjar — Full-Stack MERN Developer based in Gandhinagar, Gujarat Th…
I spent years operating databases for payment platforms, where a lost write isn't a bug, it's a regulatory conversation. That environment teaches yo…
In my last post I wrote about an error that cost me a full evening: my pom.xml had the MongoDB starter, but my code was still full of JPA annotation…
Also found in my blog: Web Warrior Toolbox When I updated Linux kernel in my Zorin PC to kernel 7 everything seemed normal until I needed to start a…
At Whoz , we build a SaaS platform that helps professional services companies manage their talent staffing. At the heart of our product lies a conce…
Building a smooth, lovely experience isn’t just about rich text rendering—it’s about ensuring the database layer under the hood is as fast, flexible…
Building a smooth, lovely experience isn’t just about rich text rendering—it’s about ensuring the database layer under the hood is as fast, flexible…
We Ditched MongoDB Atlas for AWS DocumentDB — Here's Exactly How We Did It One connection string change. Zero downtime. One very long night. Here's…
Migrating from MongoDB Atlas to a self-hosted replica set bought us control and cut our bill. It also quietly removed something we had stopped think…
When building a nested reply system, most developers worry about deep tree complexity or messy data structures. For Vlox , I took a different approa…
When building a nested reply system, most developers worry about deep tree complexity or messy data structures. For Vlox , I took a different approa…
This tutorial was written by Néstor Daza . This is the fourth article in a series about building Claudius , my own Claude-based chatbot ( Github ).…
This tutorial was written by Néstor Daza . This is the third article in a series about building Claudius , my own Claude-based chatbot ( Github ). T…
The escalation reached our CEO before it reached my team. An enterprise customer, one of the largest on the platform, was seeing latency spikes bad…
Every MongoDB server writes FTDC, Full Time Diagnostic Data Capture, into a diagnostic.data folder next to its log. Roughly 5,700 metrics, once per…
If you're building your first real app, you'll hit this question pretty fast: "Should I use SQL or NoSQL?" It sounds intimidating, but once you get…
Hello Dev Community! 👋 It is officially Day 168 of my full-stack web development journey! Today, I established the real-time websocket foundation an…
This article it is about the follow repository . I hope you all have a moment to understanding more about it and feel the fun of knowledge. Have you…
Every year, thousands of people struggle to find blood donors during emergencies. I wanted to build something that could simplify that process while…
Every MERN project starts the same way. You copy-paste a connectDB function from an old repo. You write a schema with no validation. Three months la…
Why this comparison When I started building Sa, a car comparison platform for the Indian market, I had a working .NET Core Web API with MongoDB runn…
Originally published on tamiz.pro . MongoDB's aggregation framework is a powerful tool for processing and transforming data. However, as datasets gr…
Originally published on tamiz.pro . MongoDB aggregation pipelines are powerful tools for processing and transforming data within the database. Howev…
Every developer has the same nightmare. Someone runs a command on the wrong database, a collection gets dropped, and suddenly the data is just gone.…
The Case: A Database Time Bomb 💣 I was refactoring the backend core of my app, Vlox . I stopped at the high-frequency endpoints: Likes and Reports.…
Cosmos DB and MongoDB: NoSQL Databases for Flexible Schemas and Scale A practical guide to two of the most widely used NoSQL databases — Azure Cosmo…
Originally published on tamiz.pro . MongoDB's aggregation framework is a powerful tool for processing and transforming data, but its performance can…
Every framework has a handful of releases that actually change its trajectory. For Meteor, 3.0 was one of them: it removed Fibers and rebuilt the fr…
7 MongoDB Query Mistakes That Return the Wrong Results VisuaLeaf VisuaLeaf VisuaLeaf Follow Jul 14 7 MongoDB Query Mistakes That Return the Wrong Re…
MongoDB queries look simple. You type a field, give it a value, hit run, and you get your data back. But just because a query runs without throwing…