Node modules and NPM in JS
One of the most debatable topics in the JS ecosystem. Node modules have been created by Node to keep track of dependencies and leverage the ability to share code between JS developers. But with the complexity of modern applications, it's not simple, ...
vincenguyen.hashnode.dev10 min read