Instructional Video16:17
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Creating Modules

Higher Ed
This video demonstrates how to create modules.
r/>
This clip is from the chapter "Creating Modules and Plug-ins" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section demonstrates how to create...
Instructional Video4:27
Curated Video

The Complete Practical Docker Guide - Xargs Command

Higher Ed
This video explains the Xargs command in detail.<br/<br/>>

This clip is from the chapter "Search Operations in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the search operations in Linux.
Instructional Video5:03
Curated Video

The Complete Practical Docker Guide - Docker Commands Versus Management Commands

Higher Ed
This video talks about Docker commands versus management commands.
r/>
This clip is from the chapter "Introduction to the Images and Containers" of the series "The Complete Practical Docker Guide".This section provides an...
Instructional Video10:36
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Introduction to Java Methods - Arguments and Parameters

Higher Ed
In this video, we will learn about introduction to Java methods - arguments and parameters.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
Instructional Video4:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Advanced Printing Output to Console with Java – Exercises

Higher Ed
This video talks about advanced printing output to console with Java – Exercises.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Instructional Video13:39
Curated Video

The Complete Excel Guide: Beginners to Advanced - Functions - Part 1

Higher Ed
What are the functions?<br/<br/>>

This clip is from the chapter "Excel 2019 Advanced: Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore what are functions.
Instructional Video15:12
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Define Functions, Use Packages

Higher Ed
This video defines functions, use packages.<br/<br/>>

This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This section gives you a crash course in Python.
Instructional Video9:08
IDG TECHtalk

How to use the new R pipe in R 4.1

Higher Ed
See the new pipe operator built into R 4.1 and how it differs from the maggritr pipe. Don't want to install 4.1 yet? Learn how to run R 4.1 in a Docker container.
Instructional Video4:57
IDG TECHtalk

How to use Python decorators to modify functions with other functions, simplifying complex code

Higher Ed
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Instructional Video4:53
Curated Video

Complete Modern C++ - Function Pointers

Higher Ed
This video introduces function pointers and explains their purpose.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Instructional Video5:08
Curated Video

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

Higher Ed
This video introduces the std::async function that is used for task-based concurrency.<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:55
Curated Video

Complete Modern C++ - Explicit Specialization

Higher Ed
This video explains what explicit specialization is and why it is required.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...
Instructional Video7:48
Curated Video

Complete Modern C++ - Introduction to Templates

Higher Ed
This video introduces generic programming through templates.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding,...
Instructional Video1:23
Curated Video

TypeScript for Beginners - Passing a Parameter

Higher Ed
This video demonstrates how to pass a parameter.<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.
Instructional Video6:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Introducing a Lint-Staged Package to Check only Staged Files

Higher Ed
This video demonstrates how to use a lint-staged package to check only staged files.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video9:38
Curated Video

The Complete Practical Docker Guide - Command Arguments

Higher Ed
This video explains about command arguments<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 Video8:50
Curated Video

The Modern JavaScript Bootcamp (2019) - Object References

Higher Ed
In this video, we’re going to explore what happens when we pass an object around our program.
r/>
This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp (2019)".An Object plays a vital...
Instructional Video15:46
Curated Video

The Modern JavaScript Bootcamp (2019) - Multiple Arguments and Argument Defaults

Higher Ed
In this video, we’re going to take a deeper dive into function arguments. You’ll learn how to set up multiple arguments and come up with default argument values if none is provided.
r/>
This clip is from the chapter "JavaScript...
Instructional Video4:01
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Arrow Functions

Higher Ed
JavaScript Crash Course: Arrow Functions
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in...
Instructional Video8:52
Curated Video

The Complete Excel Guide: Beginners to Advanced - Financial Functions and Terminology

Higher Ed
The aim of this video is to explore financial functions and terminology.
r/>
This clip is from the chapter "Excel 2019 Advanced: Financial Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this...
Instructional Video8:02
Curated Video

Christine de Pizan part 2: "The Book of the City of Ladies"

12th - Higher Ed
Christine de Pizan noticed that women were often portrayed in a negative light, so she began writing stories of women, defending their role in society. One such writing is "The Book of the City of Ladies."
Instructional Video1:25
Curated Video

TypeScript for Beginners - Using a Data Type with the Rest Parameter

Higher Ed
This video demonstrates how to use a data type with the rest parameter.<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.
Instructional Video14:53
Curated Video

Comprehensive Android Developer Bootcamp - Passing Course Object to Next Activity and Fragment

Higher Ed
Android Fragments – An Introduction:Passing Course Object to Next Activity and Fragment
r/>
This clip is from the chapter "Android Fragments – An Introduction" of the series "The Comprehensive Android Developer Bootcamp".In...
Instructional Video3:45
IDG TECHtalk

2-Minute Linux Tips: How to run command loops

Higher Ed
Being able to run command loops is one of the features of Linux that makes it easy to automate repetitive tasks. In this 2-minute Linux tip, learn about looping -- in scripts and on the command line.