Instructional Video3:17
Curated Video

What's Inside Your Computer Tower (CPU box)?

Pre-K - Higher Ed
The main parts of a computer cabinet are the processor, motherboard, hard drive, and power supply. The processor is the most important part of the cabinet, and the motherboard is the board that takes up most of the visible space inside...
Instructional Video10:20
Weird History

All The Weird Things That Happen After You Flush The Toilet

12th - Higher Ed
If you underwent potty training, you definitely know the process of flushing the toilet, though you probably don't know how toilets work. Like the causes behind airline turbulence, what happens when you flush the toilet is likely...
Instructional Video1:00
Curated Video

Living Green - Episode 107 - New Coal Scheme

Pre-K - Higher Ed
Coal factories could soon be revamped in Britain. With a focus on a clean energy future, the UK government is setting regulations for any new coal or gas fired power stations to be Clean which means lowering carbon emissions. In the long...
Instructional Video1:00
Curated Video

Living Green - Episode 120 - Spain Water Saving

Pre-K - Higher Ed
Many cities are getting their citizens to employ water-saving techniques in an effort to get through times of drought, and reduce their reliance on water. One such method is to recycle the water from air conditioners. Not only does it...
Instructional Video6:50
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Revert

Higher Ed
This video explains Git Revert; this command is a forward-moving undo operation that offers a safe method of undoing changes. This clip is from the chapter "Other: Squash, Revert, and Reset" of the series "Git and GitHub Masterclass -...
Instructional Video6:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Promises Versus Callback Hell

Higher Ed
In this video, we will see a comparison of Promises and Callbacks, and how Promises can help us avoid the problems of Callback Hell. You will learn how Promises can make code more readable and maintainable and how to use Promises in...
Instructional Video5:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Tools and Setup

Higher Ed
In this video, we will see the tools we will need to follow along with the course. We will cover text editor, web browser, and JavaScript console. We will also see how to set up our development environment and install any necessary...
Instructional Video5:18
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust

Higher Ed
In Rust, memory management is a crucial part of writing efficient and safe programs. Understanding the differences between the stack and the heap is important for managing memory effectively. In this video, you will learn about the stack...
Instructional Video5:05
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - The Loop Keyword in Rust

Higher Ed
The video talks about the loop keyword in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video8:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Modal Component

Higher Ed
In this video, we will create the Modal component that will be used for displaying the form to add new ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from...
Instructional Video6:09
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nodemon and Route Clean-Up

Higher Ed
In this video, we will use Nodemon to automatically restart our server whenever changes are made, making development more efficient. We will also clean up our code by moving our route handlers into separate modules. This clip is from the...
Instructional Video10:10
Curated Video

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

Higher Ed
In this video, you will learn to create our first React application, be guided through the process of setting up a basic React project and understanding the structure of a React application. You will learn to create and render React...
Instructional Video2:23
Great Big Story

Behind the plate, the journey of aspiring MLB umpires

12th - Higher Ed
Join Hunter Wendelstedt at his umpire school in Florida, where students from around the globe learn the craft and chase their Major League dreams.
Instructional Video8:19
Curated Video

Hair Care: To Wash or Not to Wash?

6th - Higher Ed
Dive into the science behind hair cleanliness as we examine how often one should wash their hair. From the role of sebum to alternative washing methods like natural shampoos, learn the best practices for maintaining healthy, clean hair...
Instructional Video8:00
Curated Video

The Hidden Costs of Not Removing Makeup

6th - Higher Ed
Uncover the surprising effects of wearing makeup continuously for a week without removal. Follow Emmanuelle's journey as her experiment reveals increased pore size and premature wrinkles. This segment demonstrates the importance of...
Instructional Video4:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB

Higher Ed
This video explains MongoDB with an example of a document database. This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases, and in-memory...
Instructional Video7:21
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Web Frameworks with Java Spring

Higher Ed
This video explains web frameworks, which were the major players in creating a more modern web experience. They handled interactivity and customized experiences before JavaScript matured and developed the web. This clip is from the...
Instructional Video6:20
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Static Versus Dynamic

Higher Ed
This video explains the differences between static and dynamic programming types. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going to learn what...
Instructional Video7:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - Java Abstract Class - First Example - Creating Recipes with Template M

Higher Ed
In this video, we will see the first example of the Java abstract class—creating recipes with template M.
Instructional Video2:57
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Annotations Versus XML Configuration for Java Spring Framework

Higher Ed
In this video, you will compare and contrast the use of annotations and XML configuration in the Spring framework. You will learn about the pros and cons of each approach and when to use one over the other.
Instructional Video5:53
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT

Higher Ed
In this video, you will learn how to add onSubmit functionality for OpenAI API connection with ChatGPT, enabling your application to query the OpenAI API and display responses based on user input.
Instructional Video6:31
Curated Video

Action Verbs for Kids and Game

Pre-K - 3rd
In this fun-filled educational adventure, kids will learn all about action verbs through interactive activities. The video is divided into three engaging parts: Talking Flashcards: Learn action verbs with our animated flashcards that...
Instructional Video2:58
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Working With JSON

Higher Ed
This video explains working with JSON. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger programs.