Hi, what do you want to do?
Curated Video
The Ferry for Cars
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...
Curated Video
Preserving the Halibut Population and a Family Business
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,...
Curated Video
Hunting and Painting Like Cro-Magnon: A Journey to the Past
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...
Brave Wilderness
Stung by a Killer Hornet!
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...
Curated Video
Centre of Gravity: Finding the Balance Point of Irregular Objects
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...
Curated Video
Antonie van Leeuwenhoek for Kids | Bedtime History
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Using the useNavigate() Hook
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is an IDE - Remix Ethereum
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...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Serverless with AWS
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Writing an Algorithm from Scratch with ChatGPT
This video provides an introduction to writing algorithms from scratch using a step-by-step approach with the help of ChatGPT.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport
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...
<
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Facebook Developers Platform and API Creation
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...
<
br/>
This clip is from the chapter "Facebook Authentication and Passport Login" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing
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...
<
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...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110
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
React JS Masterclass - Go From Zero To Job Ready - Navigation / 056
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Custom Hook (useFetch) / 038
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useCallback Hook / 037
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useRef Hook / 030
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 140
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.
Curated Video
The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?
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...
<
br/>
This clip is from the chapter "Understanding the Lifecycle Hooks...