Instructional Video1:38
Curated Video

Wellbeing A-Z -Hockey

12th - Higher Ed
Hockey
Instructional Video1:51
Curated Video

Wellbeing A-Z -Volleyball

12th - Higher Ed
Volleyball is a fast paced, action packed game for people of all ages. Unlike basketball, the ball is not allowed to be caught or thrown, but “spiked” or punched, instead.
Instructional Video1:59
Curated Video

Wellbeing A-Z -Tennis

12th - Higher Ed
Tennis
Instructional Video1:49
Curated Video

Highlights from the British Invention Show: Innovative Products and Support for Inventors

Pre-K - Higher Ed
The British Invention Show is a platform for innovative thinkers to showcase their new ideas and products. This year, it features an uniquely designed keyboard to prevent repetitive strain injury and a fun learning game called Mathletts,...
Instructional Video17:34
Primer

Simulating the Evolution of Teamwork

12th - Higher Ed
Simulating the Evolution of Teamwork
Instructional Video14:22
Financial Times

How India can revolutionise women's cricket

Higher Ed
FT Scoreboard - The IPL transformed cricket from a game struggling to find a future to one of the most valuable sporting assets in the world. But while top men's players have become millionaires, women players have struggled to make ends...
Instructional Video2:42
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 2

Higher Ed
This recapitulation video briefly summarizes our entire project and what concepts you have learned.
Instructional Video6:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploy to Netlify

Higher Ed
In this lesson, you will learn to deploy Netlify, which helps accelerate the time to deploy website and app integrations and APIs on one powerful serverless platform.
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 Video19:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)

Higher Ed
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...
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 Video5:51
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition

Higher Ed
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.
Instructional Video14:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Displaying the Winner

Higher Ed
After defining the moves in the game and being able to calculate the winner, we will now create a display effect on the game board to display the winner after the game is completed.
Instructional Video13:38
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Calculating the Winner

Higher Ed
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.
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.