MSMr. S. Guptainsurajsrggupta.hashnode.dev·3d ago · 15 min readPostgreSQL vs MongoDB: The Real Difference Between SQL and NoSQLChoosing a database is one of the bigger decisions in backend development, and this exact confusion tends to show up the moment a new project starts. Should I go with PostgreSQL, or should I go with M00
MSMr. S. Guptainsurajsrggupta.hashnode.dev·Aug 30 · 17 min readHow Express Actually Talks to a Database: From HTTP Request to SQL QueryWhen beginners start learning backend development, they usually pick up things one at a time and separately, Express routes here, controllers there, middleware somewhere else, then databases, then Pri00
MSMr. S. Guptainsurajsrggupta.hashnode.dev·Aug 28 · 18 min readPrisma vs Drizzle vs Raw SQL: What Every Backend Developer Should Understand Before Choosing an ORMWhen most developers start building backend applications, they're usually focused on one thing, getting an API working. Express routes, controllers, some auth, a bit of middleware, that's usually the 00
MSMr. S. Guptainsurajsrggupta.hashnode.dev·Aug 16 · 8 min readSQL vs NoSQL, Explained the Way I Wish Someone Had Explained It to MeWhen I was starting out with backend development, there was one question that kept messing with my head more than anything else. Should I be learning SQL or NoSQL? And every single tutorial seemed to 00