Instructional Video2:46
Curated Video

Aethelflaed part 2: Teen Years and Education of an Anglo-Saxon Noblewoman

12th - Higher Ed
Aethelflaed's early teen years were spent in Wessex during a time of relative peace. She had the time and luxury of continuing her studies. What was education like for young Anglo-Saxon nobels? Learn what royal women and girls were...
Instructional Video4:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Show-ref

Higher Ed
This video focuses on Git show-ref. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the push, fetch, and pull Git...
Instructional Video8:31
Curated Video

The Complete Excel Guide: Beginners to Advanced - Table References

Higher Ed
The aim of this video is to explore what are table references. This clip is from the chapter "Excel 2019 Advanced: Tables" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore the tables.
Instructional Video5:33
Curated Video

The Complete Excel Guide: Beginners to Advanced - Table Styles

Higher Ed
The aim of this video is to explore table styles. This clip is from the chapter "Excel 2019 Advanced: Tables" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore the tables.
Instructional Video12:12
Schooling Online

Perfecting Poetry: T.S. Eliot - Rhapsody On A Windy Night - Lines 1-22

3rd - Higher Ed
Join us for a psychedelic stroll through the city streets of the early 1900s. As the clock strikes midnight, strange and sinister things begin to happen. Enjoy our step-by-step guide through Stanzas 1 and 2 of ‘Rhapsody on a Windy...
Instructional Video8:50
Curated Video

The Modern JavaScript Bootcamp (2019) - Object References

Higher Ed
In this video, we’re going to explore what happens when we pass an object around our program. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp (2019)".An Object plays a vital role in...
Instructional Video3:01
Curated Video

The Complete Excel Guide: Beginners to Advanced - Relative References

Higher Ed
Learn about the relative references. This clip is from the chapter "Excel 2019 Beginner: Creating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to create a workbook in Excel.
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...