Curated Video
Hertz (Hz)
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...
Curated Video
Calibrate
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Past, Present, and Future of Machine Learning
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Insert Elements, Text, and HTML
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Primitive Versus Reference Types
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...
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. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Safe Mode and Unsafe Mode in Rust
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Adding Custom Labels
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Benefits of Using HTML5
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Smart Pointers in Rust
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
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Slice in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Borrowing in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Borrowing in Rust - The “&†Symbol in Rust
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...
Curated Video
Type-Safe Interfaces with Modern C++ - Other Examples of Owning/View Classes
Find a pattern similar to `std::string`/`std::string_view` in other classes, and understand the importance of having both owning/non-owning wrappers.
Curated Video
Type-Safe Interfaces with Modern C++ - std::string
Learn about the idea of an "owning wrapper" by understanding how `std::string` works internally and what its semantics are.
Curated Video
Type-Safe Interfaces with Modern C++ - Match – Implementation
Understand what "visitation" is and how it can be applied to variants.
Curated Video
Type-Safe Interfaces with Modern C++ - Creating an Overload Set
Write a generic class that creates an overload set from scratch.
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Assembly and EVM OpCodes with Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Install Docker Engine
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 -...
Curated Video
Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 2
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Retrieving Admin Users
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Adding Users
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Deleting Orders
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...