Hi, what do you want to do?
The Business Professor
Estate Taxes
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...
Curated Video
Basil retakes Macedonia! The tide turns ⚔ Battle of Skopje, 1004 ⚔ Basil II the Bulgar Slayer Part 4
Basil retakes Macedonia! The tide turns ⚔ Battle of Skopje, 1004 ⚔ Basil II the Bulgar Slayer Part 4
Great Big Story
Mastering fear with highline adventures in the alps
Join Faith Dickey as she conquers the intense highs of Alpine highlining, training fear and balancing above breathtaking valleys.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Functions - Pointers and References
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...
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
Curated Video
Sustainable Self-Building: Renovating an Old Grange
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...
Prime Coaching Sport
Basketball games for all grades
Here's 7 easy to set up and play basketball activities for all grades, to develop dribbling, passing and shooting skills
Wonderscape
The Legacy and Farewell of Queen Elizabeth II
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Promise Chaining
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Callback Hell
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Custom insertAfter() Challenge
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...
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Destructing Tuples with Rust
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...
<
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Refactor to Single _newItem Method
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Matching Enums in Rust
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...
<
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Borrowing in Rust
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...
<
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...
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
Concurrent and Parallel Programming in Python - Multiprocessing Multiple Varying Arguments
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.
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Basic Interface
Learn about the most important member functions and operations provided with `std::string_view`.
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
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part I
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/>...
<
br/>...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Make Multiple Copies of an Array in JavaScript
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...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the...