Instructional Video10:40
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Pool

Higher Ed
After learning how to distribute the work by multiprocessing over different CPUs, you will learn to replicate the process over a multiprocessing program surrounding multiprocessing classes.
Instructional Video7:14
Curated Video

Concurrent and Parallel Programming in Python - Final Program Cleanup

Higher Ed
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.
Instructional Video18:52
Curated Video

Concurrent and Parallel Programming in Python - Threading in Python

Higher Ed
This lecture demonstrates how to write our first concurrent program. The author also explains the benefits of choosing the Python coding portal instead of the other code-writing portals.
Instructional Video4:06
Curated Video

Type-Safe Interfaces with Modern C++ - The Problem with std::visit

Higher Ed
Understand why std::visit is not optimal and what pattern matching is.
Instructional Video6:29
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - What Is Pipeline as Code?

Higher Ed
This video explains what Pipeline as Code means, how pipelines are implemented in Jenkins 2, and what are the benefits of using Pipelines.
Instructional Video13:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Check whether a String Is a Palindrome

Higher Ed
In this video, we will discuss the solution to the interview question to check whether a string is a palindrome or not from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of...
Instructional Video8:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What is the Filter Method in JavaScript

Higher Ed
In this video, we will be discussing the filter() method in JavaScript. You will learn what the filter() method does and how it works, along with some practical examples. This clip is from the chapter "Algorithms and Data Structures -...
Instructional Video3:56
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Login Iteration Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on a login iteration calculator from the previous video.
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 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 Video2:54
Curated Video

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

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

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution for In-Line and Multi-Line Comments in JavaScript

Higher Ed
This video will provide a comprehensive solution for using in-line and multi-line comments in JavaScript effectively. You will learn how to use comments to document your code. This clip is from the chapter "Introduction to Programming...
Instructional Video6:32
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Fallback Function in Solidity II

Higher Ed
In this video, you will create a new contract that will send ether to the fallback contract, which will trigger fallback functions. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
Instructional Video3:50
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Reconfigure a Solidity Smart Contract

Higher Ed
In this video, we will discuss the solution to the exercise on reconfiguring a Solidity smart contract from the previous video. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The...
Instructional Video3:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - ORMs

Higher Ed
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language. This clip is from the chapter "Web...
Instructional Video2:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction-GCP - Serverless Spark

Higher Ed
This video provides an introduction to the section. This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, you will learn about Dataproc, a...
Instructional Video1:40
Curated Video

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

Higher Ed
In this video, you will learn how to print output to the console with Java, with a focus on exercise statements.
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 Video8:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Expression – Puzzles

Higher Ed
In this video, you will be presented with Java expression puzzles to solve and enhance your understanding of expressions.
Instructional Video1:39
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Expression – Exercises

Higher Ed
This video covers various exercises related to Java expressions. The exercises will test your understanding of Java expressions and help you to strengthen your skills.
Instructional Video7:42
Instructional Video1:55
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Break Down Multiplication Table Challenge

Higher Ed
This video talks about breaking down the multiplication table challenge.
Instructional Video4:19
Instructional Video1:29