Instructional Video4:27
TED-Ed

TED-Ed: The ingredient in almost everything you eat | Francesca Bot

Pre-K - Higher Ed
Soybeans have been cultivated in Asia for thousands of years, and have since spread across the globe. Today, soy is in so many foods that most people consume it every day without even knowing it. So, what makes soybeans so versatile? And...
Instructional Video9:59
Crash Course

Friction: Crash Course Physics

12th - Higher Ed
Why is it hard to move a heavy bookcase across a carpeted floor? And why is it easier to keep it moving than it was to get it started moving? You might think it's all about weight, but actually it's about friction. Two kinds of friction!...
Instructional Video4:34
TED-Ed

TED-ED: The death of the universe - Ren_e Hlozek

Pre-K - Higher Ed
The shape, contents and future of the universe are all intricately related. We know that it's mostly flat; we know that it's made up of baryonic matter (like stars and planets), but mostly dark matter and dark energy; and we know that...
Instructional Video9:37
Crash Course

The Personal Computer Revolution: Crash Course Computer Science

12th - Higher Ed
Today we're going to talk about the birth of personal computing. Up until the early 1970s components were just too expensive, or underpowered, for making a useful computer for an individual, but this would begin to change with the...
Instructional Video5:51
SciShow

Cement: A Really Hard Problem

12th - Higher Ed
Concrete sucks CO2 out of the atmosphere, but making it initially produces a lot of carbon dioxide as a byproduct. Fortunately, by rethinking the chemistry of cement altogether, we can actually use carbon dioxide to create our concrete...
Instructional Video5:16
Be Smart

Asteroid Mining: Our Ticket To Living Off Earth?

12th - Higher Ed
Asteroid mining sounds like something out of a bad space movie, but harvesting materials from space rocks might be our ticket to building space colonies or living on Mars.
Instructional Video4:25
Bozeman Science

Strong Nuclear Force

12th - Higher Ed
In this video Paul Andersen explains how the strong nuclear force holds the nucleus together in spite of repulsive electrostatic charges acting on the nucleons. Mesons exchanged between nucleons keep the nucleus intact and gluons...
Instructional Video10:36
Crash Course

How Computers Calculate - the ALU: Crash Course Computer Science

12th - Higher Ed
Today we're going to talk about a fundamental part of all modern computers. The thing that basically everything else uses - the Arithmetic and Logic Unit (or the ALU). The ALU may not have the most exciting name, but it is the...
Instructional Video8:45
Crash Course

Alkenes & Alkynes - Crash Course Chemistry

12th - Higher Ed
Today Hank talks about the deliciousness of alkenes & alkynes, their structures, and how to remember which is which by simply knowing the alphabet. Also, he breaks down hydrogenation, halogenation, polymerization, and triglycerides all...
Instructional Video10:16
SciShow

A Brief History of Robotics

12th - Higher Ed
Why don't we have robots taking care of our every need by now? A little history of the field of robotics might help you understand how hard it is to get machines to perform tasks, and how far we've come in just a few decades.
Instructional Video6:58
Curated Video

What is a Campaign

Higher Ed
Gain a comprehensive understanding of marketing campaigns in this informative video that explores their purpose and components. Discover how campaigns are structured to achieve specific goals and engage target audiences. Explore the key...
Instructional Video4:07
Curated Video

What is a Functional Specification? Project Management in Under 5

10th - Higher Ed
On software and technical projects, there is a chain of project definition deliverables, and one of them is the Functional Specification. So, what is a Functional Specification?
Instructional Video11:25
Curated Video

How to Estimate Project Costs: A Method for Cost Estimation

10th - Higher Ed
There are two reasons why cost estimation is important for project managers. First, it’s extremely hard to estimate project costs well. And second, poor cost estimates are often the biggest reason for a project budget over-run. And...
Instructional Video5:52
Curated Video

Introducing Scania's New R Series: Improvements in Economy, Safety, and Environmental Impact

Pre-K - Higher Ed
Scania has launched its new global truck range, the R Series, which offers improvements in operating economy, environmental impact, and safety. With interchangeable components and a focus on customer demand and legal requirements, these...
Instructional Video2:37
Curated Video

Micro Sensors: Monitoring the Health of Spacecraft and Premature Infants

Pre-K - Higher Ed
This video showcases the development of micro sensors by a team of researchers at the University of Cincinnati. These tiny sensors, with advanced technology, are designed to monitor the health and functionality of critical components in...
Instructional Video6:26
Curated Video

What are Agile Epics, User Stories, and Story Points?

10th - Higher Ed
Epics, User Stories, and Story Points are three terms that are widely used in Agile Project Management and some of its methodologies, like XP (eXtreme Programming) and Scrum. But if you haven’t worked on agile projects, then Epics, User...
Instructional Video6:03
Curated Video

Top 5 Ways to Remove a Risk Entirely

10th - Higher Ed
There are six (arguably seven) strategies for managing risk. But the one that is least understood is the most powerful of all… if you can make it work: removing a risk entirely. So, let's survey one of the most important risk management...
Instructional Video5:26
Curated Video

What is Configuration Management?

10th - Higher Ed
When we refer to the configuration of a system, we mean the technical description of a system and how its component parts inter-connect. So, what is Configuration Management? We define Configuration Management in our free PM Glossary:...
Instructional Video10:51
Curated Video

Project Planning: Plan Your Project - PM Fundamentals

10th - Higher Ed
What are the 10 things you need to build into your Project Plan? A large part of the success of your project will be down to your planning. Consequently, there are a lot of planning tools to choose from. But which will be the most...
Instructional Video14:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Details Page to Show List of Movies

Higher Ed
This video lecture shows how to create a details page for movies with a navigation menu. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This section...
Instructional Video8:02
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Register the Data Access Services Class in Startup

Higher Ed
Here, we will register the data access service in the Startup class ConfigureServices method. Once it is registered, the service can be called and used in the application. This clip is from the chapter "Create a CRUD Application in...
Instructional Video6:27
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Understand the Project Structure

Higher Ed
This lecture details the default project and folder structure so you will be able to understand the function of each of the folders and the files within the folders. This clip is from the chapter "Create a CRUD Application in Blazor" of...
Instructional Video15:11
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Event Callback in ASP.NET Core 3.1 Blazor

Higher Ed
This video describes the event callback concept. You will learn how to enable communication among components with event callback. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and...
Instructional Video2:49
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Function of _Imports.razor Class

Higher Ed
This video details the uses of the _Imports.razor file in the project; you will know where/how to introduce this file in the Blazor Server application. This clip is from the chapter "Create a CRUD Application in Blazor" of the series...