Instructional Video10:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook (useFetch) / 038

Higher Ed
In this lecture, you will learn how to create a custom hook, which are functions that perform a task or fetches the information. You will learn to create a custom hook and call that hook in the code whenever we need information.
Instructional Video11:15
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useCallback Hook / 037

Higher Ed
In this video, you will learn about the useCallback hook, as the useEffect hook requires dependencies within the function. In contrast, the useCallback hook does not require a dependency within it and can call dependencies from outside...
Instructional Video6:40
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useRef Hook / 030

Higher Ed
In this video, we will explore a hook, useRef, which will allow us to reference an unnecessary value for rendering. This is used to reference a value, manipulate a DOM with a reference, and avoid recreating reference content.
Instructional Video1:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015

Higher Ed
In this lesson, we will explore a few quick tips while using hooks in our coding. We will go through the do's and don'ts while using hooks and other exceptions while using hooks.
Instructional Video6:38
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 140

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video6:09
Curated Video

The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?

Higher Ed
In this video, we will talk about lifecycle hooks in Vue.js and how we can use them, and in which label we will work to instruct which method will be run first. This clip is from the chapter "Understanding the Lifecycle Hooks in Vue.js"...
Instructional Video6:44
Great Big Story

90s Heartthrobs: Behind the Crushes

12th - Higher Ed
Revisit the golden era of '90s heartthrobs as Great Big Story takes you on a journey through the iconic crushes of that time. From Clayton Snyder's Ethan Craft in Lizzie McGuire to Robert Ri'chard's Arnaz from One on One, and Dante...
Instructional Video4:10
Great Big Story

He’s the Actor Behind Zuko, Rufio and So Many More

12th - Higher Ed
Explore the incredible journey of Dante Basco, the actor and voice artist known for iconic roles like Rufio in 'Hook,' Prince Zuko in 'Avatar: The Last Airbender,' and Jake Long in 'American Dragon.' From his breakdancing roots to...
Instructional Video5:09
Curated Video

oo Sound - Short oo | Learn Phonics | oo Words | Learn to Read | British Teacher

3rd - 12th
Explore the 'oo' sound with Miss Phonics. Learn how to identify the sound, write the sound and read words that use the 'oo' sound. The 'oo' sound is a digraph or 'special friends' because it is made up of two letters. The 'oo' sound is...
Instructional Video1:49
Curated Video

Wellbeing A-Z -Kickboxing

12th - Higher Ed
Today’s Kick-boxing takes much from western boxing as well as a combination of martial arts. It’s a fantastic way to keep fit, learn how to defend yourself, and gain self confidence through competition.
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 Video18:07
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - UseContext Hook and UseReducer Hook in React

Higher Ed
Let's understand UserContext Hook, which makes it easy to pass data throughout your app without manually passing props down the tree, and UseReducer Hook, which allows for a simpler, predictable, and organized way to update our component.
Instructional Video8:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Categories

Higher Ed
This video demonstrates how we can refactor product listing categories based on certain specifics, update any changes made to the products, or take them off the listing.
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 Video3:24
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Lifecycle Events

Higher Ed
This video illustrates a lifecycle event in React. It explains the different functions defined and invoked during an event and how the functions work to cause an effect on the event.
Instructional Video14:32
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook (again)

Higher Ed
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.
Instructional Video4:50
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook

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

The Complete Strapi™ Course with Plugins and Deployment - Plugin Localization

Higher Ed
In this video, we will cover plugin localization. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will cover Strapi...
Instructional Video4:14
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Lifecycle Hooks

Higher Ed
In this video, we will spend some time understanding the lifecycle hooks. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In...
Instructional Video3:58
Curated Video

Breakdancing Moves: Understanding Go Downs

Pre-K - Higher Ed
Want to expand your breakdancing knowledge so you can start creating your own moves and unique dance transitions? Check out our latest Breakdancing video tutorial! In this video, Adrian drops some bboy knowledge as he explains Go Downs....
Instructional Video5:30
Curated Video

GCSE Physics - Elasticity, spring constant, and Hooke's Law #44

9th - Higher Ed
This video covers: - The types of elasticity (compress, stretch & bending) - The types of deformation (elastic & inelastic) - Hooke's Law - Idea of extension - Spring constant - Force-extension graphs General info: - Suitable for all...
Instructional Video12:22
All In One Social Media

Which camera is best for creating content? Phone, Webcam, or Professional Camera?

Higher Ed
What's the difference between using a phone camera vs. webcam vs. a professional camera when making videos for your social media marketing? Are you wondering if you need to splurge on a professional camera? Or can you simply use your...
Instructional Video10:16
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Adding Image State for Beginners with Hooks in React for DALL-E App

Higher Ed
In this lesson, you will learn to add an image state with React hooks for our DALL-E application. After rendering the app, we can now generate our images using the application. This clip is from the chapter "Rendering and Creating Images...
Instructional Video9:10
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS

Higher Ed
In this lesson, you will learn to hook up the OpenAI app, using the API key to provide access and then configuring the OpenAI API by linking it to the app to generate images. This clip is from the chapter "How to Get a DALL-E API OpenAI...