Instructional Video13:55
SciShow

The Best Fonts, According to Science

12th - Higher Ed
We all know our favorite fonts, but did you ever think about why some fonts are just clearer than others? Well there's a surprising amount of research into just what makes certain fonts better, and there's a case to be made for that...
Instructional Video6:13
SciShow

Plastic Bunny 3D Printed From Its Own DNA

12th - Higher Ed
A team is encoding digital data into DNA molecules which are then embedded into larger physical objects, like this plastic bunny! And researchers are working on a new, low maintenance oral contraceptive.
Instructional Video12:52
TED Talks

TED: A provocative way to finance the fight against climate change | Michael Metcalfe

12th - Higher Ed
Will we do whatever it takes to fight climate change? Back in 2008, following the global financial crisis, governments across the world adopted a "whatever it takes" commitment to monetary recovery, issuing $250 billion worth of...
Instructional Video4:42
SciShow

Creating Artificial Life

12th - Higher Ed
Scientists are working on creating organisms with designer genomes -- and someday, we might end up with bacteria manufacturing our jet fuel.
Instructional Video13:41
Crash Course

The Northern Renaissance: Crash Course European History

12th - Higher Ed
The European Renaissance may have started in Florence, but it pretty quickly moved out of Italy and spread the art, architecture, literature, and humanism across Europe to places like France, Spain, England, and the Low Countries....
Instructional Video6:59
TED Talks

Jay Walker: My library of human imagination

12th - Higher Ed
Jay Walker, curator of the Library of Human Imagination, conducts a surprising show-and-tell session highlighting a few of the intriguing artifacts that backdropped the 2008 TED stage.
Instructional Video5:27
SciShow

How Worried Should You Be About Smart Home Security?

12th - Higher Ed
As we hurtle through the development of the digital world, it's important to keep in mind the security implications of the technology we use.
Instructional Video4:39
TED-Ed

TED-Ed: How do governments create money out of thin air? | Jonathan Smith

Pre-K - Higher Ed
In March 2020, the COVID-19 pandemic rocked economies worldwide. Millions of people lost their jobs, and many businesses struggled to survive or shut down. Governments responded with some of the largest economic relief packages in...
Instructional Video12:16
Crash Course

Why Early Globalization Matters: Crash Course Big History

12th - Higher Ed
Globalization has been in process for centuries, and has had a huge effect on Big History, and on Collective Learning. This week, Emily is investigating early globalization through three things that moved around the world and shaped...
Instructional Video5:00
TED-Ed

TED-Ed: How to 3D print human tissue | Taneka Jones

Pre-K - Higher Ed
There are currently hundreds of thousands of people on transplant lists, waiting for critical organs like kidneys, hearts and livers that could save their lives. Unfortunately, there aren't enough donor organs available to fill that...
Instructional Video3:29
TED-Ed

TED-Ed: Gyotaku: The ancient Japanese art of printing fish - K. Erica Dodge

Pre-K - Higher Ed
How did fishermen record their trophy catches before the invention of photography? In 19th century Japan, fishing boats were equipped with rice paper, sumi-e ink, and brushes in order to create gyotaku: elaborate rubbings of freshly...
Instructional Video13:47
Instructional Video5:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Exception Handling

Higher Ed
In this video, you will learn about exception handling with try, throw, and catch functions. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about...
Instructional Video9:01
Bedtime History

Benjamin Franklin For Kids | Bedtime History

K - 12th
Learn about one of the most well known Founding Fathers, Benjamin Franklin, who was also a writer, inventor and philanthropist. Check out this book we LOVE! ▶ (https://amzn.to/3gLG0CM)
Instructional Video1:54
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Macros in Rust

Higher Ed
Macros are a powerful feature in Rust that allow you to write code that writes code. In this video, you will learn about macros in Rust and how to use them to generate repetitive code, reduce boilerplate, and create new abstractions....
Instructional Video8:06
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Number Methods

Higher Ed
In this video, you will learn about the various Number methods available in JavaScript, which include isNaN, isFinite, toExponential, and toPrecision, among others. We will understand how to use these methods to perform operations on...
Instructional Video4:21
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - String Methods - Part 2

Higher Ed
Continuing from the previous video, this part focuses on additional string methods such as trim, split, replace, concat, and charAt, and how to use these methods to perform operations such as removing whitespace, splitting strings into...
Instructional Video3:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Nested Loop

Higher Ed
In this video, we will understand the concept of nesting loops, where one loop is placed inside another and how nested loops can be used to iterate over multiple levels of data structures or perform repetitive tasks with varying complexity.
Instructional Video4:32
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - While Loop

Higher Ed
In this video, we will understand the while loop, which executes a block of code repeatedly as long as a specified condition is true, and topics such as loop initialization, condition evaluation, and loop termination.
Instructional Video3:23
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Functions

Higher Ed
In this video, you will learn the basics of functions in JavaScript, including how to define and call functions. We will understand the role of functions in organizing and reusing code and learn to create functions to perform specific...
Instructional Video3:02
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - If Else If Statement

Higher Ed
In this video, we will understand how to use the "if else if" statement in JavaScript to handle multiple conditions in a structured way. We will execute specific code blocks based on the true condition, providing a clear and organized...
Instructional Video2:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Switch Statement

Higher Ed
In this video, you will learn to use the "switch" statement in JavaScript to simplify the handling of multiple conditions. We will use this control structure to execute different blocks of code based on the value of a variable or an...
Instructional Video3:24
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript

Higher Ed
In this video, we will dive deeper into variable scopes and understand the differences between global and local variables in JavaScript. You will learn how global variables can be accessed and modified from anywhere in code and discover...
Instructional Video7:14
Curated Video

Concurrent and Parallel Programming in Python - Final Program Cleanup

Higher Ed
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.