[Node.js] Using callback-based functions when the rest of the code uses Promises
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...
blog.gaurang.page5 min read
Mayuri Ukey
Hey, I had been struggling with callbacks and promises in a legacy codebase. Thanks for sharing this blog. It made my life easier✌️. And I must mention that util.promisify was cherry on the cake.