Hi, what do you want to do?
Curated Video
Multi-Paradigm Programming with Modern C++ - What Is a Coroutine?
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...
Curated Video
Complete Modern C++ - Expression Evaluation Order
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...
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This...
Curated Video
Bash Shell Scripting - Debugging - Part 3
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...
r/>
This clip is from the chapter "Debugging Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Programming Tip 2: Debugging with Eclipse
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...
r/>
This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...
The Business Professor
Exempt Property of a Debtor
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 07 - Best Practice-Using Common Pointcut Configuration
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...
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...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Asynchronous, Serial, and Parallel Approaches
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 -...
r/>
This clip is from the chapter "Ansible Playbooks- Deep Dive" of the series "Dive Into Ansible -...
Curated Video
Excel VBA Programming The Complete Guide - Stepping Through Code
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...
r/>
This clip is from the chapter...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Integrating Selenium Python Framework into Jenkins
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...
r/>
This clip is from the chapter "Part IV-Integrating Framework to Jenkins" of the series "Selenium Python Automation Testing from Scratch and...
60 Second Histories
Crime and Punishment in Victorian Times
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.
Curated Video
Apache Maven Beginner to Guru - Assignment Review - Cleaning the JAXB Project Automatically
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...
r/>
This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about...
Curated Video
Excel VBA Programming The Complete Guide - The Application.DisplayAlerts Property
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...
Curated Video
Excel VBA Programming The Complete Guide - Dynamic Arrays
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...
The Business Professor
Adjudication and Enforcement - Explained
What is adjudication of a dispute? What is enforcement of a judgment or adjudication?
Curated Video
Python 3 for Beginners: Slices
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...
Curated Video
Ansible for the Absolute Beginner - Demo - Running Ansible Playbooks
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...
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...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Docker Terminologies
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...
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to Threads and Multi-Threading - Need for Threads
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...
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Describe network protocols : Scalability of Network Programs
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...
In this video, we will learn about scalability of network
programs.
• Learn about...
Curated Video
The Complete Practical Docker Guide - Docker Components: Overview
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...
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 06-Using the @Around Advice to Implement Performance Tracing
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...
r/>
This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - The UiPath Platform
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...
<
br/>
This clip is from the chapter "The UiPath Platform and UiPath Studio" of the series "Robotic Process...
Curated Video
C++ 20 (2a) New Features - Concept of Splitting Execution State and the Thread of Execution
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...
• 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...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Search Profiling
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...
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...