Blocking vs Non-Blocking Code in Node.js
One of the biggest reasons Node.js became popular is its non-blocking nature.
But many beginners hear terms like:
blocking
non-blocking
async execution
without actually understanding what they me
understanding-javascript-methods.hashnode.dev3 min read