Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 02: NPX and CreateReactApp

React.js JavaScript applications are primarily single pages applications or SPAs. SPAs run primarily in the user’s browser and interact with a back-end RESTful API. Due to this, React.js application can become quite complex to setup. To mitigate the complexity inherent in setting up a SPA application, the CreateReactApp node.js package was built. This package is an executable NPM package that can be executed using NPX.

In this video, we walk through setting up a new React.js SPA using the CreateReactApp utility.


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 React.js for Single-Page Web Applications – Episode 01: Introduction to React

As websites and web applications have become more complex to meet both creator and user demands, the need for more dynamic and fluid web pages (user interfaces) has grown. To meet this need, several front-end JavaScript libraries have emerged and React.js is one of the most used.

In this video, we introduce you to React.js and how it is used to build fluid and dynamic user interfaces that provide a more improved and complex user experience.


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 MongoDB and Mongoose – Complete Playlist

Data is the lifeblood of the Internet and where there is data, there is a need for a place to store it so we can retrieve it and use it. Databases are the primary solution to this problem and there are many different types of databases designed to address different needs, use cases, and data types.

In modern web applications, you will mostly find either a relational database or a document database backing pretty much any system you run into. In this video, we introduce you to the MongoDB document database.


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 MongoDB and Mongoose – Episode 16: Deleting Documents

The Mongoose models are an in-memory representation of a MongoDB document that adheres to a defined Mongoose Schema. In this video, we learn how to delete an existing document that we pulled from a MongoDB collection using Mongoose.


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 MongoDB and Mongoose – Episode 15: Updating Documents

The Mongoose models are an in-memory representation of a MongoDB document that adheres to a defined Mongoose Schema. In this video, we learn how to update an existing document that we pulled from a MongoDB collection using Mongoose.


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 MongoDB and Mongoose – Episode 14: Finding Single Records

The Mongoose models are an in-memory representation of a MongoDB document that adheres to a defined Mongoose Schema. In this video, we learn how to query collections of a single document in MongoDB through the Mongoose library.


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/