Curated Video
More Multiplication
Mr. Addit works multiplication problems through repeated addition, skip counting, and arrays. He then finds factors of a multiplication problem from an array.
Curated Video
Review for You: Multiplication and Properties
Mr. Addit reviews several aspects of multiplication and properties of multiplication.
Curated Video
Points and Lines
Mr. Addit introduces the point, line, line segment, and ray and describes how to correctly write them.
Curated Video
The 6 and 7 Times Tables
Mr. Addit teaches the student the multiplication facts of 6 and 7.
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 - Product Description
Let's start by designing a static product tile that we can use as the template for the generated product tiles. Create a file named "components".
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 - Dealing with Errors in Fetch API
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the next few lines of code, rectifying the code, and re-fetching the API.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories
In this video, you will learn about rendering, the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model using a computer program of the various categories of elements.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to JSON Server
This video will introduce the JSON server and its components and concepts. We will understand the need to use the JSON server in our project and how it functions.
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 - 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 - 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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Calculating the Winner
In this video, after completely restyling our game board, we will focus on the game functionality and create the gaming functions, define the winner properties and conditions, and get the game to function.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Key Property
Here, in this lesson, you will learn how to assign a key property to each user in the React game.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game Board
In this lecture, you will learn to debug the errors created in the previous video, which did not allow certain functions to execute properly, and we will initialize the game board.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook (again)
You will learn to use the React State hook you learned to use in Project 2. Further, we will use the hook to add more functionality to the game in our React project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook
In this lesson, you will learn about the React State hook component and how to implement it in our project. We will understand a hook, a function provided by React; they start with the word "use".
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Project 1 - BG Color Changer
This is a practice project (background color changer) based on what we have learned about JavaScript.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Sorting an Array
In this lesson, you will learn how to sort elements alphabetically using the sort() method with a sample script.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Splicing an Array
You will learn how to add multiple new items to an array using the splice() method, which also allows us to specify the position of the new element and if elements need to be removed.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Changing and Deleting Elements
Let's learn how to change array elements using an index number and change or delete elements using functions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Arrays - Pop - Push - Shift - Unshift
In this video, you will learn about the different functions or methods and their uses, including pop, push, shift, and unshift.