Curated Video
Numbers: The Discovery of Zero
For centuries, only the numbers 1-9 existed. Who discovered zero? When? And why is it important? Maths - Number A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s context films show abstract concepts...
Curated Video
The Egyptians and Multiplication
Discover the simple method of Egyptian multiplication that can be used to work out the product of any number, no matter how large, using only powers of two. Maths - History Of Maths A Twig Math Film. Reinforce and extend the learning...
Curated Video
Covalent Bonding
How non-metal elements combine by covalent bonds to form compounds. Chemistry - Atoms And Bonding - Learning Points. Covalent bonds occur between non-metal atoms. The number of bonds depends on how many electrons are in the outer shell....
FuseSchool
HCF and LCM | Numbers | Maths
Join Lara and Lorenzo as they explore the concepts of highest common factors (HCF) and lowest common multiples (LCM). In this engaging lesson, they define factors and multiples, illustrate how to find the HCF and LCM with practical...
Curated Video
Are You Stumped by LCM? Find Out How To Ace This Ladder Method Puzzle!
Welcome to Math Defined with Mrs. C, where I simplify math concepts for you! In this video, I will guide you through the ladder method to find the Least Common Multiple (LCM) of a set of numbers. Specifically, I'll tackle the numbers 2,...
Curated Video
Fractions and Mixed Numbers: Adding and Subtracting
Ready to conquer fractions and mixed numbers once and for all? In this comprehensive mini-course, we'll dive deep into the world of fractions and mixed numbers, focusing specifically on adding and subtracting operations.
Curated Video
Navigating the Business World and Building Skills for Success
Amanda, a management assistant, with Enterprise Holdings emphasizes the importance of pursuing a business degree, including advancing to a master's level for better job prospects. She highlights the value of human resource management...
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Tile Map Editor
In this video, you will learn how to use the Tile Map Editor to create custom maps for our game.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git and GitHub Workflow
This video explains the Git and GitHub workflow. A workflow is a configurable automated process that will run one or more jobs. This clip is from the chapter "Workflows" of the series "Git and GitHub Masterclass - The Practical...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes and Merge Branch
This video explains pull changes and merge branch. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Restore
This video explains Git Restore, which will restore the file to the last committed version, effectively undoing any changes that have been made since then. This clip is from the chapter "Other: Diff, Stash, and Restore" of the series...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Stash
This video explains Git Stash, which is used when you want to record the current state of the working directory and the index but want to go back to a clean working directory. This clip is from the chapter "Other: Diff, Stash, and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - FizzBuzz Challenge
In this video, we will tackle a common coding challenge called FizzBuzz, which involves printing out certain words or numbers based on certain conditions. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Ternary Operator
The ternary operator is a concise way to write if/else statements in JavaScript, and this video shows us how to use it effectively. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Variables and Constants
In this video, we will cover variables and constants in JavaScript, how to declare them, and how to assign values to them. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Rust Concurrency
This video explains what Rust is and why it matters. This clip is from the chapter "What Is Rust and Why Does It Matter" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on what, how, and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - CommonJS Modules
This video explains the CommonJS module format, which is a module format used in Node.js. The video covers how to create modules using the CommonJS format, how to export and import modules, and how to use modules in our code. This clip...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Additional Input Attributes (Min, Max, Multiple, and Placeholder)
In this video, we will explore additional input attributes to add validation and improve user experience. You will learn to set minimum and maximum values, allow multiple selections, and provide placeholder text.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Generic Types in Rust
In this video, you will look at generic types 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
Curated Video
Type-Safe Interfaces with Modern C++ - The Problem with std::visit
Understand why std::visit is not optimal and what pattern matching is.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Difference Between Let and Const in JavaScript
This video will explain the difference between “let†and “const†in JavaScript, which are two ways to declare variables with different scoping and reassignment properties. This clip is from the chapter "Introduction to Programming...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The For Loop in Solidity
In this video, you will learn about the For loop in Solidity, a powerful control structure that allows you to repeat a block of code for a specified number of times or until a certain condition is met. This clip is from the chapter...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases
This video explains in-memory databases, which make the data extremely quick to access but the data is usually not persistent between sessions. This clip is from the chapter "Databases" of the series "Web Development Concepts for...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding Object Composition - an Exercise - Books and Reviews
In this video, we will understand object composition with an exercise—books and reviews.