Curated Video
Wellbeing A-Z -Volleyball
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.
Curated Video
Highlights from the British Invention Show: Innovative Products and Support for Inventors
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,...
Financial Times
How India can revolutionise women's cricket
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 2
This recapitulation video briefly summarizes our entire project and what concepts you have learned.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploy to Netlify
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.
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 - 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 - 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 - 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 - Displaying the Winner
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.
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 - 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.