npm

2 Articles 0 Followers


Downsides of NPM package manager

8 Apr 2023 3 minute read 3 comments Bala

NPM is the most popular and primary package manager for Node.js. In fact, we can even say that every developer when they start learning nodejs, they have to also learn about npm package manager. They start with npm and maybe gradually switch to other...

Top 5 common and useful libraries for Node.js developers

8 Oct 2021 2 minute read 0 comments Bala

I would like to say that the best thing that happened in my career was to know that it was possible to write Javascript code in the backend and run backend service completely with Javascript. Thanks to the v8 javascript engine and thanks to the Node...