Instructional Video4:38
The Business Professor

Business Meals - Business Etiquette

Higher Ed
Business Meals - Business Etiquette
Instructional Video7:15
The Business Professor

Estate Taxes

Higher Ed
What are estate taxes or taxes on the estate of a decedent? This video explains the basic rules of taxation applicable to the gross estate of a decedent. It identifies what is the gross estate, threshold tax amounts, and deductions from...
Instructional Video13:42
Curated Video

Basil retakes Macedonia! The tide turns ⚔ Battle of Skopje, 1004 ⚔ Basil II the Bulgar Slayer Part 4

6th - Higher Ed
Basil retakes Macedonia! The tide turns ⚔ Battle of Skopje, 1004 ⚔ Basil II the Bulgar Slayer Part 4
Instructional Video2:27
Great Big Story

Mastering fear with highline adventures in the alps

12th - Higher Ed
Join Faith Dickey as she conquers the intense highs of Alpine highlining, training fear and balancing above breathtaking valleys.
Instructional Video4:43
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Functions - Pointers and References

Higher Ed
In this video, we will work on passing values to functions in a simple number swap program.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
Instructional Video6:58
Curated Video

Sustainable Self-Building: Renovating an Old Grange

6th - Higher Ed
Discover how a family in Isère, France, renovated an old grange using sustainable materials and self-building techniques. They worked with local artisans to learn skills like using earth for construction and incorporated eco-friendly...
Instructional Video6:40
Prime Coaching Sport

Basketball games for all grades

K - Higher Ed
Here's 7 easy to set up and play basketball activities for all grades, to develop dribbling, passing and shooting skills
Instructional Video5:19
Wonderscape

The Legacy and Farewell of Queen Elizabeth II

K - 5th
This video reflects on the passing of Queen Elizabeth II, the longest-reigning monarch in British history, and the transition to King Charles III. Explore her legacy, the royal funeral procession through Scotland, and the final...
Instructional Video4:20
Curated Video

Modern JavaScript from the Beginning - Second Edition - Promise Chaining

Higher Ed
In this video, you will learn how to use Promise chaining to handle multiple asynchronous tasks in a more elegant way. We will see how to chain Promises together and how to use the result of one Promise as the input for the next...
Instructional Video6:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Callback Hell

Higher Ed
In this video, you will learn about the problem of Callback Hell, which can occur when working with asynchronous JavaScript. You will learn what it is, how it can make code difficult to read and maintain, and how to avoid it using...
Instructional Video4:54
Curated Video

Modern JavaScript from the Beginning - Second Edition - Custom insertAfter() Challenge

Higher Ed
This video presents a coding challenge to create a custom function called insertAfter() that can insert an element after a specific element in the DOM.
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern...
Instructional Video3:54
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Destructing Tuples with Rust

Higher Ed
This is an exercise video on destructing tuples with Rust.
<
br/>
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...
Instructional Video4:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Refactor to Single _newItem Method

Higher Ed
This video focuses on refactoring the Tracalorie App project to use a single _newItem method for creating new meal and workout objects. The video covers how to use JavaScript classes and the 'this' keyword to create a more efficient...
Instructional Video2:28
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Matching Enums in Rust

Higher Ed
This is an exercise video on matching Enums in Rust.
<
br/>
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...
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.
<
br/>
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...
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 Video4:45
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Multiple Varying Arguments

Higher Ed
In the previous video, we have seen how to provide additional arguments using a partial library in the functools built-in tool; you will now learn to add different elements such as a power list instead.
Instructional Video4:05
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments

Higher Ed
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
Instructional Video12:23
Curated Video

Type-Safe Interfaces with Modern C++ - std::string_view – Basic Interface

Higher Ed
Learn about the most important member functions and operations provided with `std::string_view`.
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 Video6:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part I

Higher Ed
In this video, we will discuss the solution to the exercise on writing testing units for model predictions with JavaScript. This is the first of the two-part solution and here, you will be writing the code lines until concat().
<
br/>...
Instructional Video8:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams

Higher Ed
Debugging and problem-solving are crucial skills for any programmer. It is common to encounter issues while writing code, especially when working with complex problems. In this video, we will go through the process of debugging and...
Instructional Video8:54
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Make Multiple Copies of an Array in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on making multiple copies of an array in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the...