Gaurang Pansare
Gaurang Pansare's blog

Gaurang Pansare's blog

Follow
Follow
homebadgesnewsletter
Series

My guide to getting through the maze of callbacks and promises

It's a 3-part series where I talk about writing asynchronous code with Node.js. The articles are intermediate-level and it is expected that the reader already has basic familiarity with Node.js synta

Articles in this series

[Node.js] Why using sync versions of async functions is bad.

Mar 15, 20235 min read

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...

[Node.js] Why using sync versions of async functions is bad.

[Node.js] Using callback-based functions when the rest of the code uses Promises

May 7, 20235 min read

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...

[Node.js] Using callback-based functions when the rest of the code uses Promises