Curated Video
What's Inside Your Computer Tower (CPU box)?
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...
Weird History
All The Weird Things That Happen After You Flush The Toilet
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...
Curated Video
Living Green - Episode 107 - New Coal Scheme
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...
Curated Video
Living Green - Episode 120 - Spain Water Saving
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Revert
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 -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Promises Versus Callback Hell
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Tools and Setup
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Loop Keyword in Rust
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Modal Component
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Nodemon and Route Clean-Up
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First React App
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...
Great Big Story
Behind the plate, the journey of aspiring MLB umpires
Join Hunter Wendelstedt at his umpire school in Florida, where students from around the globe learn the craft and chase their Major League dreams.
Curated Video
Hair Care: To Wash or Not to Wash?
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...
Curated Video
The Hidden Costs of Not Removing Makeup
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Web Frameworks with Java Spring
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Static Versus Dynamic
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - Java Abstract Class - First Example - Creating Recipes with Template M
In this video, we will see the first example of the Java abstract class—creating recipes with template M.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Troubleshooting Eclipse - Configuring Java JDK
This video gives an overview of the entire section.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Annotations Versus XML Configuration for Java Spring Framework
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.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT
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.
Curated Video
Action Verbs for Kids and Game
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Working With JSON
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.