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 Cascading Style Sheets (CSS) – Complete Playlist

The modern web page is something to behold. The complex design, the color, the movement, and the interaction are all a result of developers and designers skilled in the art of CSS. In this technical tutorial series, you will learn the basics of CSS in preparation for diving deep and creating beautiful web page designs.

Tech Tutorial: Learning Cascading Style Sheets (CSS) – Episode 15: Responsive Design and Media Queries

With the creation of smartphones, the internet has been flooded with small mobile devices over the last decade. These small devices have screens that are varying in size both vertically and horizontally when compared to standard computer monitor sizes. It is due to this that modern web designers and web developers’ task of creating web-based applications have become extremely complex.

It is the duty of both the designer and the developer to make sure that their user interfaces (HTML+CSS) work flawlessly on not only desktop and laptop computers, but on as many mobile devices as possible. To help accomplish this, the responsive design paradigm was created and media queries were introduced into CSS.

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 Cascading Style Sheets (CSS) – Episode 14: Specificity

Because styles in CSS are cascading, meaning they build on top of each other, we need to understand how CSS calculates the effects of our style rules on the elements within a document. This is known as CSS specificity and is something every developer needs to understand in order to avoid a lot of headaches when implementing a designer’s look and feel in 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 Cascading Style Sheets (CSS) – Episode 13: Box Model

Because CSS is used to style an HTML document, it becomes extremely important to understand how the browser goes about rendering the HTML elements within the document. One key aspect of document rendering within the browser is the box model. In this video, we walk through what the box model is and how it works with CSS to create stunning web pages.

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/