Bozeman Science
Measuring the Magnetic Force
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...
Bozeman Science
Specular Reflection
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...
TED-Ed
TED-Ed: How fast is the speed of thought? | Seena Mathew
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...
Curated Video
Balancing Acid/Base Neutralization Equations - 1 EASY TRICK - sodium hydroxide and hydrochloric acid
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...
Curated Video
Valentine's Day Vocabulary | Spot the difference | Flashcard link
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.
Curated Video
My Top 6 Stakeholder Analysis Tools
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 +...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Case Study - Employee Part 1
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...
Curated Video
Master Bond Dipoles in Minutes - Chemistry Made Simple
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...
Curated Video
EASILY know if a Molecule is POLAR or NONPOLAR in Chemistry
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...
Curated Video
Lactic Acid: A Case Study in Chirality
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...
Curated Video
Homer's The Odyssey for Kids | Bedtime History
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...
Curated Video
Discover How A Compass Works! | Learning Song For Kids
When you need to know where to go, a compass can guide you!
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
Git and GitHub Masterclass - The Practical Bootcamp - Commit Timeline
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Execution Context in Action
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Arrow Functions
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Error Handling for a Program in Rust
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
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Expression – Exercises
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.
Curated Video
Fundamentals of Neural Networks - Bi-Directional RNN
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...
Curated Video
Fundamentals of Neural Networks - Forward Propagation in RNN
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions
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.