From Callback Hell to Promise Land: Async JavaScript in Node.js
Asynchronous code is one of the first things that trips up developers coming to Node.js. You write what looks like a perfectly normal function call, and somehow the result isn't there when you expect
blogs.arnabsamanta.in9 min read