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/

Tech Tutorial: Learning Node.js for JavaScript Programming – Episode 06: The Node Module System

As with pretty much every programming language and its associated execution environment, we need a method for including our custom code as well as that of third-parties into our applications without ending up with conflicts due to object and variables names being the same. For this purpose, Node.js has a module system.

In this video, we discuss the Node module system and how it is used within applications to keep code separate.


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 05: First Node App Windows

In this video, we walk through creating and executing your first Node.js application on a Windows 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 04: First Node App MacOS

In this video, we walk through creating and executing your first Node.js application on a MacOS 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 03: Installing on MacOS

In this video, we walk through the installation of Node.js on a MacOS 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 02: Installing on Windows

In this video, we walk through the installation of Node.js on a Windows 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/