Hi, what do you want to do?
Curated Video
TypeScript for Beginners - Passing Parameters
This video demonstrates how to pass parameters.<br/<br/>>
This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.
This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.
IDG TECHtalk
R tip: Reshape data with tidyr
See how the tidyr R package’s gather and spread functions work. Plus a bonus look at labeling in ggplot2. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Curated Video
Complete Modern C++ - Fold Expressions - Binary Folds
This video demonstrates how to use binary folds.<br/<br/>>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type trait suffixes in this section.
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type trait suffixes in this section.
Curated Video
The Complete Practical Docker Guide - Data Streams of the Process
This video explains data streams of the process.<br/<br/>>
This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in Linux.
This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in Linux.
Curated Video
The Complete Practical Docker Guide - What Are Processes
This video explains about the processes in detail.<br/<br/>>
This clip is from the chapter "Processes in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the processes in Linux.
This clip is from the chapter "Processes in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the processes in Linux.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Transitions
CSS Crash Course: Transitions<br/<br/>>
This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Printing Banner
In this video, you'll learn what a banner is and how to print it.
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
Mastering Spring Framework Fundamentals - Coding Dynamic Advice with Around
This video provides an overview of what you will learn in this section.
r/>
This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and...
r/>
This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and...
Curated Video
TypeScript for Beginners - Rest Parameter
This video highlights the rest parameter and demonstrates how to use it.<br/<br/>>
This clip is from the chapter "Functions" of the series "TypeScript for Beginners".This section introduces you to functions and explains how to use them.
This clip is from the chapter "Functions" of the series "TypeScript for Beginners".This section introduces you to functions and explains how to use them.
Packt
Getting Input from Users
File System and Command Line Args (Notes App): Getting Input from Users
<
br/>
This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
<
br/>
This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Curated Video
Multi-Paradigm Programming with Modern C++ - General Guidelines
Some guidelines cannot be enforced efficiently. They are still important, especially the guidelines concerning Philosophy, Architectural Ideas, and Non-Rules and myths.
• Express ideas directly in code, because compilers don’t...
• Express ideas directly in code, because compilers don’t...
Curated Video
Complete Modern C++ - Operator Overloading - Part I (Basics)
This video explains the basics of operator overloading and implementation of common unary and binary operators.
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and...
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and...
Curated Video
Complete Modern C++ - Passing Arguments to Threads
In this video, learn how to pass arguments to thread functions.<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
The Complete Practical Docker Guide - Executing Additional Commands Inside of the Find Operation
This video demonstrates executing additional commands inside of the Find operation.
r/>
This clip is from the chapter "Search Operations in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the...
r/>
This clip is from the chapter "Search Operations in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the...
Curated Video
The Complete Practical Docker Guide - Introduction to Files and Directories Management
This video provides an introduction to files and directories management.
r/>
This clip is from the chapter "Files and Directories Management in Linux" of the series "The Complete Practical Docker Guide".This section focuses on...
r/>
This clip is from the chapter "Files and Directories Management in Linux" of the series "The Complete Practical Docker Guide".This section focuses on...
Curated Video
The Modern JavaScript Bootcamp (2019) - The Spread Syntax
In this video, you’re going to learn about the spread syntax. The spread syntax gives you a way to expand an array into its individual values. This can be used when calling a function or when creating an array.
r/>
This clip is...
r/>
This clip is...
Curated Video
The Modern JavaScript Bootcamp (2019) - Function Scope
In this lesson, you’ll explore how scope relates to our functions. The scoping rules we learned in the last section still apply!
r/>
This clip is from the chapter "JavaScript Functions" of the series "The Modern JavaScript...
r/>
This clip is from the chapter "JavaScript Functions" of the series "The Modern JavaScript...
Curated Video
REST APIs with Flask and Python - Function Arguments and Parameters
This video focuses on function arguments and parameters.
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
PySpark and AWS: Master Big Data with PySpark and AWS - Adding Invoke for Glue Job
In the session, we will invoke glue PySpark job from the Lambda function.
r/>
This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and...
r/>
This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and...
Curated Video
Core Java Programming Course- Method Overloading
This video explains method overloading.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different concepts...
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different concepts...
Curated Video
Multi-Paradigm Programming with Modern C++ - When to Use Templates
Templates are one of the distinctive features of C++, and arguably the most complex one. When used correctly, templates make your code less complicated, and this is not a contradiction.
• Use templates to raise the level of...
• Use templates to raise the level of...
Curated Video
Multi-Paradigm Programming with Modern C++ - Passing Things Around
Most languages offer a couple of ways of passing data, e. g. by value and by reference. C++ offers many more. How to choose the right way in every case?
• Ground rules for passing argu
ments
• When to pass/return by...
• Ground rules for passing argu
ments
• When to pass/return by...
Curated Video
Complete Modern C++ - Fold Expressions - Recap
In this video, the author shows you how variadic templates and fold expressions are expanded by the compiler.
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about...
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about...
Curated Video
Complete Modern C++ - Compiled Time Argument Deduction (CTAD)
In this video, understand and use CTAD to simplify the construction syntax of class templates.
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold...
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold...