ORMs: A Solution Looking for a Problem?
A skeptical dive into ORMs — and why they might still be worth it.

Search for a command to run...
Articles tagged with #nodejs
A skeptical dive into ORMs — and why they might still be worth it.

Hi! I'm Gaurang. I’ve worked extensively with Node.js in the past, and during that time, I spent a lot of effort wrangling with different async patterns — callbacks, promises, and async/await. This article is part of my series, "My guide to getting t...
![[Node.js] How to Use Promises in a Callback-based Codebase](https://cdn.hashnode.com/res/hashnode/image/upload/v1748197190690/11f083ef-6560-4012-aea7-7e78540773c4.png)
Hey! My name is Gaurang and I've been working with Node.js for the past 5 years. This article is part of the "My Guide to Getting through the Maze of Callbacks and Promises" series. It's a 3-part series where I talk about writing asynchronous code wi...
![[Node.js] Using callback-based functions when the rest of the code uses Promises](https://cdn.hashnode.com/res/hashnode/image/upload/v1748716152326/bc59c7a6-7b61-4928-b1fd-43f865e71238.png)
Hey! My name is Gaurang and I've been working with Node.js for the past 5 years. This article is part of the "My Guide to Getting through the Maze of Callbacks and Promises" series. It's a 3-part series where I talk about writing asynchronous code wi...
![[Node.js] Why using sync versions of async functions is bad.](https://cdn.hashnode.com/res/hashnode/image/upload/v1678817401656/3fb2299a-e5ae-4637-89bd-870f3db6130c.png)
The lead-up When I was learning JavaScript (about 1-2 years back), my mentor had me go through it step-by-step. So, first I spent some time getting comfortable with callbacks. Then I jumped onto Promises. And then, after months, I started using Async...
