Hi, what do you want to do?
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linode Backup Service
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Strict Network Firewall Policy
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Administration Using Linode GLISH
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Securing the New User Account
In this video, you will learn to secure our Bob user account with SSH key pair authentication similar to the root account.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating a Non-Root Account
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Adding SSH Public Keys to Linode
In this video, we will understand how to add an SSH public key to the Linode Cloud Manager.
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 - 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 - 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 - 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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Basket Layout
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Context in React
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styled Components - Product Description
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Product List
This video demonstrates how we can update and stylize the product list based on specific ecommerce store's sales criteria.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tidy the Fetch API Call
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Store
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition
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.