Instructional Video7:16
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linode Backup Service

Higher Ed
Let's look at the Linode backup system, designed to be an easy-to-use, reliable, and redundant on-site backup solution for your Linode.
Instructional Video8:53
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Strict Network Firewall Policy

Higher Ed
In this video, you will learn about rule groups evaluated by order of priority, starting from the lowest number and the rules in each rule group processed.
Instructional Video8:02
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Administration Using Linode GLISH

Higher Ed
This guide will show you how to install and configure a VNC server that you can remotely connect to and run a desktop environment on CentOS 8.
Instructional Video9:10
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Securing the New User Account

Higher Ed
In this video, you will learn to secure our Bob user account with SSH key pair authentication similar to the root account.
Instructional Video3:33
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating a Non-Root Account

Higher Ed
In this video, you will learn how to create a non-root user account and add the user to the pseudo-group to ensure that it has superuser privileges.
Instructional Video3:24
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Adding SSH Public Keys to Linode

Higher Ed
In this video, we will understand how to add an SSH public key to the Linode Cloud Manager.
Instructional Video2:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Connecting with LISH

Higher Ed
Here, we will look at the third method to connect to our Linode instance remotely using the Linode web-based LISH console.
Instructional Video6:33
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - SSH Key Pair Authentication on MacOS

Higher Ed
In this lesson, we will understand how to generate an SSH key pair authentication to use on the MacOS and connect to our Linode instance remotely.
Instructional Video8:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploying a Linode Virtual Instance

Higher Ed
In this video, you will learn how to deploy a virtual instance in Linode.
Instructional Video8:19
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 3

Higher Ed
Here, we will continue with the validation of information in the forms; we will also be looking at providing feedback to the user based on the information validation process with visuals.
Instructional Video14:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results

Higher Ed
In this video, we will understand how to implement a search bar on the basket page. We will generate a couple of components that will aid us in inputting in a textbox and allow the page to search for the component based on the stored...
Instructional Video13:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Local Storage

Higher Ed
In this lesson, you will learn about the local storage of information in a basket. When we place items in a basket and refresh or reload the page, it should be able to retain the items placed in the list until the transaction is processed.
Instructional Video6:51
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Order Confirmation

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before going ahead with the last order for payment.
Instructional Video12:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State

Higher Ed
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other info if needed; reloading the page should allow us to make changes in the total by adding or...
Instructional Video11:19
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Basket Layout

Higher Ed
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
Instructional Video9:01
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Context in React

Higher Ed
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Instructional Video3:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styled Components - Product Description

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that adds style props to your React components and allows you to control styles based on criteria.
Instructional Video9:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Instructional Video13:07
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Product List

Higher Ed
This video demonstrates how we can update and stylize the product list based on specific ecommerce store's sales criteria.
Instructional Video2:29
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tidy the Fetch API Call

Higher Ed
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Instructional Video4:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Store

Higher Ed
Now, we will focus on creating a stylized interface for the store. We will define the page structure, the Events, and how the store behaves.
Instructional Video10:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API

Higher Ed
In this lesson, we will look at the Fetch API, a promise-based interface for fetching resources by making HTTP requests to servers from web browsers.
Instructional Video19:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)

Higher Ed
After creating the Suggest button and clicking on it, the game will suggest a random number so the player can strategize their moves. We will use artificial intelligence to improve the player's intelligence on the computer and make more...
Instructional Video5:51
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition

Higher Ed
After getting the moves to function in the game, we will now determine a draw condition when there are two players and how the game is a tie or a draw, what parameters are defined to determine the draw, and the conditions of the game.