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(). This clip...
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. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
Instructional Video5:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Reverse Logic to Writing Testing Units for Model Predictions

Higher Ed
This video helps you with the reverse logic to writing testing units for model predictions. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero -...
Instructional Video2:12
Curated Video

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

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 second of the two-part solution and here, you will be completing the code lines and successfully...
Instructional Video7:15
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Sort Out Facebook Groups by Location

Higher Ed
In this video, we will discuss the solution to the exercise on sorting out Facebook groups by location from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Instructional Video2:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Star Power with RegEx in JavaScript

Higher Ed
This is an exercise video on star power with RegEx in JavaScript. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video5:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Callback Functions in JavaScript

Higher Ed
In this video, we will cover the concept of callback functions in JavaScript. A callback function is simply a function that is passed as an argument to another function and is executed inside that function. We will explain why and when...
Instructional Video8:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on automating a company website with correct formatting in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Instructional Video4:39
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Require Work in Solidity

Higher Ed
In this video, you will learn how the “require†statement works in Solidity and how it can be used to validate input parameters and conditions in your smart contracts. This clip is from the chapter "Learn Advanced Solidity II" of the...
Instructional Video8:56
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write a Function Modifier

Higher Ed
In this video, we will discuss the solution to the exercise on writing a function modifier from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Instructional Video4:57
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Assert Time and Dates Suffix in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on asserting time and dates suffix in Solidity from the previous video. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the...
Instructional Video4:18
Curated Video

Vue.js 3 and Firebase for Beginners - Removing and Changing Basket Quantity

Higher Ed
In this video, we will remove and change basket quantity in the item list by working on the menu view and using the null property. This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This...
Instructional Video10:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to the console with Java.
Instructional Video4:26
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - Introduction to Java Constructors

Higher Ed
In this video, you will learn about an introduction to Java constructors.
Instructional Video5:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method

Higher Ed
In this video, you will learn about passing multiple parameters to a Java method.
Instructional Video4:12
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Print Multiplication Table with a Parameter and Method Overloading

Higher Ed
In this video, you will learn about printing the multiplication table with a parameter and method overloading.
Instructional Video4:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips

Higher Ed
In this video, you will learn about an introduction to Java method arguments with puzzles and tips.
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Advanced Printing Output to Console with Java – Exercises

Higher Ed
In this video, you will learn advanced techniques for printing output to the console with Java. The video covers several exercises to help you practice and solidify your understanding of the concepts.
Instructional Video3:58
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions

Higher Ed
In this video, you will see the solutions for the exercises presented in the previous video, which cover printing output to the console with Java.