Curated Video
Rust Programming Master Class from Beginner to Expert - Basics of Smart Pointers
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.
Practical Ninjas
How to cite in LaTeX | Inserting Bibliography in the document | Share Latex | Learn LaTeX 10
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....
Curated Video
Complete Modern C++ - Value Categories
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...
Curated Video
Complete Modern C++ - Reference Versus Pointer
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,...
Curated Video
The Complete Java Developer Course: From Beginner to Master - 2D Arrays (Side Topic)
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...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Separating Out Models and Add References
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...
Curated Video
JavaScript Events
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.
Curated Video
Rust Programming Master Class from Beginner to Expert - Iterators (Part 1)
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,...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Install and Configure Arduino IDE on Raspberry Pi OS
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - VS Code Settings and Themes
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...
Bill Carmody
Parts of a Long Report
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...
Curated Video
Complete Modern C++ - const Qualifier and Compound Types
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,...
Curated Video
Complete Modern C++ - The const Qualifier
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - Customize Your Arduino IDE for Better Readability
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...
Curated Video
Rust Programming Master Class from Beginner to Expert - Mutable and Immutable References
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...
Curated Video
Rust Programming Master Class from Beginner to Expert - Lifetimes (Part 1)
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,...
Curated Video
Rust Programming Master Class from Beginner to Expert - For Loops and Its Variants
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...
Curated Video
Rust Programming Master Class from Beginner to Expert - Closures (Part 2)
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,...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Chrome Driver Options to Configure the Download Path of a Browser
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 -...
Bill Carmody
Getting Started with ChatGPT
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.
Curated Video
How Did Ancient Humans Cut Their Nails Without Nail Clippers?
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,...
Bethany Thiele, Art Teacher
Beginning a Tiki Mask Carving
In this video, I’ll demonstrate how to create a Tiki Mask drawing and transfer the drawing to Linoleum. KEEP CREATING! :)
Journey to the Microcosmos
Amoebas Occasional Brain-Eaters
Yes, they might eat your brain, but there's a lot more to amoebas than that!
Curated Video
Modify a data structure : What is a Linked List?
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?