Instructional Video7:14
Curated Video

The Ferry for Cars

Pre-K - K
Skoop and Lea find a shell in the sand. The friends are arguing about which of them is going to get the shell. Leo tells his friends not to fight and to head off to Seashell Island. There are lots of shell to collect there - enough for...
Instructional Video9:23
Curated Video

Preserving the Halibut Population and a Family Business

3rd - Higher Ed
Meet a family deeply rooted in halibut fishing and learn how their work and their lives have changed in recent decades. Nora recounts her upbringing on longline boats and the demanding, rewarding nature of the work. Her father, Matt,...
Instructional Video11:37
Curated Video

Hunting and Painting Like Cro-Magnon: A Journey to the Past

6th - Higher Ed
Vincent visits Dordogne to learn about prehistoric life with prehistorian Serge Maury. Discover Cro-Magnon hunting techniques and how they created cave paintings. Vincent and David try their hands at these ancient skills, exploring the...
Instructional Video11:20
Brave Wilderness

Stung by a Killer Hornet!

6th - 8th
Will the Banded Hornet of Borneo become the new king of sting? Watch to find out! In this video, Mark takes us on an adventure through the jungles of Malaysia to track down the deadliest stinging insect in all of Borneo! Then, he ranks...
Instructional Video7:59
Curated Video

Centre of Gravity: Finding the Balance Point of Irregular Objects

6th - 12th
We use a plumb line and hook to find the centre of gravity of an irregularly shaped piece of card. A hole is punched in the card and it is suspended from the hook. A plumb line is used to let us draw the vertical line under the hole on...
Instructional Video10:10
Curated Video

Antonie van Leeuwenhoek for Kids | Bedtime History

K - 5th
Antony van Leeuwenhoek was a Dutch scientist and a pioneer in the field of microbiology. Often referred to as "the Father of Microbiology," he was the first to observe and describe microorganisms using a microscope that he designed...
Instructional Video2:05
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Using the useNavigate() Hook

Higher Ed
In this video, we will explore the useNavigate() hook and learn to use it to perform navigation actions in response to user interactions or other events. The video covers scenarios such as redirecting after form submission and...
Instructional Video2:11
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS

Higher Ed
This video explores the useEffect hook and its usage in React applications. You will learn to perform tasks such as data fetching, event subscriptions, and cleanup operations using the useEffect hook, and learn the concept of...
Instructional Video2:38
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is an IDE - Remix Ethereum

Higher Ed
In this video, you will learn about the integrated development environment (IDE) called Remix Ethereum, including its features and how to use it for Solidity programming and smart contract development.
<
br/>
This clip is from the...
Instructional Video5:08
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Serverless with AWS

Higher Ed
This video explains serverless, which is just a fancy term for choosing to use cloud services rather than write a server by hand. The truth is that it is still a server; it's just that the cloud services provider has written a portion...
Instructional Video4:21
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native

Higher Ed
In this video, we will explore the useEffect hook in React Native, which is used for handling side effects such as network requests, state updates, and rendering optimizations. By the end of this video, you will have a better...
Instructional Video12:20
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Writing an Algorithm from Scratch with ChatGPT

Higher Ed
This video provides an introduction to writing algorithms from scratch using a step-by-step approach with the help of ChatGPT.
Instructional Video3:53
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport

Higher Ed
This video helps you with setting up Auth0 with Express and Passport.
<
br/>
This clip is from the chapter "Auth0" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on Auth0...
Instructional Video4:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Facebook Developers Platform and API Creation

Higher Ed
This video talks about the Facebook Developers platform and API creation.
<
br/>
This clip is from the chapter "Facebook Authentication and Passport Login" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
Instructional Video6:42
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing

Higher Ed
This video demonstrates setting up routing from scratch.
<
br/>
This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on...
Instructional Video6:28
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern

Higher Ed
This video demonstrates the use of async/await and fetch to send a post request to the OpenAI API, allowing ChatGPT to respond to user input in real time.
Instructional Video7:23
Curated Video

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

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 Video11:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Navigation / 056

Higher Ed
Here, we will delve deep into navigation in the React structure. There are two ways, where we will use the "useNavigate" hook, or use a navigate component.
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.
<
br/>
This clip is from the chapter "Understanding the Lifecycle Hooks...