Hi, what do you want to do?
Curated Video
Reactivity Series: Reactive Metals
The discovery and uses of reactive metals throughout history, and how their uses have defined the period in which they were discovered. Chemistry - Periodic Table - Learning Points. The reactivity series ranks the chemical reactivity of...
Flipping Physics
Inductance of an Ideal Solenoid
Unravel the intricacies of ideal solenoids with us! We break down the equations for induced emf, exploring Faraday's Law and the inductor formula. Dive deep into integrals, variables, and solenoid length, demystifying the math behind...
Curated Video
Conformational Stability of Ethane & Butane: Which is More Stable?
Ethane and butane exhibit different conformations due to rotation around their carbon-carbon single bonds. In ethane, the most stable conformation is the staggered form, where the hydrogen atoms on adjacent carbons are positioned as far...
Curated Video
Specific Rotation: Measuring Optical Activity
Specific rotation is a standardized measure of how much a chiral compound rotates plane-polarized light. It's dependent on the substance’s concentration, the path length of the light, and the temperature, providing key insights into a...
Wonderscape
Exploring North and South America
Discover the diverse biomes of North America, from its vast forests to arid deserts and icy tundras, and learn about its famous natural landmarks. Explore South America's unique ecosystems, including the Amazon rainforest, the mighty...
Wonderscape
Connective Bodies of Water: Marshes, Estuaries, and Straits
Discover how marshes, estuaries, and straits connect different bodies of water and maintain balance in their ecosystems. Learn about the vital roles of marshes and estuaries in filtering water and supporting life, and see how straits...
Wonderscape
Bodies of Water in Motion: Rivers, Streams, and Waterfalls
Discover the dynamic world of flowing water, from the winding paths of rivers and the fast-moving streams that join them, to the dramatic drops of waterfalls. Learn how these bodies of water are defined by their movement and the forces...
Wonderscape
Bodies of Water by Land: Bays, Gulfs, and Coves
Learn about the unique features of bays, gulfs, and coves, and how their shapes and connections to land set them apart. Discover what makes a gulf's deep inlet different from a bay's wide opening and how coves provide sheltered spots...
Curated Video
Matter and its Construction: Molecule
By the end of this learning object, the student will be able to: Describe the properties of molecules.17353
Curated Video
Oscillatory Motion: Periodic Motion
By the end of this learning object, the student will be able to: Summarize the main concepts of the motion.28769
Curated Video
The CISO Masterclass - Part 2 - Process
In this video, you will gain insights into the critical processes and frameworks that CISOs must establish to ensure efficient and secure operations.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (nested if)
Continuing with the decision-making lesson, we will understand what a nested if statement is.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error
Let's learn to use the power of ChatGPT to fix errors or issues that may arise in our pairs trading strategy and to effectively communicate with ChatGPT to seek solutions or guidance on fixing trading errors, discrepancies, or...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Try...Catch Statements
In this video, we will take a closer look at the try/catch statement and how it works to catch errors in JavaScript. We will cover how to use multiple catch blocks, rethrow errors, and catch errors in async functions.
<
br/>
This...
<
br/>
This...
Curated Video
Modern JavaScript from the Beginning - Second Edition - More on Arguments and Parameters
This video discusses the differences between arguments and parameters in JavaScript, and how to use them effectively in our functions.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Block Scope
This video explains block scope, which was introduced in ES6, and how it differs from global and function scope.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Global and Function Scope
Here, you will learn about global and function scope, and how JavaScript handles variable declarations within these scopes.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Curated Video
Machine Learning: Random Forest with Python from Scratch - How to Classify
Let's learn to write a classification method that will train our module and help us get predictions.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Managing Database Changes
This video explains how to manage database changes.
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - ES2022 Private Class Fields
In this video, you will learn about the new private class fields feature in ES2022, including how to define private object properties using the "#" symbol.
<
br/>
This clip is from the chapter "OOP - Classes, Getters, Setters, and...
<
br/>
This clip is from the chapter "OOP - Classes, Getters, Setters, and...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Filter Method
In this video, you will learn about the filter() method for creating a new array with elements that pass a provided condition and filters out elements that don't meet the condition, resulting in a new array containing only the desired...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Modify and Delete Arrays
In this video, we will explore various methods to modify and delete elements within an array, including changing values at specific indices, removing elements using splice(), and clearing the entire array.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript
In this video, we will dive deeper into variable scopes and understand the differences between global and local variables in JavaScript. You will learn how global variables can be accessed and modified from anywhere in code and discover...
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.