Instructional Video15:02
Curated Video

Rust Programming Master Class from Beginner to Expert - Basics of Smart Pointers

Higher Ed
In this video, we will cover the basics of smart pointers. This clip is from the chapter "Smart Pointers" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn all about smart pointers.
Instructional Video3:33
Practical Ninjas

How to cite in LaTeX | Inserting Bibliography in the document | Share Latex | Learn LaTeX 10

12th - Higher Ed
This video presents how to cite articles, journal papers or books using LaTeX in a document. One also learns to insert bibliography in the document. The video explains the concepts with hands on code. Stay calm and keep learning....
Instructional Video7:11
Curated Video

Complete Modern C++ - Value Categories

Higher Ed
In this video, you will learn about L-value and R-value. • Identify key parts of the application • Plan out the class structure using class diagrams (UML) • Create a class implementation using UML diagrams This clip is from the chapter...
Instructional Video6:59
Curated Video

Complete Modern C++ - Reference Versus Pointer

Higher Ed
This video compares pointers, references, and explains how to choose between them. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Instructional Video12:14
Curated Video

The Complete Java Developer Course: From Beginner to Master - 2D Arrays (Side Topic)

Higher Ed
This video explains about the 2D arrays. This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains Methods that are a set of blocks of code that resolves a...
Instructional Video3:36
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Separating Out Models and Add References

Higher Ed
In this video, we'll be separating out models and add references. This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, we'll be setting up the...
Instructional Video12:54
Curated Video

JavaScript Events

Pre-K - Higher Ed
JavaScript is often called an event driven language. Events like mouse clicks and movement are detected by JavaScript and can be handled by JavaScript code. Mark demonstrates in this video.
Instructional Video19:09
Curated Video

Rust Programming Master Class from Beginner to Expert - Iterators (Part 1)

Higher Ed
In this video, we will cover iterators. This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring iterators, lifetimes,...
Instructional Video10:06
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Install and Configure Arduino IDE on Raspberry Pi OS

Higher Ed
In this video, we will work on installing and configuring Arduino IDE on Raspberry Pi OS. This clip is from the chapter "Installation Steps" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this section, we will work on...
Instructional Video15:49
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - VS Code Settings and Themes

Higher Ed
This video demonstrates how to configure the settings and themes in Visual Studio Code. This clip is from the chapter "VS Code" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on the...
Instructional Video3:52
Bill Carmody

Parts of a Long Report

Higher Ed
When writing a long report, you want to make it easy for your reader to consume the information you've written. That's why it's so important to provide the following parts of a long report: - Title Page - Table of Contents - Page Numbers...
Instructional Video7:30
Curated Video

Complete Modern C++ - const Qualifier and Compound Types

Higher Ed
This video explains how to use const qualifier with pointers and references. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Instructional Video4:19
Curated Video

Complete Modern C++ - The const Qualifier

Higher Ed
This video explains the importance of const qualifier and its usage. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and...
Instructional Video4:32
Curated Video

Arduino for Beginners - 2022 Complete Course - Customize Your Arduino IDE for Better Readability

Higher Ed
This video explains customizing your Arduino IDE for better readability. This clip is from the chapter "Install and Set Up Arduino IDE + Tinker cad Simulation" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Instructional Video15:34
Curated Video

Rust Programming Master Class from Beginner to Expert - Mutable and Immutable References

Higher Ed
In this video, we will cover mutable and immutable references. This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn...
Instructional Video15:18
Curated Video

Rust Programming Master Class from Beginner to Expert - Lifetimes (Part 1)

Higher Ed
In this video, we will cover lifetimes. This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring iterators, lifetimes,...
Instructional Video12:45
Curated Video

Rust Programming Master Class from Beginner to Expert - For Loops and Its Variants

Higher Ed
In this video, we will cover for loops and its variants. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming...
Instructional Video13:55
Curated Video

Rust Programming Master Class from Beginner to Expert - Closures (Part 2)

Higher Ed
In this video, you will learn more about closures. This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring iterators,...
Instructional Video19:08
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Chrome Driver Options to Configure the Download Path of a Browser

Higher Ed
This video explains how to set the Chrome driver options to configure the download path of a browser. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java -...
Instructional Video4:28
Bill Carmody

Getting Started with ChatGPT

Higher Ed
ChatGPT is mindblowing. In this video, I show you step-by-step how to use this incredible technology as well as what NOT to use this technology for.
Instructional Video3:22
Curated Video

How Did Ancient Humans Cut Their Nails Without Nail Clippers?

Pre-K - Higher Ed
Before the invention of nail clippers, human fingernails were likely worn down through regular daily use, similar to how canine nails are worn down when walked daily on pavement or sidewalk. If you go back in time, say 100,000 years,...
Instructional Video4:29
Bethany Thiele, Art Teacher

Beginning a Tiki Mask Carving

K - 5th
In this video, I’ll demonstrate how to create a Tiki Mask drawing and transfer the drawing to Linoleum. KEEP CREATING! :)
Instructional Video9:51
Journey to the Microcosmos

Amoebas Occasional Brain-Eaters

9th - Higher Ed
Yes, they might eat your brain, but there's a lot more to amoebas than that!
Instructional Video2:35
Curated Video

Modify a data structure : What is a Linked List?

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: What is a Linked List?