Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Connecting with LISH
Here, we will look at the third method to connect to our Linode instance remotely using the Linode web-based LISH console.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - SSH Key Pair Authentication on MacOS
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Password Versus SSH Key Authentication
In this video, we will understand the advantages of using a password versus an SSH key authentication.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Admin Through SSH
In this video, you will learn different ways to connect to a Linode instance to administer it securely.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploying a Linode Virtual Instance
In this video, you will learn how to deploy a virtual instance in Linode.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Enabling TFA on Linode
In this lesson, we will enable our two-factor authentication (TFA) on our Linode account.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Exploring the Linode Cloud Manager
In this video, we will explore the Linode admin dashboard and look at the few available features on the dashboard.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linode Account Setup
This illustrative video demonstrates how to set up and configure the Linode account.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IaaS Versus PaaS Versus SaaS
In this video, we will compare the three service models and note the fundamental differences and their advantages of use.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Software as a Service (SaaS)
The third service model we will discuss is the SaaS model, which are ready-to-use cloud-hosted, subscription-based applications.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Platform as a Service (PaaS)
Here, we will look at the second service model, the PaaS model, which provisions a more significant workload than under the IaaS model.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Infrastructure as a Service (IaaS)
In this video, we will look at the IaaS model, the most commonly used cloud computing service model.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Cloud Computing Service Models
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).
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Benefits of Cloud Computing
This lecture will explain the various benefits of cloud computing, the core advantages, and cloud administration.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Cloud Computing
This video is a brief introduction to cloud computing concepts. It outlines what cloud computing comprises, virtual instances, and system and networking resources.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 3
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 4
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 3
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 2
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 1
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Better Searching with Debouncing
You will learn tips and tricks for better searching using the debouncing technique, using up, down, and clear, and developing a clear search feature.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Local Storage
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Order Confirmation
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.