Instructional Video7:40
Curated Video

Concurrent and Parallel Programming in Python - Async Gather Method

Higher Ed
Let's understand how to combine two APIs using the gather method with the await function. Here, the function waits for all tasks to complete before executing the next task assigned.
Instructional Video6:31
Curated Video

Concurrent and Parallel Programming in Python - Asynchronous Tasks

Higher Ed
Here, you will learn to assign asynchronous functions to tasks to execute on the asynchronous syntax.
Instructional Video12:11
Curated Video

Concurrent and Parallel Programming in Python - Introduction to Writing Asynchronous Programs

Higher Ed
In this video, we will understand what asynchronous programming is and the fundamental differences between synchronous and asynchronous programming. We will also write our first asynchronous program.
Instructional Video15:07
Curated Video

Concurrent and Parallel Programming in Python - Queues and Master Scheduler

Higher Ed
In the previous lessons, you learned how to set up our Wikipedia reader and the Yahoo Finance worker; we will now systemize the process and create separate process entities. You will learn to create queues, take elements, and place them...
Instructional Video8:03
Curated Video

From Selfies to Statuettes: The Evolution of Portraiture in the Age of 3D Technology

6th - Higher Ed
Explore the fascinating transformation of portraiture from traditional methods to cutting-edge 3D technology. Journey with Mac Lesggy as he discovers how modern techniques capture and immortalize human likenesses in crystal blocks,...
Instructional Video8:33
Curated Video

The Sleep Crisis: Understanding and Managing Sleep Deprivation

6th - Higher Ed
Explore the critical role of sleep in maintaining health and how modern lifestyles are leading to widespread sleep deprivation. This video investigates the consequences of insufficient sleep, from cognitive impairments to increased...
Instructional Video8:47
Curated Video

Ultra Running: Pushing the Limits of Endurance

6th - Higher Ed
Explore the remarkable endurance of ultra-runner Nathalie Mauclair, who competes in grueling long-distance races. Learn about the physiological changes and mental strategies that enable her to run for hours, such as efficient heart...
Instructional Video8:12
Curated Video

The Science Behind Weight Loss: How Our Bodies Burn Fat

6th - Higher Ed
Explore how the body metabolizes food and uses stored fat during periods of caloric deficit. This video discusses the physiological processes involved in weight loss, including the role of liver glycogen stores and the shift to fat...
Instructional Video8:48
Curated Video

Breaking the Habit: Understanding and Overcoming Nail Biting

6th - Higher Ed
This video dives into the compulsive behavior of nail biting, or onychophagy, exploring its causes ranging from stress to boredom. Discover the health risks associated with this habit, including infections and dental issues, and learn...
Instructional Video24:20
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - LeetCode Example Solution - Trapping Rainwater

Higher Ed
In this video, we will discuss the solution to the exercise on trapping rainwater from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from...
Instructional Video6:17
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Uber Eats Payment Database

Higher Ed
This video focuses on the interview question related to the Uber Eats payment database. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero -...
Instructional Video6:12
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Solution I - Sort and Order Numbers into an Array with JavaScript

Higher Ed
In this video, we will walk through a solution to a common interview question that involves sorting and ordering numbers into an array using JavaScript. We will start by reviewing the problem statement and discussing different strategies...
Instructional Video5:14
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution I

Higher Ed
In this video, we will discuss the solution to the exercise on how to reverse a string from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from...
Instructional Video5:33
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Copy an Array with the Spread Operator in JavaScript

Higher Ed
In this video, you will learn about the spread operator in JavaScript and how it can be used to copy an array. The spread operator is a new addition to JavaScript that allows you to spread out the elements of an array or object in places...
Instructional Video8:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Adding to Arrays with Splice in JavaScript

Higher Ed
In JavaScript, you can add elements to an array using the splice() method. This method allows you to add one or more elements to an array at a specified index. In this video, you will learn how to use the splice() method to add elements...
Instructional Video4:24
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Splice in JavaScript

Higher Ed
This video explains the splice method in JavaScript, which is used to modify an array by adding or removing elements from it. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...
Instructional Video4:30
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - IV

Higher Ed
This video helps you with the practical implementation of the For loop and here, you will focus on the decremental part. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the...
Instructional Video7:37
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Final Exercise - Build an Auction DApplication

Higher Ed
This is a final exercise video on building an Auction DApplication. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Instructional Video3:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions

Higher Ed
In this video, we will discuss the solution to the exercise on using Assembly to run byte conversions from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero...
Instructional Video1:25
Curated Video

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

Higher Ed
This is an exercise video on writing a withdrawal function in Solidity. This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video8:34
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Withdrawal Pattern in Solidity

Higher Ed
In this video, you will learn about the withdrawal pattern in Solidity. We will understand the need for the withdrawal pattern in smart contract development, how it can prevent potential vulnerabilities, and how to implement it in a...
Instructional Video1:44
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Coding in Terms of Higher Patterns

Higher Ed
In this video, you will learn about coding in terms of higher patterns in Solidity. This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Instructional Video7:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contracts - Points of Failure

Higher Ed
In this video, we will discuss the different points of failure that can occur in a smart contract. We will go through some examples of how contracts can be exploited by attackers and discuss some best practices for avoiding common...
Instructional Video6:58
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Special Variables

Higher Ed
In this video, you will learn about special variables in Solidity, which are pre-defined variables that hold important information about the contract and the blockchain. This clip is from the chapter "Learn Solidity Basics IV...