Coach Dan Blewett
FIelding Bunts with 1st & 2nd Occupied - Bunt Defenses in Baseball
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
Easy Languages
Gerundials in Turkish | Easy Turkish 38 - With Subtitles
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.
NASA
Galaxy Collision Creates “Space Triangle” in New Hubble Image
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...
Institute for New Economic Thinking
Rise-up and Stop the Doomsday Machine!
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
Curated Video
API Testing with Postman - Using tv4 to Validate API Schema
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...
Let's Tute
Painting a Sunset Sunflower Valley: A Quick and Easy Landscape Tutorial
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...
Zach Star
Nanotechnology Research Examples and How to Get Into the Field
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...
Religion for Breakfast
Introduction to Biblical Archaeology
This is Episode 1 of a new Patheos video series: "Excavating the History of the Bible."
NPR
Women in the Baseball Hall of Fame
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...
Curated Video
Q&A with a PhD Student in AI and Robotics
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....
Curated Video
Gravity Assist: The Sun’s Mysteries with Thomas Zurbuchen
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!
IDG TECHtalk
How to use a database ORM in Python
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...
Curated Video
Bash Shell Scripting- Complete cut command in one video
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.
Curated Video
Bash Shell Scripting- Monitor File system usage and send mail alerts
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...
Curated Video
Django3- Todo Model
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...
NASA
NASA | StarTrackers Light the Way
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...
NASA
Hubble Trivia: 14) Hubble observed what kind of explosion created by two neutron stars merging?
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities
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...
Curated Video
The Full Stack Web Development - Models and DB Migrations
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...
EarthEcho International
STEMExplore: Wildlife Biologist
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...
Science360
Electric Fish Charges Up Research On Animal Behavior
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...
Mister Simplify
Bloom's Taxonomy - Simplest explanation ever
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 8)
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes
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