Instructional Video5:05
Curated Video

Multi-Paradigm Programming with Modern C++ - What Is a Coroutine?

Higher Ed
Coroutine is a function whose execution can be suspended and resumed. Suspension saves the state of the function, then the caller can execute as if the function has returned. Resumption loads the saved state back and continues...
Instructional Video6:36
Curated Video

Complete Modern C++ - Expression Evaluation Order

Higher Ed
In this video, learn and understand the issues with unspecified expression evaluation order and how C++17 fixes it.
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This...
Instructional Video8:14
Curated Video

Bash Shell Scripting - Debugging - Part 3

Higher Ed
This is the third part of the three-part video that explains the concept of debugging.
r/>
This clip is from the chapter "Debugging Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for...
Instructional Video10:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Programming Tip 2: Debugging with Eclipse

Higher Ed
In this video, we will learn about programming tip 2: debugging with Eclipse.
r/>
This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video4:02
The Business Professor

Exempt Property of a Debtor

Higher Ed
This video explains the concept of exempted property for debtors in two scenarios: when a debtor is subject to a lien or legal action, and when a debtor files for bankruptcy. In both cases, certain types of property are protected from...
Instructional Video3:53
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 07 - Best Practice-Using Common Pointcut Configuration

Higher Ed
This video demonstrates how to use the common pointcut configuration.
r/>
This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Instructional Video20:43
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Asynchronous, Serial, and Parallel Approaches

Higher Ed
This video explains the use of different approaches, such as asynchronous, serial, and parallel for executing the playbook.
r/>
This clip is from the chapter "Ansible Playbooks- Deep Dive" of the series "Dive Into Ansible -...
Instructional Video8:25
Curated Video

Excel VBA Programming The Complete Guide - Stepping Through Code

Higher Ed
The F8 key allows us to step through the lines of a procedure step by step. In this lesson, we see how this functionality grants tremendous power when debugging a complex piece of code.
r/>
This clip is from the chapter...
Instructional Video9:45
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Integrating Selenium Python Framework into Jenkins

Higher Ed
This video explains how to integrate Selenium Python framework into Jenkins.
r/>
This clip is from the chapter "Part IV-Integrating Framework to Jenkins" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video1:45
60 Second Histories

Crime and Punishment in Victorian Times

K - 5th
A description of crime and punishment during Queen Victoria's reign when there was once around two hundred crimes that carried the death penalty and hangings were carried out in public.
Instructional Video2:32
Curated Video

Apache Maven Beginner to Guru - Assignment Review - Cleaning the JAXB Project Automatically

Higher Ed
This video provides an assignment review for cleaning the JAXB project automatically.
r/>
This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about...
Instructional Video6:26
Curated Video

Excel VBA Programming The Complete Guide - The Application.DisplayAlerts Property

Higher Ed
The Application.DisplayAlerts property is used to enable or disable user alerts in Excel. An alert is a dialog box that warns the user of an impending operation. It's a helpful feature but can be distracting when the user is executing...
Instructional Video9:34
Curated Video

Excel VBA Programming The Complete Guide - Dynamic Arrays

Higher Ed
A dynamic array can be resized repeatedly throughout a procedure to hold a different number of elements. This can be helpful when we cannot predict an array size in advance. In this lesson, we use a dynamic array to contain a list of...
Instructional Video4:05
The Business Professor

Adjudication and Enforcement - Explained

Higher Ed
What is adjudication of a dispute? What is enforcement of a judgment or adjudication?
Instructional Video2:57
Curated Video

Python 3 for Beginners: Slices

Higher Ed
In this educational video, we learn about slicing in Python, a powerful feature that allows us to extract specific parts of a list or string. The video explains how to use indexing with a colon to specify start and end points, with...
Instructional Video7:02
Curated Video

Ansible for the Absolute Beginner - Demo - Running Ansible Playbooks

Higher Ed
This video demonstrates how to run Ansible playbooks.
r/>
This clip is from the chapter "Introduction to Ansible Playbooks" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on Ansible...
Instructional Video2:34
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Docker Terminologies

Higher Ed
In this video, we will cover Docker terminologies.
r/>
This clip is from the chapter "Serverless Computing" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains serverless computing and how to...
Instructional Video4:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to Threads and Multi-Threading - Need for Threads

Higher Ed
In this session, we will learn about threads and multi-threading - need for threads.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java...
Instructional Video9:50
Curated Video

Describe network protocols : Scalability of Network Programs

Higher Ed
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works.



In this video, we will learn about scalability of network
programs.
• Learn about...
Instructional Video2:57
Curated Video

The Complete Practical Docker Guide - Docker Components: Overview

Higher Ed
This video provides an overview of the Docker components.
r/>
This clip is from the chapter "What is Docker and Docker Components" of the series "The Complete Practical Docker Guide".This section focuses on Docker and its...
Instructional Video4:49
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 06-Using the @Around Advice to Implement Performance Tracing

Higher Ed
This video demonstrates how to use the @Around advice to implement performance tracing.
r/>
This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern...
Instructional Video7:43
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - The UiPath Platform

Higher Ed
In this video, you will learn the different components of the UiPath RPA Platform—Studio, Orchestrator, and Robot.
<
br/>
This clip is from the chapter "The UiPath Platform and UiPath Studio" of the series "Robotic Process...
Instructional Video2:15
Curated Video

C++ 20 (2a) New Features - Concept of Splitting Execution State and the Thread of Execution

Higher Ed
How are coroutines different from threads?

• Discuss how threading
works
• Discuss how corou
tines work
• Discuss the difference between execution thread and sta
te
of execution

This clip is from the...
Instructional Video11:56
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Search Profiling

Higher Ed
This video explains how to use search profiling.
r/>
This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the concept of...