[Node.js] Using callback-based functions when the rest of the code uses PromisesMay 7, 2023·5 min read
ORMs: A Solution Looking for a Problem?A skeptical dive into ORMs — and why they might still be worth it.Jun 30, 2025·11 min read
The odyssey of asynchronous JavaScriptThe 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...Oct 29, 2019·8 min read