Curated Video
y' Sound | Learn Phonics | y words | Learn to Read | British Teacher
Explore the 'y' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'y' sound.
Curated Video
z' Sound | Learn Phonics | z words | Learn to Read | British Teacher
Explore the 'z' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'z' sound.
Curated Video
v' Sound | Learn Phonics | v words | Learn to Read | British Teacher
Explore the 'v' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'v' sound.
Curated Video
u' Sound | Learn Phonics | u words | Learn to Read | British Teacher
Explore the 'u' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'u' sound.
Curated Video
k' Sound | Learn Phonics | k words | Learn to Read | British Teacher
Explore the 'k' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'k' sound.
Curated Video
The Day Henry Met... a Comic
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...
Curated Video
The Day Henry Met…a Cookbook
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...
Curated Video
What is the Autofocus Time Management Method? And How Does it Work?
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.
Curated Video
What is Remarketing? (or Retargeting)
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...
Curated Video
What is A/B Testing? ...and Split Testing?
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...
Curated Video
Attending Meetings - Using Flipchart Effectively
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - AWS Global Versus Regional Services
This lecture will explore the theory behind the AWS Regions and understand the difference between AWS global and regional services.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - AWS Account Registration
Let's get acquainted with registering an AWS account so we can explore many relevant services to become an AWS cloud practitioner.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linode Backup Service
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Key Terms: Stacks, Frameworks, and Languages (Part 3)
This is a continuation of the lesson from the previous lecture, which explains full-stack languages in detail.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Enabling TFA on Linode
In this lesson, we will enable our two-factor authentication (TFA) on our Linode account.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results
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...
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 - Styled Components - Product Description
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Styled Components
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.
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 - Fetch API - Get Product By ID
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.
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.