SciShow
The Best Fonts, According to Science
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...
SciShow
Plastic Bunny 3D Printed From Its Own DNA
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.
TED Talks
TED: A provocative way to finance the fight against climate change | Michael Metcalfe
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...
SciShow
Creating Artificial Life
Scientists are working on creating organisms with designer genomes -- and someday, we might end up with bacteria manufacturing our jet fuel.
Crash Course
The Northern Renaissance: Crash Course European History
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....
TED Talks
Jay Walker: My library of human imagination
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.
SciShow
How Worried Should You Be About Smart Home Security?
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.
TED-Ed
TED-Ed: How do governments create money out of thin air? | Jonathan Smith
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...
Crash Course
Why Early Globalization Matters: Crash Course Big History
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...
TED-Ed
TED-Ed: How to 3D print human tissue | Taneka Jones
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...
TED-Ed
TED-Ed: Gyotaku: The ancient Japanese art of printing fish - K. Erica Dodge
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...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Creation
This video explains how to create a thread.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Exception Handling
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...
Bedtime History
Benjamin Franklin For Kids | Bedtime History
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)
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Macros in Rust
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....
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Number Methods
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - String Methods - Part 2
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Nested Loop
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - While Loop
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Functions
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - If Else If Statement
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Switch Statement
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript
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...
Curated Video
Concurrent and Parallel Programming in Python - Final Program Cleanup
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.