Instructional Video3:10
Curated Video

Vectors: Air Traffic Control

6th - 12th
How air traffic controllers use position vectors to ensure that aeroplanes can fly safely in crowded skies. Maths - Algebra A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s math films show abstract...
Instructional Video3:01
Curated Video

Primed for Survival

6th - 12th
Why do Periodica Cicada only emerge en masse during prime-numbered years? Mathematicians believe it gives the species the best chance of protecting its breed. Maths - Number A Twig Curriculum Film. Delivering key learning points. Get...
Instructional Video3:27
Curated Video

Numbers: The Discovery of Zero

6th - 12th
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...
Instructional Video3:27
Curated Video

The Egyptians and Multiplication

6th - 12th
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...
Instructional Video3:25
Curated Video

Covalent Bonding

6th - 12th
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....
Instructional Video4:43
FuseSchool

HCF and LCM | Numbers | Maths

6th - Higher Ed
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...
Instructional Video10:08
R Programming 101

Multiple regression: how to select variables for your model

Higher Ed
When doing linear regression, it is important to include right right variables in your model. Multiple regression differs from simple linear regression in that more than one explanatory variable is used in the model. Master variable...
Instructional Video4:05
Curated Video

Are You Stumped by LCM? Find Out How To Ace This Ladder Method Puzzle!

9th - Higher Ed
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...
Instructional Video14:35
Curated Video

Fractions and Mixed Numbers: Adding and Subtracting

9th - Higher Ed
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.
Instructional Video2:00
Curated Video

Navigating the Business World and Building Skills for Success

9th - Higher Ed
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...
Instructional Video6:48
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Tile Map Editor

Higher Ed
In this video, you will learn how to use the Tile Map Editor to create custom maps for our game.
Instructional Video13:24
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git and GitHub Workflow

Higher Ed
This video explains the Git and GitHub workflow. A workflow is a configurable automated process that will run one or more jobs.
<
br/>
This clip is from the chapter "Workflows" of the series "Git and GitHub Masterclass - The...
Instructional Video10:37
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes and Merge Branch

Higher Ed
This video explains pull changes and merge branch.<br<br/>/>

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.
Instructional Video7:51
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Restore

Higher Ed
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.
<
br/>
This clip is from the chapter "Other: Diff, Stash, and Restore" of...
Instructional Video12:35
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Stash

Higher Ed
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.
<
br/>
This clip is from the chapter "Other: Diff,...
Instructional Video8:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - FizzBuzz Challenge

Higher Ed
In this video, we will tackle a common coding challenge called FizzBuzz, which involves printing out certain words or numbers based on certain conditions.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array...
Instructional Video10:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Ternary Operator

Higher Ed
The ternary operator is a concise way to write if/else statements in JavaScript, and this video shows us how to use it effectively.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Instructional Video11:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Variables and Constants

Higher Ed
In this video, we will cover variables and constants in JavaScript, how to declare them, and how to assign values to them.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video1:08
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Rust Concurrency

Higher Ed
This video explains what Rust is and why it matters.
<
br/>
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...
Instructional Video9:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - CommonJS Modules

Higher Ed
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.
<
br/>...
Instructional Video4:18
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Additional Input Attributes (Min, Max, Multiple, and Placeholder)

Higher Ed
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.
Instructional Video4:56
Curated Video

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

Higher Ed
In this video, you will look at generic types in Rust.<br<br/>/>

This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video4:06
Curated Video

Type-Safe Interfaces with Modern C++ - The Problem with std::visit

Higher Ed
Understand why std::visit is not optimal and what pattern matching is.
Instructional Video3:55
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Difference Between Let and Const in JavaScript

Higher Ed
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.
<
br/>
This clip is from the chapter "Introduction...