Hi, what do you want to do?
Curated Video
Multi-Paradigm Programming with Modern C++ - Enforcing the Contract
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...
Curated Video
Creational Design Patterns in Modern C++ - Using the std::call_once Function
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,...
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,...
Curated Video
Complete Modern C++ - Reference Versus Pointer
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,...
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...
Curated Video
Complete Modern C++ - Task-Based Concurrency - Part II
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.
This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Curated Video
C++ 20 (2a) New Features - std::format_to and std::format_to_n
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...
• Format text to std::vector
erter
• Format text to...
Curated Video
The Complete Practical Docker Guide - Arguments for Options
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.
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 08 - Final Variables and Final Arguments
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...
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Adding Available Options
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...
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...
Curated Video
REST APIs with Flask and Python - Unpacking Keyword Arguments
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...
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...
Curated Video
REST APIs with Flask and Python - Unpacking Arguments
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...
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...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 11: Parameterized Tests
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...
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...
Curated Video
Data Analytics using Python Visualizations - Seaborn Boxplot, Violin plot, Categorical Scatterplot
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...
<
br/>
This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python...
Curated Video
Practical Data Science using Python - Python String Operations
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.
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.
IDG TECHtalk
How to use the bash shell debugging mode: 2-Minute Linux Tips
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.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Gradients
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.
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.
Curated Video
Mastering Spring Framework Fundamentals - Applying Constructor Dependency Injection to XML Configuration
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.
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.
Curated Video
The Modern JavaScript Bootcamp (2019) - The Rest Parameter
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...
r/>
This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and...
Curated Video
The Modern JavaScript Bootcamp (2019) - Callback Abstraction
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...
r/>
This clip is from the...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Introduction to Variable Arguments – Basics
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...
r/>
This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Examples of Various JavaScript Executor Methods for Various Web Operations
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...
r/>
This clip is from the chapter "Selenium Python-Miscellaneous Features" of the series "Selenium Python Automation Testing from Scratch and...
Healthcare Triage
Shaky Science in the New Rules on Contraceptive Coverage
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.
Curated Video
Complete Modern C++ - Default Function Arguments
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.
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.
Curated Video
Complete Modern C++ - Lambda Expressions
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...
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: Arrow Functions Part II
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...
r/>
This clip is from the chapter "Hello React" of the series "The Complete React Developer...