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:24
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Password Versus SSH Key Authentication

Higher Ed
In this video, we will understand the advantages of using a password versus an SSH key authentication.
Instructional Video2:06
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Admin Through SSH

Higher Ed
In this video, you will learn different ways to connect to a Linode instance to administer it securely.
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 Video6:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Enabling TFA on Linode

Higher Ed
In this lesson, we will enable our two-factor authentication (TFA) on our Linode account.
Instructional Video6:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Exploring the Linode Cloud Manager

Higher Ed
In this video, we will explore the Linode admin dashboard and look at the few available features on the dashboard.
Instructional Video2:05
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linode Account Setup

Higher Ed
This illustrative video demonstrates how to set up and configure the Linode account.
Instructional Video1:45
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IaaS Versus PaaS Versus SaaS

Higher Ed
In this video, we will compare the three service models and note the fundamental differences and their advantages of use.
Instructional Video1:57
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Software as a Service (SaaS)

Higher Ed
The third service model we will discuss is the SaaS model, which are ready-to-use cloud-hosted, subscription-based applications.
Instructional Video7:00
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Platform as a Service (PaaS)

Higher Ed
Here, we will look at the second service model, the PaaS model, which provisions a more significant workload than under the IaaS model.
Instructional Video8:53
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Infrastructure as a Service (IaaS)

Higher Ed
In this video, we will look at the IaaS model, the most commonly used cloud computing service model.
Instructional Video2:49
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Cloud Computing Service Models

Higher Ed
This video outlines the three cloud computing service models (Infrastructure as a Service, Platform as a Service, and Software as a Service; IaaS, PaaS, and SaaS).
Instructional Video8:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Benefits of Cloud Computing

Higher Ed
This lecture will explain the various benefits of cloud computing, the core advantages, and cloud administration.
Instructional Video2:59
Curated Video

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

Higher Ed
This video is a brief introduction to cloud computing concepts. It outlines what cloud computing comprises, virtual instances, and system and networking resources.
Instructional Video2:52
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 3

Higher Ed
After completing all the lessons in the section, and ultimately implementing the project and testing out the project, this video provides a detailed recapitulation of the concepts learned in this project for the React app.
Instructional Video8:03
Curated Video

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

Higher Ed
You will learn how to highlight the entry box for text using the Event() function to enable us to see where we are making entries into the form.
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 Video9:23
Curated Video

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

Higher Ed
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Instructional Video8:55
Curated Video

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

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video7:44
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Better Searching with Debouncing

Higher Ed
You will learn tips and tricks for better searching using the debouncing technique, using up, down, and clear, and developing a clear search feature.
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.