Instructional Video0:54
Curated Video

Hertz (Hz)

6th - 12th
The SI unit of frequency, one hertz is equal to one cycle per second. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Instructional Video0:47
Curated Video

Calibrate

6th - 12th
A process of comparing sets of measurements with reliable reference measurements, in order to check the accuracy of an instrument, or adjust for a change in a measurement system. A Twig Science Glossary Film. Key scientific terms defined...
Instructional Video7:06
Curated Video

Machine Learning: Random Forest with Python from Scratch - Past, Present, and Future of Machine Learning

Higher Ed
This lecture illustrates why machine learning has started evolving recently and the future that beholds machine learning. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with...
Instructional Video9:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - Insert Elements, Text, and HTML

Higher Ed
This video covers how to insert new elements, text, and HTML into the DOM using JavaScript. It covers the insertBefore(), insertAdjacentElement(), insertAdjacentText(), and insertAdjacentHTML() methods. This clip is from the chapter "DOM...
Instructional Video7:14
Curated Video

Modern JavaScript from the Beginning - Second Edition - Primitive Versus Reference Types

Higher Ed
In this video, we will explain the difference between primitive and reference types in JavaScript and how they are stored in memory. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video12:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Data Types

Higher Ed
In this video, we will discuss the different data types in JavaScript, including strings, numbers, Booleans, null, undefined, symbols, and BigInt. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series...
Instructional Video2:31
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Safe Mode and Unsafe Mode in Rust

Higher Ed
Rust is a modern programming language that prioritizes memory safety and performance. In this video, you will dive into the two modes of operation in Rust—safe mode and unsafe mode. This clip is from the chapter "What Is Rust and Why...
Instructional Video8:58
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Adding Custom Labels

Higher Ed
This video explains adding custom labels. 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 elements.
Instructional Video1:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Benefits of Using HTML5

Higher Ed
In this video, we will discover the advantages of using HTML5, including improved accessibility, better mobile support, reduced reliance on plugins, and enhanced SEO. Understand how HTML5 can help create modern and responsive web...
Instructional Video6:32
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Smart Pointers in Rust

Higher Ed
This video talks about smart pointers 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
Instructional Video4:35
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - How to Slice in Rust

Higher Ed
In Rust, slicing is a powerful tool for working with arrays, strings, and other collections. With slicing, you can extract specific parts of a collection, modify them, and reassemble them in new ways. In this video, you will learn how to...
Instructional Video5:38
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Borrowing in Rust

Higher Ed
This is a solution video on borrowing in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
Instructional Video6:42
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Borrowing in Rust - The “&†Symbol in Rust

Higher Ed
In Rust, borrowing is an essential concept for managing memory and preventing common memory-related errors. The ‘&' symbol is used to create references to variables and pass them to functions, which allows efficient memory management...
Instructional Video6:30
Curated Video

Type-Safe Interfaces with Modern C++ - Other Examples of Owning/View Classes

Higher Ed
Find a pattern similar to `std::string`/`std::string_view` in other classes, and understand the importance of having both owning/non-owning wrappers.
Instructional Video8:18
Curated Video

Type-Safe Interfaces with Modern C++ - std::string

Higher Ed
Learn about the idea of an "owning wrapper" by understanding how `std::string` works internally and what its semantics are.
Instructional Video5:11
Curated Video

Type-Safe Interfaces with Modern C++ - Match – Implementation

Higher Ed
Understand what "visitation" is and how it can be applied to variants.
Instructional Video10:08
Curated Video

Type-Safe Interfaces with Modern C++ - Creating an Overload Set

Higher Ed
Write a generic class that creates an overload set from scratch.
Instructional Video4:17
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Assembly and EVM OpCodes with Solidity

Higher Ed
This video covers the topic of Assembly and EVM OpCodes in Solidity, exploring the low-level programming language of Ethereum and how to use it to optimize smart contracts. This clip is from the chapter "Learn Advanced Solidity II" of...
Instructional Video11:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity

Higher Ed
In this video, we will cover one of the most important data structures in Solidity: mappings. Mappings are a way to associate values to unique keys and are used in many smart contracts for storing and retrieving data efficiently. By the...
Instructional Video2:19
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Install Docker Engine

Higher Ed
In this video, we walk you through the steps required to install Docker Engine on your local machine, providing a step-by-step tutorial that covers all the necessary commands and configurations. This clip is from the chapter "Cloud Run -...
Instructional Video6:43
Curated Video

Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 2

Higher Ed
In this video, we will toggle into the ToggleAdmin.Vue component to import the views created in the previous video. This clip is from the chapter "Roles and Permissions" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video5:38
Curated Video

Vue.js 3 and Firebase for Beginners - Retrieving Admin Users

Higher Ed
This video explains how to retrieve admin users from our database and to check whether the admin property is set to True. As we will be retrieving users, we can create a reference to the database collection inside the Firebase file. This...
Instructional Video7:38
Curated Video

Vue.js 3 and Firebase for Beginners - Adding Users

Higher Ed
This video explains how to add new users to the website who can access the entire website. We need to set up a way to allow only authorized admin users into the admin section. We will do this using custom claims. This clip is from the...
Instructional Video4:43
Curated Video

Vue.js 3 and Firebase for Beginners - Deleting Orders

Higher Ed
This video explains how to delete the orders using the deleteOrder reference. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the Firebase setup and...