Instructional Video9:24
Curated Video

Python Lesson16

9th - Higher Ed
In this lesson, we explore Strings. We first understand how to calculate the length of a string. We then concatenate strings together. After that, we see how we can extract subsets of a string.
Instructional Video6:34
Curated Video

Scratch Environment

9th - Higher Ed
Understanding the Scratch Editor Environment
Instructional Video6:30
Curated Video

Garbage Trucks

Pre-K - K
Five grey garbage trucks leave the helper cars' garage. Let's color them, and the garbage truck can start to work. The red garbage truck found a red trash container and took the garbage out of it. The yellow garbage truck did the same...
Instructional Video9:09
Curated Video

Practical Cyber Hacking Skills for Beginners - Understanding Databases and SQL

Higher Ed
In this lesson, we will look at databases and structured query language (SQL) and how they can be used to manipulate and retrieve data.
Instructional Video2:27
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit the Movies Table

Higher Ed
The movies table is edited to make all fields non-nullable. You will learn how to redesign a table and update the database with the changes.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series...
Instructional Video3:29
Curated Video

Inbox Zero: Mastering Email Management

Pre-K - Higher Ed
Feeling overwhelmed by an overflowing inbox? Discover how to achieve Inbox Zero and master email management with these proven strategies. This video covers effective techniques to turn email chaos into order, enhancing your productivity...
Instructional Video5:48
Curated Video

DIY Water Filter

3rd - 12th
Follow along as Dr. Boyd describes how to make your very own DIY Water Filter, and learn about groundwater in the process. **NOTE: DO NOT DRINK THE WATER THAT YOU PURIFIED USING THIS SYSTEM** 0:00 – Introduction 0:27 – What you need 0:51...
Instructional Video3:46
Science ABC

Which Is The Most Reactive Element In The Periodic Table?

Pre-K - Higher Ed
The reactivity of an element is a function of how easily an element loses or gains electrons. To determine an element's reactivity, we can learn a lot from the periodic table, and its particular trends. The first element in the halogen...
Instructional Video0:42
Curated Video

Matter

6th - 12th
Any substance that has mass and occupies a volume.
<

br/>

A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Instructional Video0:44
Curated Video

Vacuum

6th - 12th
Space which contains no matter at all. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce abstract concepts and key...
Instructional Video6:26
Maddie Moate

Why is this BIN in the SEA? | Plastic Pollution for Kids | Maddie Moate

K - 5th
learn about Seabins and their use worldwide to collect plastics from our oceans.
Instructional Video4:26
Curated Video

What Am I Unit 111

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video2:15
Curated Video

High Five Facts - Stomach

Pre-K - 5th
Take a journey into the 'Stomach' to find out how our bodies break down food and turn it into energy! It’s a fascinating, easy-to-digest look at our amazing digestive systems, made fun for kids.
Instructional Video20:10
Instructional Video19:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Search Functionality

Higher Ed
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI.
<
br/>
This clip is from the chapter...
Instructional Video8:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Logical Operators

Higher Ed
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic.
<
br/>
This clip is from the chapter "Logic and Control Flow"...
Instructional Video12:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Data Types

Higher Ed
In this video, we will discuss the different data types in JavaScript, including strings, numbers, Booleans, null, undefined, symbols, and BigInt.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of...
Instructional Video3:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - The Sandbox Files

Higher Ed
In this video, we will introduce the "sandbox" files that we will be using throughout the course to test our code and explore new concepts.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
Instructional Video12:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - IdeaList Component

Higher Ed
In this video, we will create the IdeaList component that will display all the ideas.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video8:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Queues

Higher Ed
Queues are a data structure that allows us to store and retrieve data in a first-in, first-out (FIFO) manner. In this video, you will learn how queues work and how to create them.
<
br/>
This clip is from the chapter "Iterators,...
Instructional Video9:55
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes Part 1

Higher Ed
In this video, we will discover the power of pseudo-classes in CSS3 and learn to target elements based on specific states or interactions. We will explore commonly used pseudo-classes such as :hover, :active, and :focus, and understand...
Instructional Video20:12
Curated Video

Concurrent and Parallel Programming in Python - Integrating the Postgres Worker

Higher Ed
After creating our Postgres database insertion worker, we will integrate this worker into our main function and make changes to ensure that everything is working properly.
Instructional Video15:07
Curated Video

Concurrent and Parallel Programming in Python - Queues and Master Scheduler

Higher Ed
In the previous lessons, you learned how to set up our Wikipedia reader and the Yahoo Finance worker; we will now systemize the process and create separate process entities. You will learn to create queues, take elements, and place them...
Instructional Video12:23
Curated Video

Type-Safe Interfaces with Modern C++ - std::string_view – Basic Interface

Higher Ed
Learn about the most important member functions and operations provided with `std::string_view`.