Instructional Video5:19
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Reader and Writer Types in Rust – Opening the File

Higher Ed
In Rust, reading from and writing to files are important tasks for many applications, from processing data to logging. To read from and write to files in Rust, you will need to work with the Reader and Writer types, which provide an...
Instructional Video5:41
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Error Handling for a Program in Rust

Higher Ed
This is a solution video on writing error handling for a program in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video2:29
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Write Error Handling for a Program in Rust

Higher Ed
This is an exercise video on writing error handling for a program in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video5:23
Curated Video

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

Higher Ed
This is a solution video on matching Enums in Rust. 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 to...
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. 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 to...
Instructional Video6:01
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Methods and Structs in Rust

Higher Ed
This is a solution video on writing methods and structs in Rust. 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 Video1:14
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Write Methods and Structs in Rust

Higher Ed
This is an exercise video on writing methods and structs in Rust. 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 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 Video10:29
Curated Video

Concurrent and Parallel Programming in Python - Using Asynchronous Libraries

Higher Ed
Here, you will learn how some libraries support asynchronous libraries, and others do not. You will also learn to look for those libraries and compare them.
Instructional Video6:28
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Checking Elements in List in Certain Ranges

Higher Ed
In this video, we will finally revisit the initially more CPU-intensive functions we were using, which will be checking how many values in our comparison list are in a specific range.
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 Video16:23
Curated Video

Concurrent and Parallel Programming in Python - Creating a Yahoo Finance Reader

Higher Ed
After learning how to create the Wikipedia reader, you will learn how to write a threaded class to extract the price from a Yahoo Finance portal.
Instructional Video12:54
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Testing Workflow

Higher Ed
This video explains the different types of tests and implements the testing part of the CI workflow.
Instructional Video4:58
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Create Your First Jenkins Job

Higher Ed
This video is a step-by-step guide to create your first Jenkins job.
Instructional Video8:36
Curated Video

The Science Behind Being Left-Handed or Right-Handed

6th - Higher Ed
This video explores why most people are right-handed while others are left-handed, including a look into brain lateralization and the lack of genetic markers for handedness. It examines the challenges left-handers face in a right-handed...
Instructional Video8:25
Curated Video

The Origins and Power of Writing: Unraveling Human Communication

6th - Higher Ed
Explore the fascinating journey of writing, from its ancient roots in Mesopotamia to its evolution into the complex systems we use today. Learn how the invention of writing was driven by practical needs such as trade and how it...
Instructional Video3:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is a Smart Contract - Solidity

Higher Ed
In this video, we will dive into the concept of smart contracts and how they work in the context of the Solidity programming language. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
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 Video11:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Convert an Exponential Solution to a Linear Solution

Higher Ed
In this video, we will discuss the solution to the exercise on converting an exponential solution to a linear solution from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of...
Instructional Video13:18
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Generate Missing Letters Between Characters in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on how to generate missing letters between characters in JavaScript. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Instructional Video9:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution III - Iterative Optimization Anagrams Problem in JavaScript

Higher Ed
In this video, we will continue to discuss the solution to the exercise on iterative optimization anagrams problem in JavaScript. This is the final part of the solution and by the end of this video, you will get the output as expected....
Instructional Video10:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Anagrams Problem in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on the anagrams problem in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
Instructional Video8:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Hacking a Password with Matching Keywords in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on hacking a password with matching keywords in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video10:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Complex Arrays in JavaScript

Higher Ed
In this video, you will learn about complex arrays in JavaScript. By the end of the video, you will have a solid understanding of complex arrays and be able to apply this knowledge to your own projects. This clip is from the chapter...