Hi, what do you want to do?
Curated Video
Enzyme Action: Trypsin
We demonstrate denaturing by adding the enzyme trypsin to photographic film. Strips of photographic film are added to trypsin solution at different temperatures to determine the optimum conditions for the enzyme. In the right conditions...
Curated Video
Orange Tornado
We use mercury(II) chloride solution and potassium iodide to demonstrate a precipitation reaction. Saturated potassium iodide solution is placed on a magnetic stirrer and the speed is set so that a vortex is created. Mercury(II) chloride...
Curated Video
Forming Iron Sulfide
We examine the different properties of iron and sulfur when they are mixed and when they are chemically combined. When iron and sulfur are mixed they retain their individual properties. When they react chemically to form iron sulfide...
Maddie Moate
How to install a package of honey bees! | Maddie Moate
In June 2022 I had my first package of bees arrive in my own back garden! I've helped my mum look after bees for years (some of you have seen lots of our videos already) but this was the FIRST time I have ever had bees of my own. When I...
Maddie Moate
What is pollination? | Plants for kids | Beekeeping with Maddie
We all know that bees and other insects play an important part in helping plants grow...but what actually is pollination? <br/>
Great Big Story
Swamp apes, veterans and python hunt in the everglades
Discover the Swamp Apes, an initiative where veterans tackle personal challenges by capturing invasive pythons in the Everglades, aiding both mental health and the environment.<br/>
Curated Video
Pi-n Conjugation: Unlocking the Secrets of Molecular Stability
Pi-n conjugation occurs when a lone pair of electrons (n) interacts with a pi system, enhancing electron delocalization. This conjugation stabilizes the molecule, as the lone pair contributes to the overall resonance. Pi-n conjugation...
Wonderscape
The Legacy of Wounded Knee and Ongoing Indigenous Struggles
This video explores the 1973 occupation of Wounded Knee by the American Indian Movement, highlighting the continued struggles of Indigenous communities. It discusses efforts like the Remove the Stain Act and the unresolved issue of the...
Brave Wilderness
Can a Snapping Turtle Bite Break a Human Hand?
The snapping turtle... A creature that has always been central to Brave Wilderness... A creature that could be lurking in the pond behind your house... A creature that is fabled for its infamous bite... But just how powerful is its...
Curated Video
Discover What Happens When You Catch A Cold! | Human Body Songs For Kids
Let's learn what happens when a virus enters your body!
Curated Video
Algebra | Two-Step Equations | Maths with Mrs. B
This video builds upon foundational knowledge of algebraic equations, delving into the methodology for solving two-step equations with clear, step-by-step explanations.
00:00 In
troduction
00:14 Questions
00:32...
00:00 In
troduction
00:14 Questions
00:32...
Curated Video
Algebra | Equations - An Introduction | Maths with Mrs. B
This video introduces the concept of algebraic equations and guides learners through the process of solving one-step equations, step by step.
00:00 In
troduction
00:16 What
is an Equation?
02:
13 Solving...
00:00 In
troduction
00:16 What
is an Equation?
02:
13 Solving...
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Stories Section
Learn how to recreate the captivating stories section within the Instagram UI clone, gaining valuable insights into its construction and adding a dynamic element to your project.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Model Y and Accessories Sections
In this video, we will tackle the creation of the Model Y and Accessories sections within the Tesla UI clone, adding depth and detail to the overall user interface.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Sets
Our next datatype is a set, an unordered collection of iterable and mutable data.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Outliers
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (nested if)
Continuing with the decision-making lesson, we will understand what a nested if statement is.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Merge Conflict on Pull Request
This video explains how to merge conflict on a Pull request.
<
br/>
This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source...
<
br/>
This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes and Merge Branch
This video explains pull changes and merge branch.<br<br/>/>
This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Restore
This video explains Git Restore, which will restore the file to the last committed version, effectively undoing any changes that have been made since then.
<
br/>
This clip is from the chapter "Other: Diff, Stash, and Restore" of...
<
br/>
This clip is from the chapter "Other: Diff, Stash, and Restore" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Music Player Project
In this video, you will learn how to create a music player using the Web Audio API. We will see how to load audio files, play and pause audio, and create audio effects.
<
br/>
This clip is from the chapter "Web Browser APIs" of the...
<
br/>
This clip is from the chapter "Web Browser APIs" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Spinner and Popular TV Shows
In this video, we will add a loading spinner to indicate when data is being fetched from the API. We will also fetch and display a list of popular TV shows using the same method we used for movies.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Update Item and Reset State
In this video, you will learn how to update an item in the shopping list and reset the UI state.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Set Item to Edit
In this video, you will learn how to set an item to edit and show its current value in the input field.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...