Handling Promise rejections in Express.js (Node.js) with ease

Async/await API is a great step towards code readability in Node.js. But it also introduces one significant problem which a lot of developers struggle in day to day job, it’s error handling and to be precise – promise … Read more

Similar

Managing your Node.js versions

At times when you’re working on multiple projects and each of them have a dependency of a different version of Node.js, this can be very frustrating. This is where the Node Version Manager (nvm) steps...

Read more »