The is-promise NPM package breaks the JavaScript ecosystem, whose sole purpose is to return a boolean value, didn't always return a boolean value impacting millions of projects.
Node JS
Imagine working in a team of more than 3 developers. Although most of you should not need to imagine. It’s a ground reality for most developers in the corporate world. I assume you are also well aware of the problems we face as the team grows. And if not dealt […]
Node.js Team recently released 8.0.0, the next major release, which brings in a range of significant changes and additions. Here are some of the most significant changes and features- NPM v5.0.0 NPM Inc. recently announced the release of version 5.0.0 of the npm client. The new Node.js 8 release also […]
A very common use case for Node is building servers. Node makes it very simple to create different types of servers. This can feel odd if you’re used to having a server host your application (such as a PHP application hosted on an Apache HTTP server). In Node, the server […]