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 Video14:58
Curated Video

Concurrent and Parallel Programming in Python - Creating a Threading Class

Higher Ed
After learning how to write our first threading program, you will learn how to use classes as our threading tools.
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 Video13:53
Curated Video

Concurrent and Parallel Programming in Python - Threading, Multiprocessing, Async Introduction

Higher Ed
In this video, we will be introduced to threading, multiprocessing, and asynchronous programs and the different considerations of choosing Python for coding.
Instructional Video14:55
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Configure the EC2 Plugin

Higher Ed
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.
Instructional Video7:13
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Run Jobs on a Slave Node

Higher Ed
This video shows how to configure and run a job on a slave node.
Instructional Video5:35
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?

Higher Ed
This video explains what Blue Ocean is, which advantages it brings, and its main features.
Instructional Video6:02
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline Overview and Intro to Docker

Higher Ed
This video gives an overview of the CD pipeline, shows the web application deployed via the CD pipeline, and introduces Docker.
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 Video5:19
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:55
Curated Video

Maintaining Weight Post-Diet: Avoiding the Yo-Yo Effect

6th - Higher Ed
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...
Instructional Video4:26
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Access Library by Using A for B

Higher Ed
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...
Instructional Video4:16
Curated Video

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

Higher Ed
In this video, we will cover the concept of function overloading in Solidity. Function overloading allows you to define multiple functions with the same name but different parameter types, which can help you write more modular and...
Instructional Video6:46
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Destructuring and Multiple Returns from Functions in Solidity

Higher Ed
In this video, you will learn how to use destructuring and multiple returns from functions in Solidity. Destructuring is the process of breaking down a data structure into smaller parts. In Solidity, destructuring is used to extract data...
Instructional Video4:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - View and Pure Functions

Higher Ed
In this video, we will discuss the solution to the exercise on the View and Pure functions from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Instructional Video8:41
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bytes Versus Strings in Solidity I

Higher Ed
In this video, you will learn about the difference between bytes and strings in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video4:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Orchestration with Kubernetes

Higher Ed
This video explains container orchestration is the process of automating application deployment, scaling, and management. In a nutshell, it is a way to manage sets of containers. Kubernetes was originally developed by Google and is often...
Instructional Video8:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Containerization with Docker

Higher Ed
This video explains containerization, which is a way of packaging the code up complete with libraries, files, and dependencies in an environment that is predictable and portable. Docker is a suite of technologies that accomplishes this....
Instructional Video6:17
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database

Higher Ed
This video explains Heroku with a database. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting with Heroku.
Instructional Video10:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Hosting with Heroku

Higher Ed
This video explains Heroku, which is a cloud platform that enables developers to build, run, and operate applications entirely on cloud. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for...
Instructional Video3:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - How Applications Run

Higher Ed
This video explains how applications run in runtime environments. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting with Heroku.
Instructional Video3:45
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools

Higher Ed
This video explains how to build automation tools, which are supporting tools that can execute a number of different tasks for developers creating an application. This clip is from the chapter "Web Developer Tools" of the series "Web...
Instructional Video1:59
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Console

Higher Ed
This video explains a low-level command line interface included in operating systems that allows users to execute more discrete tasks than a regular computer. This clip is from the chapter "Web Developer Tools" of the series "Web...