Instructional Video2:33
Curated Video

Exoplanets: Beyond Our Solar System

Pre-K - Higher Ed
This video explores the exciting field of exoplanet discovery, focusing on the techniques used to detect planets outside our solar system. It highlights the challenges astronomers face in finding these planets and introduces the concept...
Instructional Video3:51
Wonderscape

Understanding Earthquakes: The Role of Tectonic Movements

K - 5th
Dive into the dynamics of earthquakes, from the initial tremors to the science behind their measurement. Learn how seismologists use seismographs to detect seismic waves and locate epicenters, aiding in earthquake preparedness and the...
Instructional Video5:02
Wonderscape

Big Cats of the Americas

K - 5th
Explore the magnificent big cats of the Americas, including the powerful jaguar, the agile mountain lion, and the unique Florida panther. Learn about their habitats, hunting strategies, and conservation efforts to protect these iconic...
Instructional Video3:22
Wonderscape

The Ozone Layer: Earth's Natural Sunscreen Under Threat

K - 5th
Explore how chemicals like chlorofluorocarbons (CFCs) impact the ozone layer, which acts as the Earth's natural sunscreen by absorbing harmful ultraviolet rays. Understand the environmental consequences of ozone depletion, including...
Instructional Video31:46
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Mini Profile and Suggestions Sections

Higher Ed
This video will guide you through the process of designing and implementing the mini profile and suggestions sections within the Instagram UI clone, enriching the user experience and fostering engagement.
Instructional Video26:59
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Stories Section

Higher Ed
Learn how to recreate the captivating stories section within the Instagram UI clone, gaining valuable insights into its construction and adding a dynamic element to your project.
Instructional Video26:54
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Header Section-1

Higher Ed
Learn how to construct the header section of the Tesla UI clone in this video, as we delve into the intricacies of design and functionality to create an immersive user experience.
Instructional Video2:55
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Introduction to the Project-2

Higher Ed
This video serves as an introduction to the captivating project of cloning Instagram's user interface, providing an overview of the objectives and exciting content that lies ahead.
Instructional Video11:59
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Footer

Higher Ed
We will finalize the Tesla UI clone project by crafting the footer section, bringing the entire design together and ensuring a cohesive visual experience in this video.
Instructional Video22:10
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Complete Model 3 Section

Higher Ed
Discover the step-by-step process of building the Model 3 section of the Tesla UI clone, gaining valuable insights into the implementation of key features and design elements.
Instructional Video8:59
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Player Destroy Effect

Higher Ed
In this video, you will learn how to add a death effect to our player to make the game more engaging.
Instructional Video12:54
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Collectable Items

Higher Ed
In this video, you will learn how to download and incorporate collectible item packs into our game to make it more interactive.
Instructional Video7:58
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Particle Effects

Higher Ed
In this video, you will learn how to create and add dynamic particle effects to our game for a more immersive experience.
Instructional Video6:22
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - What Are Components? + Game Files

Higher Ed
In this video, we will show how to locate and access the game components and files necessary for our project.
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
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:47
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)

Higher Ed
In this video, you will learn how to use the simple RNN to solve many-to-one tasks and many-to-many problems. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video9:25
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)

Higher Ed
In this video, we will get introduced to simple recurrent neural networks also called as Elman Unit. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video14:19
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Website Design and Responsiveness

Higher Ed
In this video, you will learn about the kind of website we can make and how to make the website responsive, which means it will look good on tablets and mobiles by creating the website layout adjust to the screen size using flexboxes. We...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop

Higher Ed
In this video, we will add a backdrop image to the movie details page to provide a visual element that complements the movie information. We will use the Swiper library to create a responsive and dynamic backdrop. This clip is from the...
Instructional Video6:45
Curated Video

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

Higher Ed
This video explains integers in Rust in detail. 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 Video13:21
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code

Higher Ed
This video takes you on a tour of Visual Studio Code. This clip is from the chapter "Setup ASP.NET Core MVC Application" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the setup of ASP.NET Core MVC...
Instructional Video6:17
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array Chunking

Higher Ed
In this video, we will write a unit test for an array chunking algorithm. We will use Jest to test our algorithm and ensure that it correctly splits an array into smaller chunks. This clip is from the chapter "Unit Testing Algorithms" of...
Instructional Video5:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Sets

Higher Ed
Sets are a new data structure introduced in ES6 that allow us to store unique values. In this video, you will learn how sets work, how to create them, and how to perform basic set operations. This clip is from the chapter "Iterators,...