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 Express.js for Web Applications – Complete Playlist

Express.js is a lightweight web application framework built on top of Node.js and written in JavaScript. It can be used to build complete full-stack web applications using simply JavaScript on the back-end and front-ends drastically simplifying web application development.

In this technical tutorial series, you will learn the basics of the Express.js framework in preparation for a deep dive into how to build complete web applications using Express.js in a separate project-based tutorial coming soon.

Tech Tutorial: Learning Express.js for Web Applications – Episode 17: The Express Router

A key function of any web application framework is that of managing HTTP requests from clients. Web applications respond to those requests for information/data in many formats (HTML, CSV, JSON, etc.) and ways (building content from scratch, serving up static files, pulling data from a database, and returning it, redirecting to a different resource/service). It is because of this that a framework’s ability to identify requests and map them to internal resources is critical.

In this video, we dive into Express.js’ router and how it is used to manage the mapping of client requests to its internal resources.


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 Express.js for Web Applications – Episode 16: Basic Routing

A key function of any web application framework is that of managing HTTP requests from clients. Web applications respond to those requests for information/data in many formats (HTML, CSV, JSON, etc.) and ways (building content from scratch, serving up static files, pulling data from a database, and returning it, redirecting to a different resource/service). It is because of this that a framework’s ability to identify requests and map them to internal resources is critical.

In this video, we will walk through the basic concept of routing in preparation for an introduction to Express.js’ router.


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 Express.js for Web Applications – Episode 15: Third-Party Middleware

Express.js’ middleware system is extremely powerful and is an essential tool when developing both simple and complex web applications. In this video, you will learn how to find, install third-party middleware, and utilize that middleware within an Express.js application.


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/