Tech Tutorial: Learning React.js for Single-Page Web Applications – Complete Playlist

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 React.js for Single-Page Web Applications – Episode 31: Routing in React for Multi-Page Effect

React.js is often used to create single-page applications or SPA’s. In order to make a SPA feel and act like a multi-page application, React.js uses the concept of a router to show and hide parent components that act like pages and are composed of other components making up their user interface.

In this video, we learn how to use the React.js router system to simulate multi-page applications when building complex single-page applications.


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/