Instructional Video4:50
Curated Video

y' Sound | Learn Phonics | y words | Learn to Read | British Teacher

3rd - 12th
Explore the 'y' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'y' sound.
Instructional Video4:47
Curated Video

z' Sound | Learn Phonics | z words | Learn to Read | British Teacher

3rd - 12th
Explore the 'z' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'z' sound.
Instructional Video5:11
Curated Video

v' Sound | Learn Phonics | v words | Learn to Read | British Teacher

3rd - 12th
Explore the 'v' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'v' sound.
Instructional Video4:42
Curated Video

u' Sound | Learn Phonics | u words | Learn to Read | British Teacher

3rd - 12th
Explore the 'u' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'u' sound.
Instructional Video5:28
Curated Video

k' Sound | Learn Phonics | k words | Learn to Read | British Teacher

3rd - 12th
Explore the 'k' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'k' sound.
Instructional Video5:23
Curated Video

The Day Henry Met... a Comic

Pre-K - 3rd
Today Henry meets a comic book in the comic book store and it tries to tells his story to Henry but his last few pages are missing!!! Comic Book doesn’t know how his story ends! Henry saves the day and becomes a Super Hero to find out...
Instructional Video5:00
Curated Video

The Day Henry Met…a Cookbook

Pre-K - 3rd
Today Henry meets a Cookbook. Cookbook is full of hundreds of delicious recipes but he is stuck on the book shelf with no chef around to cook the meals. Henry becomes a master chef, is transported into a busy kitchen and creates the...
Instructional Video6:51
Curated Video

What is the Autofocus Time Management Method? And How Does it Work?

10th - Higher Ed
Mark Forster's Autofocus Technique for personal time management is as little known as David Allen's Getting Things Done is well-known. But if you are after a personal productivity system, check this out.
Instructional Video7:46
Curated Video

What is Remarketing? (or Retargeting)

10th - Higher Ed
Have you ever been wandering about the internet and been surprised to find adverts for products you recently looked at? If you have, welcome to remarketing. Maybe you looked at an online product and then, later that day, saw a discount...
Instructional Video9:21
Curated Video

What is A/B Testing? ...and Split Testing?

10th - Higher Ed
Why is Amazon so successful? A big part of the answer is A/B Testing. Unknown to most users, Amazon’s customers are subject to thousands of A/B test experiments every week. They tell Amazon how to lay out a page, which products to offer...
Instructional Video7:44
Curated Video

Attending Meetings - Using Flipchart Effectively

10th - Higher Ed
When you attend a meeting, you may need to use a flip chart to either present your ideas or record ideas from the meeting. Using a flip chart well is a skill you need to cultivate. So, in this video, I'll show you how to use a flip chart...
Instructional Video7:07
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - AWS Global Versus Regional Services

Higher Ed
This lecture will explore the theory behind the AWS Regions and understand the difference between AWS global and regional services.
Instructional Video7:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - AWS Account Registration

Higher Ed
Let's get acquainted with registering an AWS account so we can explore many relevant services to become an AWS cloud practitioner.
Instructional Video7:16
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linode Backup Service

Higher Ed
Let's look at the Linode backup system, designed to be an easy-to-use, reliable, and redundant on-site backup solution for your Linode.
Instructional Video5:05
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Key Terms: Stacks, Frameworks, and Languages (Part 3)

Higher Ed
This is a continuation of the lesson from the previous lecture, which explains full-stack languages in detail.
Instructional Video6:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Enabling TFA on Linode

Higher Ed
In this lesson, we will enable our two-factor authentication (TFA) on our Linode account.
Instructional Video14:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results

Higher Ed
In this video, we will understand how to implement a search bar on the basket page. We will generate a couple of components that will aid us in inputting in a textbox and allow the page to search for the component based on the stored...
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 Video12:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State

Higher Ed
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...
Instructional Video3:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styled Components - Product Description

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that adds style props to your React components and allows you to control styles based on criteria.
Instructional Video13:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Styled Components

Higher Ed
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Instructional Video5:33
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Product Description

Higher Ed
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".
Instructional Video9:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
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.