EMElue Michaelinmikkyprestige.hashnode.dev·3d ago · 4 min readI fixed my hospital directory's broken search (without over-engineering it)Part of the Building HospitoFind series · GitHub · Live Site When I launched HospitoFind, the directory search was simple: you typed a hospital name or city, and the backend ran a regular expression a00
V-VisuaLeaf - MongoDB Data Workspaceinvisualeaf.hashnode.dev·3d ago · 10 min readWhich MongoDB Client Handles Large Collections Best VisuaLeaf vs Compass vs Studio 3TA MongoDB client can feel fast with a few hundred documents and become frustrating as soon as the result grows. The database is not always the problem. MongoDB may finish the query while the desktop c00
DYDeepanshu Yadavinwebdev18.hashnode.dev·4d ago · 11 min readnull and Missing Look the Same in MongoDB — Until Your Queries Disagree// Clearing the token after a successful email-verification user.emailVerificationToken= undefined; await user.save(); At first glance it looks harmless? That is what I thought at first, when I used00
SDSynfinity Dynamics Pvt Ltdinsynfinitydynamics.hashnode.dev·6d ago · 9 min readMongoDB vs SQL: Which Database Should You Choose? Choosing a database is one of the most consequential decisions you'll make on a project. It shapes how you model data, write queries, scale your system, and maintain consistency and getting it wrong d10
ASAbhijeet Shindeinprojectlog.hashnode.dev·Jul 27 · 9 min readTests, Trust, and Shows: Hardening the Pipeline and Teaching It About Series/Anime and MoviesPart 3 ended with the library looking like something you'd actually want to browse — real titles, posters, language-labeled tracks — and a plan to go distributed next. Before touching the architecture00
V-VisuaLeaf - MongoDB Data Workspaceinvisualeaf.hashnode.dev·Jul 23 · 10 min readHow to Import JSON into MongoDB and Export to CSV with Data MaskingEvery morning, an online store receives the previous day’s orders from a marketplace partner. The file comes in JSON format. The company needs to add those orders to its main MongoDB orders collection00
V-VisuaLeaf - MongoDB Data Workspaceinvisualeaf.hashnode.dev·Jul 23 · 9 min readHow to Copy and Sync a Local MongoDB Collection to AtlasMoving data from a local MongoDB database to Atlas usually means exporting files, importing them again, and repeating the same process when something changes. I wanted to test a simpler way in VisuaLe00
Ttechpotionsintechpotions.hashnode.dev·Jul 21 · 6 min readCaching Payload + Next.js Without Cache ComponentsOriginally published at techpotions.com. We ran every page force-dynamic for months. Every visitor triggered a MongoDB round-trip through Payload CMS, even for unchanging blog posts. We considered fli00
SKSanjeev Kumarinsanjeevkumardotin.hashnode.dev·Jul 18 · 2 min readMongoDB aggregation pipelineWhat is MongoDB? MongoDB is a NoSQL, document-oriented database that stores data in flexible, JSON-like documents instead of traditional rows and columns like in relational databases. What is an aggre00
DEDavid Essienindavid-essien.hashnode.dev·Jul 16 · 10 min readHow I Eliminated 19,494 Duplicate MongoDB Records (And What I'd Do Differently Today)At a previous organization, I was handed ownership of a job platform serving 1,000+ users worldwide. Jobs on the platform could be scoped to a single city, a state, a whole country, or "available worl00