Instructional Video6:40
Bozeman Science

Measuring the Magnetic Force

12th - Higher Ed
In this video Paul Andersen explains how a magnetic force arises when magnets or moving electric charges interact with one another. A magnetic dipole will orient towards a magnetic field. When an electric charge is moving it will...
Instructional Video4:32
Bozeman Science

Specular Reflection

12th - Higher Ed
In this video Paul Andersen explains how light that is perfectly reflected creates specular reflection. The angle of the incident ray is equal to the angle of the reflected ray. Specular reflection is also known as mirror-like...
Instructional Video4:54
TED-Ed

TED-Ed: How fast is the speed of thought? | Seena Mathew

Pre-K - Higher Ed
Your mortal enemy has captured you and hooked you up to a bizarre experiment. He's extended your nervous system with one very long neuron to a target about 70 meters away. At some point, he's going to fire an arrow. If you can then think...
Instructional Video2:40
Curated Video

Balancing Acid/Base Neutralization Equations - 1 EASY TRICK - sodium hydroxide and hydrochloric acid

9th - Higher Ed
How to make a balanced chemical equation using sodium hydroxide and hydrochloric acid! In this video, we're going to show you how to quickly and easily balance acid/base chemical equations. This is a skillset that is essential for...
Instructional Video7:35
Curated Video

Valentine's Day Vocabulary | Spot the difference | Flashcard link

Pre-K - K
Let's watch a Valentine's Day Talking Flashcards video to practice some Valentine's Day vocabulary. There's also a spot the difference mini-game, and a memory game in the video for practice.
Instructional Video11:27
Curated Video

My Top 6 Stakeholder Analysis Tools

10th - Higher Ed
I wrote an article with 20 Stakeholder Analysis techniques. That’s too much for a short video. So, here, I want to share with you my favorite 6 Stakeholder Analysis Tools. 1. Stakeholder triage Attitude and Impact • Woo + Win • Inform +...
Instructional Video5:22
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Case Study - Employee Part 1

Higher Ed
In this video, we will first understand what inheritance is. Then we will have a look at an employee inheritance hierarchy with a UML diagram. Based on the information in the diagram, we will be writing a program to fulfil the...
Instructional Video5:32
Curated Video

What Am I Unit 61

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video4:36
Curated Video

What Am I Unit 12

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video3:02
Curated Video

Master Bond Dipoles in Minutes - Chemistry Made Simple

9th - Higher Ed
In this video, you'll master bond dipoles in minutes – Chemistry Made Simple! 🌟 Dive into the fascinating world of bond dipoles and learn how to identify these crucial elements in various molecules. Understanding bond dipoles is...
Instructional Video3:46
Curated Video

EASILY know if a Molecule is POLAR or NONPOLAR in Chemistry

9th - Higher Ed
Being able to determine if a molecule is polar or nonpolar is very important in chemistry as it allows you to then discuss intermolecular forces present in molecules which helps to predict various physical and chemical properties. In...
Instructional Video3:03
Curated Video

Lactic Acid: A Case Study in Chirality

9th - Higher Ed
Lactic acid (2-hydroxypropanoic acid) is a classic example of a chiral molecule. It contains a chiral center at the second carbon atom, bonded to a hydroxyl group (-OH), a hydrogen atom, a carboxyl group (-COOH), and a methyl group...
Instructional Video9:51
Curated Video

Homer's The Odyssey for Kids | Bedtime History

K - 5th
Embark on an epic journey through the ancient world with our exploration of Homer's timeless masterpiece, "The Odyssey." We delve into the rich history behind one of literature's greatest works. From its origins in ancient Greece to its...
Instructional Video1:27
Curated Video

Discover How A Compass Works! | Learning Song For Kids

Pre-K - 8th
When you need to know where to go, a compass can guide you!
Instructional Video7:44
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Model Y and Accessories Sections

Higher Ed
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.
Instructional Video16:04
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Commit Timeline

Higher Ed
This video explains the commit timeline on GitHub. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push changes...
Instructional Video4:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Execution Context in Action

Higher Ed
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Instructional Video7:42
Curated Video

Modern JavaScript from the Beginning - Second Edition - Arrow Functions

Higher Ed
Here, you will learn about arrow functions, which provide a shorter syntax for writing functions and how they work. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video5:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust

Higher Ed
This video talks about match statements in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video5:41
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Error Handling for a Program in Rust

Higher Ed
This is a solution video on writing error handling for a program in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video1:39
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Expression – Exercises

Higher Ed
This video covers various exercises related to Java expressions. The exercises will test your understanding of Java expressions and help you to strengthen your skills.
Instructional Video6:02
Curated Video

Fundamentals of Neural Networks - Bi-Directional RNN

Higher Ed
Bidirectional recurrent neural networks (BRNN) connect two hidden layers of opposite directions to the same output. BRNNs are especially useful when the context of the input is needed. For example, in handwriting recognition, the...
Instructional Video11:23
Curated Video

Fundamentals of Neural Networks - Forward Propagation in RNN

Higher Ed
The forward propagation in an RNN makes a few assumptions: 1) We assume the hyperbolic tangent activation function for the hidden layer. 2) We assume that the output is discrete as if the RNN is used to predict words or characters. This...
Instructional Video3:58
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions

Higher Ed
In this video, you will see the solutions for the exercises presented in the previous video, which cover printing output to the console with Java.