Curated Video
Mastering Powers and Exponents with Your Scientific Calculator
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...
Curated Video
The No Contact Jacket: Empowering Women with Intelligent Clothing
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...
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 - 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 - 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 - Implementing Basket Total
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Basket Icons
In this video, you will learn to create basket icons, implement them one by one, and test them for functionality.
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 - React Router - Detail Page
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Introduction - What We Will Build - the components required to implement the project
In this lesson, you will learn about the project details, what we will build, and the components required to implement the project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Conditional Rendering
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Suggesting a Move - Implementing a Computer Player
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Game Board - Header and Footer
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Introduction - What We Will Build - Connect-4-Clone
This video outlines what we will build in Project 2, a game called Connect-4-Clone.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Debugging in React
This video elaborates on how we can debug React applications to resolve errors and make the app functional and proper.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Display
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Parameters in Callback Functions
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Events
In this video, we will look at the different events like mouse clicks, mouse overs, mouse out, key down, and document load.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Do-While Loop
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.