Instructional Video8:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Enforcing the Contract

Higher Ed
Interface is a contract between two parts of a program. Most functions limit what inputs are valid, while function callers expect a limited range of return values. Most classes have a limited number of states. A good interface must...
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Using the std::call_once Function

Higher Ed
This video demonstrates how to use the std::call_once function.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Instructional Video6:59
Curated Video

Complete Modern C++ - Reference Versus Pointer

Higher Ed
This video compares pointers, references, and explains how to choose between them.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...
Instructional Video3:45
Curated Video

Complete Modern C++ - Task-Based Concurrency - Part II

Higher Ed
This videos explains std::async in more depth.<br/<br/>>

This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Instructional Video5:36
Curated Video

C++ 20 (2a) New Features - std::format_to and std::format_to_n

Higher Ed
This video explains how std::format_to and std::format_to_n work, and how to safely format text to std::vector and c array.

• Format text to std::vector using std::back_ins
erter
• Format text to...
Instructional Video4:35
Curated Video

The Complete Practical Docker Guide - Arguments for Options

Higher Ed
This video explains about the arguments for options.<br/<br/>>

This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Instructional Video3:13
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 08 - Final Variables and Final Arguments

Higher Ed
In this session, we will learn about final variables and final arguments.
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few...
Instructional Video11:16
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Adding Available Options

Higher Ed
In this video, you'll learn to add available options to your attack.
r/>
This clip is from the chapter "Developing a Brute Force Attacker" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this...
Instructional Video8:44
Curated Video

REST APIs with Flask and Python - Unpacking Keyword Arguments

Higher Ed
This video demonstrates how to unpack keyword arguments.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help...
Instructional Video10:24
Curated Video

REST APIs with Flask and Python - Unpacking Arguments

Higher Ed
This video explains how to unpack arguments.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
Instructional Video11:11
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 11: Parameterized Tests

Higher Ed
Unit Testing with Junit: Step 11: Parameterized Tests
r/>
This clip is from the chapter "Unit Testing with Junit" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into unit testing...
Instructional Video10:17
Curated Video

Data Analytics using Python Visualizations - Seaborn Boxplot, Violin plot, Categorical Scatterplot

Higher Ed
This video explains Seaborn Boxplot, Violin plot, and Categorical Scatterplot.
<
br/>
This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python...
Instructional Video12:19
Curated Video

Practical Data Science using Python - Python String Operations

Higher Ed
This video explains Python string operations.<br<br/>/>

This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video1:33
IDG TECHtalk

How to use the bash shell debugging mode: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use bash shell's "debugging mode". It can help you pinpoint problems, especially in long or complicated scripts.
Instructional Video6:34
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Gradients

Higher Ed
Advanced CSS: Gradients<br/<br/>>

This clip is from the chapter "Advanced CSS" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".In this section, you will learn about Advanced CSS.
Instructional Video2:26
Curated Video

Mastering Spring Framework Fundamentals - Applying Constructor Dependency Injection to XML Configuration

Higher Ed
This video demonstrates how to assign operators.<br/<br/>>

This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Instructional Video11:05
Curated Video

The Modern JavaScript Bootcamp (2019) - The Rest Parameter

Higher Ed
In this video, you’re going to learn about the rest parameter. The rest parameter lets you access a set of the function arguments as an array.
r/>
This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and...
Instructional Video17:04
Curated Video

The Modern JavaScript Bootcamp (2019) - Callback Abstraction

Higher Ed
In this lesson, you’re going to learn how to use callbacks to simplify the code that makes our HTTP requests. You’ll learn how to abstract the complexity of XMLHttpRequest into a simple function call.
r/>
This clip is from the...
Instructional Video5:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Introduction to Variable Arguments – Basics

Higher Ed
In this session, we will learn about introduction to variable arguments – basics.
r/>
This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video9:42
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Examples of Various JavaScript Executor Methods for Various Web Operations

Higher Ed
This video provides examples of the JavaScript executor methods for web operations.
r/>
This clip is from the chapter "Selenium Python-Miscellaneous Features" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video8:30
Healthcare Triage

Shaky Science in the New Rules on Contraceptive Coverage

Higher Ed
In a new rule about coverage of contraception, the Trump administration argues that birth control is bad for your health. But it's a claim that doesn't stand up to scrutiny. That's the topic of this week's Healthcare Triage.
Instructional Video3:44
Curated Video

Complete Modern C++ - Default Function Arguments

Higher Ed
This video explains syntax and usage.<br/<br/>>

This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and for loop functions.
Instructional Video4:36
Curated Video

Complete Modern C++ - Lambda Expressions

Higher Ed
This video gives a gentle introduction of lambda expressions and shows how they replace function objects.
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we...
Instructional Video19:57
Curated Video

The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: Arrow Functions Part II

Higher Ed
In this video you'll learn about ES6 Arrow Functions. This is a new way to create functions in ES6 and comes with an improved syntax.
r/>
This clip is from the chapter "Hello React" of the series "The Complete React Developer...