The node.js Public Modules Repository PRO

The node.js NPM (Node Package Manager) allows us to manage the packages installed on our computer. NPM provides us with an online public registry service that contains all of the packages developed by programmers who chose to publish them using NPM. NPM provides us with a tool we can use for downloading, installing the managing those packages. As of node.js 6 the NPM is automatically installed as part of the node.js installation. The centralized repository of public modules that NPM maintains is available for browsing at http://search.npmjs.org.

You can find more video clips, code samples and various other types of training material for learning node.js in my free online courses website at http://abelski.lifemichael.com.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences