Instructional Video3:03
Coach Dan Blewett

FIelding Bunts with 1st & 2nd Occupied - Bunt Defenses in Baseball

K - 5th
Bunt defenses are critical in baseball. Don't let your team lose a game on a bunt play. Learn how to defend them in this five-video bunt defense playlist
Instructional Video8:09
Easy Languages

Gerundials in Turkish | Easy Turkish 38 - With Subtitles

12th - Higher Ed
Gerundials in Turkish | Easy Turkish 38 Easy Turkish is a project to help you learn Turkish in an authentic and fun way. We interview people in the streets of Istanbul and other places in Turkey.
Instructional Video1:08
NASA

Galaxy Collision Creates “Space Triangle” in New Hubble Image

3rd - 11th
A spectacular head-on collision between two galaxies fueled an unusual triangular-shaped star-birthing frenzy, as captured in a new image from NASA’s Hubble Space Telescope. The interacting galaxy duo is collectively called Arp 143. The...
Instructional Video23:27
Institute for New Economic Thinking

Rise-up and Stop the Doomsday Machine!

Higher Ed
In the final part of his conversation with Rob Johnson, Daniel Ellsberg talks about his hopes for this generation and why he wrote The Doomsday Machine
Instructional Video4:39
Curated Video

API Testing with Postman - Using tv4 to Validate API Schema

Higher Ed
Understand how to use schema definitions as a form of contract testing. • Discuss contract testing and how it fits in with schemas • Show how to setup a test using tv4 schema validation • Change the definition to demonstrate how it works...
Instructional Video15:23
Let's Tute

Painting a Sunset Sunflower Valley: A Quick and Easy Landscape Tutorial

9th - Higher Ed
In this video, the teacher guides viewers through the process of painting a sunset landscape with sunflowers. They provide step-by-step instructions on blending colors for the sky, creating the base for the flower field, painting clouds...
Instructional Video8:56
Zach Star

Nanotechnology Research Examples and How to Get Into the Field

12th - Higher Ed
Nanotechnology is a very diverse field that is having bigger and bigger impacts on the world. Nanotechnology has applications in medicine, cars, spacecrafts, food, electronics, and materials science just to name a few. Nanotechnology is...
Instructional Video13:37
Religion for Breakfast

Introduction to Biblical Archaeology

12th - Higher Ed
This is Episode 1 of a new Patheos video series: "Excavating the History of the Bible."
Podcast3:55
NPR

Women in the Baseball Hall of Fame

Pre-K - Higher Ed
The Women in Baseball section of the Baseball Hall of Fame in Cooperstown, NY has recently acquired some new members. Corrine Mullane and her daughter Molly Mullane-Cavagnaro are the first ever mother-daughter duo enshrined in the...
Instructional Video11:33
Curated Video

Q&A with a PhD Student in AI and Robotics

Higher Ed
The video features a Q&A session with a PhD student in the Harvard-MIT Health Science and Technology program who shares insights on her studies, AI ethics, obstacles faced by women and minorities in the field, and exciting AI research....
Podcast21:46
Curated Video

Gravity Assist: The Sun’s Mysteries with Thomas Zurbuchen

Pre-K - Higher Ed
Thomas Zurbuchen, the Associate Administrator of NASA’s Science Mission Directorate, joins NASA Chief Scientist Jim Green to discuss the mysterious we still need to solve about the Sun, and more!
Instructional Video6:39
IDG TECHtalk

How to use a database ORM in Python

Higher Ed
ORMs let you work with databases by way of a programming language's native metaphors, instead of by constructing raw database commands as strings. In this video we'll look at a simple ORM for Python, Peewee, and how it uses Python...
Instructional Video19:21
Curated Video

Bash Shell Scripting- Complete cut command in one video

Higher Ed
This is a single video that explains in detail how to use the cut command. This clip is from the chapter "Cut command" of the series "Complete Bash Shell Scripting".This section covers the usage of the cut command.
Instructional Video25:08
Curated Video

Bash Shell Scripting- Monitor File system usage and send mail alerts

Higher Ed
This video shows how to Monitor File system usage and send mail alerts. This clip is from the chapter "Real-Time Practice (Low level to High level)" of the series "Complete Bash Shell Scripting".This section covers various Bash shell...
Instructional Video14:57
Curated Video

Django3- Todo Model

Higher Ed
In this video, we will look at the Todo model. This clip is from the chapter "Site 3 - Todo Woo" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project site 3 - Todo...
Instructional Video2:42
NASA

NASA | StarTrackers Light the Way

3rd - 11th
The concept of a Star Tracker can be traced back to the early sailors who used to navigate the open seas using star field patterns. Star Trackers act as the eyes of the satellite pointing it in the right direction. This is important to...
Instructional Video1:26
NASA

Hubble Trivia: 14) Hubble observed what kind of explosion created by two neutron stars merging?

3rd - 11th
The Hubble Space Telescope has been revealing the secrets of the universe for over 30 years, but it turns out Hubble has some secrets of its own! The question is: Hubble observed what kind of explosion created by two neutron stars...
Instructional Video5:12
Curated Video

Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities

Higher Ed
What can we do to catch bugs earlier, without having to manually test? • Adopt a DevOps mindset to catch bugs early • Add debug capabilities to flag problematic code • Utilize sanitizers to detect undefined behavior and address...
Instructional Video13:58
Curated Video

The Full Stack Web Development - Models and DB Migrations

Higher Ed
Backend Programming with Ruby On Rails: Models and DB Migrations This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section, we will talk about whole MVC...
Instructional Video1:58
EarthEcho International

STEMExplore: Wildlife Biologist

9th - 12th
This video features a wildlife biologist who coordinates citizen science programs in Glacier National Park. She shares her experiences in teaching field techniques for wildlife surveys and encourages students to take as much science and...
Instructional Video2:34
Science360

Electric Fish Charges Up Research On Animal Behavior

12th - Higher Ed
An electric eel can generate enough current to stun its prey, just like a Taser. Weakly electric fish can also generate electricity but not enough to do any harm. ""Weakly electric fish are unique in that they produce and detect electric...
Instructional Video6:50
Mister Simplify

Bloom's Taxonomy - Simplest explanation ever

12th - Higher Ed
Renowned taxonomy in the world of business and L&D. Bloom's Taxonomy is a renowned model for gauging competence in the world of Learning & Development. It is quite important to understand the taxonomy in the world of business. This...
Instructional Video6:28
Curated Video

Introduction to ASP.NET MVC 6 (Video 8)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a new...
Instructional Video7:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes

Higher Ed
In this video, we will learn how to use classes in Node.js and Express.js. • Define a class that handles todo's • Show how to extend from another class • Bind this class into the express application