Instructional Video6:01
Curated Video

Mastering Powers and Exponents with Your Scientific Calculator

9th - Higher Ed
Do you need to learn how to use a Texas Instruments Scientific calculator to find the values of powers and exponents? In this video, I will guide you through four exponents problems. I will show you the specific keys on the calculator...
Instructional Video1:19
Curated Video

The No Contact Jacket: Empowering Women with Intelligent Clothing

Pre-K - Higher Ed
The No Contact Jacket is a stylish and innovative piece of intelligent clothing designed to protect women against assault, robbery, and rape. With a press of a button, the jacket delivers an 80,000 Volt shock, providing a powerful...
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 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 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 Video7:58
Curated Video

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

Higher Ed
After implementing the shopping basket and all the functions it needs, we will execute the tasks required to make the basket add up the totals of the prices of each product multiplied by the number of items and add other features such as...
Instructional Video4:44
Curated Video

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

Higher Ed
In this video, you will learn to create basket icons, implement them one by one, and test them for functionality.
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 Video12:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Router - Detail Page

Higher Ed
In this video, you will learn how to use the React-Router and its components to create a Single Page Application as a detail page.
Instructional Video2:00
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Introduction - What We Will Build - the components required to implement the project

Higher Ed
In this lesson, you will learn about the project details, what we will build, and the components required to implement the project.
Instructional Video8:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Conditional Rendering

Higher Ed
In this lesson, we will look at a term to describe the ability to render different user interface (UI) markup if a condition is true or false—conditional rendering.
Instructional Video12:13
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Suggesting a Move - Implementing a Computer Player

Higher Ed
Here, we will define the game's moves, where the game makes suggestions to the player to make a particular move, or we will be able to click on the New Game button to reset a game and start over. You will also learn to implement a player...
Instructional Video6:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game

Higher Ed
Here, we will use the component "didinitevent" to initialize the game on the game board using the React State hook. You will also learn to initialize the players of the game.
Instructional Video11:17
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Game Board - Header and Footer

Higher Ed
We will take the styling of the game board further, and instead of just the 16 circles, we will add a header and footer to the game board and improve its overall appearance.
Instructional Video1:34
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Introduction - What We Will Build - Connect-4-Clone

Higher Ed
This video outlines what we will build in Project 2, a game called Connect-4-Clone.
Instructional Video5:17
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Debugging in React

Higher Ed
This video elaborates on how we can debug React applications to resolve errors and make the app functional and proper.
Instructional Video7:35
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Display

Higher Ed
After learning to use the React state hook, we will now look at storing variables passed with the () event to put in the calculator's display.
Instructional Video4:36
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Parameters in Callback Functions

Higher Ed
After learning how to use callback functions in the previous lesson, we will now use the callback functions we created in the parent component of our code and pass them on to the instances of the child component.
Instructional Video5:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React

Higher Ed
After learning how to build the visuals of our basic calculator, we will now create events using the () function to define tasks to the buttons created in the visual and use callback functions.
Instructional Video11:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals

Higher Ed
This video demonstrates how to build the visuals of our elementary calculator project. We are going to develop a very basic component called a calculator.
Instructional Video1:19
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Events

Higher Ed
In this video, we will look at the different events like mouse clicks, mouse overs, mouse out, key down, and document load.
Instructional Video1:58
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Do-While Loop

Higher Ed
Here, we will look at a variation of the while loop, the do-while loop, which will execute the entire code block once before checking that the condition is met and then allows the execution as long as the condition remains true.