Callbacks vs Promises in Node.js
Imagine reading a huge file from disk. Now, imagine your entire application completelky freezing until that single file finishes loading. No other request get handled. No other tasks run. Everything j
one-for-all.hashnode.dev3 min read