Curated Video
Exoplanets: Beyond Our Solar System
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...
Wonderscape
Understanding Earthquakes: The Role of Tectonic Movements
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...
Wonderscape
Big Cats of the Americas
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...
Wonderscape
The Ozone Layer: Earth's Natural Sunscreen Under Threat
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...
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Mini Profile and Suggestions Sections
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.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Stories Section
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.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Header Section-1
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.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Introduction to the Project-2
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.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Footer
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.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Complete Model 3 Section
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.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Player Destroy Effect
In this video, you will learn how to add a death effect to our player to make the game more engaging.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Collectable Items
In this video, you will learn how to download and incorporate collectible item packs into our game to make it more interactive.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Particle Effects
In this video, you will learn how to create and add dynamic particle effects to our game for a more immersive experience.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - What Are Components? + Game Files
In this video, we will show how to locate and access the game components and files necessary for our project.
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)
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 -...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)
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 -...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Website Design and Responsiveness
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Integers in Rust
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.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array Chunking
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Sets
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,...