Tech Tutorial: Learning Node.js for JavaScript Programming – Episode 10: Node Package Executer

Within the Node.js community, we often rely on the ingenious code and utilities other developers create. These utilities are often used to modify or setup application code and need to be executed. Traditionally, these utilities would need to be executed manually by a developer and this can sometimes be pretty complex to do. To handle this, NPM added Node Package Executer or NPX, which is a utility for executing code packaged and managed by NPM.

In this video, we learn how to use NPX to execute utilities packaged in NPM on our local machine.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Node.js for JavaScript Programming – Episode 09: Using NPM Windows

In this video, we demonstrate how to use NPM to manage Node.js packages in a JavaScript application running on Windows.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Node.js for JavaScript Programming – Episode 08: Using NPM MacOS

In this video, we demonstrate how to use NPM to manage Node.js packages in a JavaScript application running on macOS.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Node.js for JavaScript Programming – Episode 07: Node Package Manager

As we write software, we often run into situation where the code we write can be used in various applications. Other times we may be writing code with the intention of selling it or giving it away for free through open sources contributions. in these instances, we need a method for packaging and delivering our code to other developers for their use.

Node Package Manager or NPM is both a method and a service for packaging up our Node.js JavaScript code into libraries other developers can include and use in their software.

In this video, we dive into NPM for packaging up our Node.js JavaScript code.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/