Hi, what do you want to do?
Curated Video
Python Lesson16
In this lesson, we explore Strings. We first understand how to calculate the length of a string. We then concatenate strings together. After that, we see how we can extract subsets of a string.
Curated Video
Garbage Trucks
Five grey garbage trucks leave the helper cars' garage. Let's color them, and the garbage truck can start to work. The red garbage truck found a red trash container and took the garbage out of it. The yellow garbage truck did the same...
Curated Video
Practical Cyber Hacking Skills for Beginners - Understanding Databases and SQL
In this lesson, we will look at databases and structured query language (SQL) and how they can be used to manipulate and retrieve data.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit the Movies Table
The movies table is edited to make all fields non-nullable. You will learn how to redesign a table and update the database with the changes.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series...
Curated Video
Inbox Zero: Mastering Email Management
Feeling overwhelmed by an overflowing inbox? Discover how to achieve Inbox Zero and master email management with these proven strategies. This video covers effective techniques to turn email chaos into order, enhancing your productivity...
Curated Video
DIY Water Filter
Follow along as Dr. Boyd describes how to make your very own DIY Water Filter, and learn about groundwater in the process. **NOTE: DO NOT DRINK THE WATER THAT YOU PURIFIED USING THIS SYSTEM** 0:00 – Introduction 0:27 – What you need 0:51...
Science ABC
Which Is The Most Reactive Element In The Periodic Table?
The reactivity of an element is a function of how easily an element loses or gains electrons. To determine an element's reactivity, we can learn a lot from the periodic table, and its particular trends. The first element in the halogen...
Curated Video
Matter
Any substance that has mass and occupies a volume.
<
br/>
A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
<
br/>
A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Curated Video
Vacuum
Space which contains no matter at all. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce abstract concepts and key...
Maddie Moate
Why is this BIN in the SEA? | Plastic Pollution for Kids | Maddie Moate
learn about Seabins and their use worldwide to collect plastics from our oceans.
Curated Video
High Five Facts - Stomach
Take a journey into the 'Stomach' to find out how our bodies break down food and turn it into energy! It’s a fascinating, easy-to-digest look at our amazing digestive systems, made fun for kids.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Target Tab
This video explains how to use the target tab.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Search Functionality
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Operators
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic.
<
br/>
This clip is from the chapter "Logic and Control Flow"...
<
br/>
This clip is from the chapter "Logic and Control Flow"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Data Types
In this video, we will discuss the different data types in JavaScript, including strings, numbers, Booleans, null, undefined, symbols, and BigInt.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of...
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - The Sandbox Files
In this video, we will introduce the "sandbox" files that we will be using throughout the course to test our code and explore new concepts.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - IdeaList Component
In this video, we will create the IdeaList component that will display all the ideas.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Queues
Queues are a data structure that allows us to store and retrieve data in a first-in, first-out (FIFO) manner. In this video, you will learn how queues work and how to create them.
<
br/>
This clip is from the chapter "Iterators,...
<
br/>
This clip is from the chapter "Iterators,...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes Part 1
In this video, we will discover the power of pseudo-classes in CSS3 and learn to target elements based on specific states or interactions. We will explore commonly used pseudo-classes such as :hover, :active, and :focus, and understand...
Curated Video
Concurrent and Parallel Programming in Python - Integrating the Postgres Worker
After creating our Postgres database insertion worker, we will integrate this worker into our main function and make changes to ensure that everything is working properly.
Curated Video
Concurrent and Parallel Programming in Python - Queues and Master Scheduler
In the previous lessons, you learned how to set up our Wikipedia reader and the Yahoo Finance worker; we will now systemize the process and create separate process entities. You will learn to create queues, take elements, and place them...
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Basic Interface
Learn about the most important member functions and operations provided with `std::string_view`.