Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useCapture
This video dives into the concept of event capturing in JavaScript. You will learn about the useCapture parameter in the addEventListener method and how it affects the order in which event handlers are triggered during event propagation....
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Arrays
In this video, you will learn about arrays in JavaScript, covering how to create and access arrays, as well as perform basic operations such as adding and removing elements.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Do While Loop
In this video, we will explore the do-while loop, which is similar to the while loop but guarantees that the code block is executed at least once before checking the condition; it demonstrates the syntax and usage of the do-while loop in...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - While Loop
In this video, we will understand the while loop, which executes a block of code repeatedly as long as a specified condition is true, and topics such as loop initialization, condition evaluation, and loop termination.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Reader and Writer Types in Rust – Opening the File
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Error Handling in Rust
This video helps with error handling 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
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Matching Enums in Rust
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...
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. 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...
Curated Video
Concurrent and Parallel Programming in Python - Combining Async and Multiprocessing
Combining Async and Multiprocessing
Curated Video
Concurrent and Parallel Programming in Python - Using Async Timeouts
This video will explain what a timeout does in asynchronous programming and how to place timeouts in our syntax.
Curated Video
Concurrent and Parallel Programming in Python - Async Gather Method
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.
Curated Video
Concurrent and Parallel Programming in Python - Final Program Cleanup
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.
Curated Video
Concurrent and Parallel Programming in Python - Creating a Threading Class
After learning how to write our first threading program, you will learn how to use classes as our threading tools.
Curated Video
Concurrent and Parallel Programming in Python - Threading in Python
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.
Curated Video
Concurrent and Parallel Programming in Python - Threading, Multiprocessing, Async Introduction
In this video, we will be introduced to threading, multiprocessing, and asynchronous programs and the different considerations of choosing Python for coding.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Configure the EC2 Plugin
This video introduces AWS concepts like IAM policy, IAM user, and AMI, and shows how to add AWS credentials to Jenkins and install and configure the EC2 plugin.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Run Jobs on a Slave Node
This video shows how to configure and run a job on a slave node.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?
This video explains what Blue Ocean is, which advantages it brings, and its main features.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline Overview and Intro to Docker
This video gives an overview of the CD pipeline, shows the web application deployed via the CD pipeline, and introduces Docker.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Testing Workflow
This video explains the different types of tests and implements the testing part of the CI workflow.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on Linux
This video shows how to install Jenkins on Linux.
Curated Video
Ultra Running: Pushing the Limits of Endurance
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...
Curated Video
Maintaining Weight Post-Diet: Avoiding the Yo-Yo Effect
This video focuses on strategies to stabilize weight after dieting to prevent the yo-yo effect. It includes expert insights on hormonal impacts like ghrelin and leptin changes during dieting, and practical tips for sustainable eating...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Access Library by Using A for B
In this video, we will discuss the solution to the exercise on accessing a library using the A for B pattern from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...