Instructional Video2:34
Curated Video

The Oldest Aqueduct in the World

Pre-K - Higher Ed
In Britain there is over 2000 miles of Aqueduct canals running around the country and they became the transport option of the day two centuries ago. Today more than 10 million visitors use the canals for leisure and holidays.
Instructional Video4:49
Wonderscape

Matter's Makeover: Unraveling Physical and Chemical Changes

K - 5th
Delve into the fascinating differences between physical and chemical changes in matter. This video explains how physical changes alter the form but not the chemical composition, using examples like melting butter and chopping vegetables....
Instructional Video4:01
Wonderscape

Decoding DNA: The Blueprint of Life

K - 5th
Dive into the fascinating structure of DNA, the molecule that forms the genetic blueprint for all living organisms. Understand how DNA's unique combinations determine traits and its ability to replicate ensures each cell in your body...
Instructional Video3:37
Science Buddies

Simple Explanation of Neural Networks

K - 5th
Tracy from Science Buddies guides you through the basics of neuron networks used in machine learning. Discover how neurons and layers work together to process information and make predictions, from image recognition to language...
Instructional Video17:41
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Structured Pull Request

Higher Ed
This video explains the structured Pull request. This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
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 Video12:22
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Combining the Modular Collections for a Grand 3D Watermill

Higher Ed
In this video, you will learn how to combine the modular collections to create a grand 3D watermill. You will learn how to use different assets to create the blades, walls, and other features of the mill. This clip is from the chapter...
Instructional Video10:33
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Variation Out of Modular Mesh

Higher Ed
In this video, you will learn how to create variations of modular meshes for your castle environment. You will explore how to use different tools and techniques to create a unique set of modular meshes to build out your castle. This clip...
Instructional Video13:14
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings

Higher Ed
In this video, we will understand what embedding is. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Instructional Video9:32
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS

Higher Ed
This lesson will explore the fundamentals of hypertext markup language (HTML) and cascading style sheets (CSS) needed to create a website. You will learn about the IDE to be used for storing the code.
Instructional Video13:35
Curated Video

Modern JavaScript from the Beginning - Second Edition - Swiper Slider

Higher Ed
In this video, we will use the Swiper library to create a slider that displays additional movie and TV show content. We will fetch the data from the API and create a responsive and dynamic slider. This clip is from the chapter "Flixx...
Instructional Video7:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is JavaScript?

Higher Ed
In this video, we will cover the basics of JavaScript. We will discuss what is JavaScript used for and understand why we should learn JavaScript. This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from...
Instructional Video8:03
Curated Video

Machine Learning: Random Forest with Python from Scratch - How Decision Trees and Random Forest Work

Higher Ed
We will understand what a decision tree is and create a decision tree and get a prediction result from the decision tree. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video5:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust

Higher Ed
This video talks about match statements 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 Video3:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fullstack Workflow

Higher Ed
In this video, we will go over the full-stack workflow and what we need to do in order to build a complete app with a backend and frontend. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the...
Instructional Video4:44
Curated Video

Modern JavaScript from the Beginning - Second Edition - Webpack DevServer Plugin

Higher Ed
In this video, we will explore the Webpack DevServer plugin, which allows us to run a local development server that automatically rebuilds our project whenever we make changes. You will learn how to set up the DevServer plugin and how to...
Instructional Video5:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Understanding Hierarchy in React.JS

Higher Ed
This video provides a comprehensive explanation of the hierarchy concept in React.JS. You will learn how components are structured in a hierarchical manner, with parent and child components, topics such as component composition, passing...
Instructional Video4:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Syntax of JavaScript and Overview

Higher Ed
In this video, we will dive into the syntax of JavaScript and gain an overview of its key components. You will learn about variables, data types, operators, control structures, functions. We will understand how JavaScript code is...
Instructional Video3:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML

Higher Ed
In this video, you will learn to use heading tags (h1-h6) in HTML to structure our web content, create hierarchical headings, and improve the accessibility and the SEO of our webpages.
Instructional Video3:07
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Structure of an HTML5 File

Higher Ed
In this video, we will delve into the structure of an HTML5 file and understand the purpose of each component. We will explore the DOCTYPE declaration, head section, and body section. You will learn to properly organize your HTML code to...
Instructional Video2:22
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Create an HTML5 File?

Higher Ed
In this video, we will get hands-on guidance on creating an HTML5 file from scratch and follow step-by-step instructions to set up the basic structure of an HTML file using a text editor. You will learn to save the file with the...
Instructional Video9:25
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Code Along and Customize Your Own Smart Pointer in Rust

Higher Ed
Smart pointers are a powerful tool for managing memory in Rust, allowing you to create more complex data structures and avoid common memory management pitfalls. However, out of the box, Rust only provides a handful of smart pointer...
Instructional Video7:42
Curated Video

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

Higher Ed
This video explores traits in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video6:11
Curated Video

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

Higher Ed
This video demonstrates Enums in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to intermediate...