Instructional Video5:16
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Introduction to Ansible

Higher Ed
This video provides an introduction to Ansible.
r/>
This clip is from the chapter "Course Overview and Introduction to Ansible" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an...
Instructional Video2:00
Curated Video

C++ 20 (2a) New Features - Formatting User Defined Types

Higher Ed
This video shows how to define formatting for user defined type.

• Define struct p
erson
• Define stream insertion operator
for person
• Test printing person object using std::cout
an
d std::format

This...
Instructional Video3:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Installing the Jest NPM Package for Testing

Higher Ed
This video demonstrates how to install the Jest NPM package for testing. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail....
Instructional Video4:50
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 5)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web...
Instructional Video7:07
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 3)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web...
Instructional Video8:43
Curated Video

Learning Lodash 4.0 (Video 21)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video8:03
Curated Video

Learning Lodash 4.0 (Video 14)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video16:36
Packt

Importing npm Modules -2

Higher Ed
Node.js Module System (Notes App): Importing npm Modules
<
br/>
This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Instructional Video11:51
APMonitor

Load Arduino Leonardo Firmware for TCLab

10th - Higher Ed
Firmware is compiled code that runs a microcontroller such as an Arduino Leonardo. The Temperature Control Lab (TCLab) has an Arduino base and the program is modified for serial connection for Python, MATLAB, Java, or other programming...
Instructional Video5:33
Curated Video

Web Development with Node.JS and MongoDB (Video 36)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video4:47
Curated Video

C++ 20 (2a) New Features - std::format: Placeholders and Syntax

Higher Ed
This video shows formal syntax for formatting library mini language and how to use placeholders and placeholder IDs.

• Define simple text with integers and switch placeholders usin
g IDs
• Consider formal syntax of...
Instructional Video3:48
Curated Video

Web Development with Node.JS and MongoDB (Video 6)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video6:14
Curated Video

Multi-Paradigm Programming with Modern C++ - The Course Overview

Higher Ed
This video will give you an overview about the course.
r/>
This clip is from the chapter "Introduction to C++" of the series "Multi-Paradigm Programming with Modern C++".In this section we talk about programming paradigms,...
Instructional Video4:59
Curated Video

C++ 20 (2a) New Features - Generator Expressions

Higher Ed
Define a simple Fibonacci function with a co_yield expression.

• Define a Fibonacci fun
ction
• Add generator definition using raw coroutines
facilities
• Add generator definition using c
pp
coro template

...
Instructional Video2:29
Curated Video

C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format

Higher Ed
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library.

• Consider inc.hpp contants...
Instructional Video6:44
Curated Video

C++ 20 (2a) New Features - Rationale for std::format

Higher Ed
Why new standard formatting? A new library which was type safe, concise, extendable, flexible, and efficient. Available mechanism did not have all these qualities; therefore string formatting library was born using {fmt} library as...
Instructional Video3:51
Let's Tute

IELTS - Introduction

9th - Higher Ed
In this video we will know about IELTS course , how to prepare for exam.What types of test will be excepted,Testing Criteria that is Speaking and Writing.
Instructional Video15:57
Curated Video

Apache Maven Beginner to Guru - Multi-Module Spring Boot Projects

Higher Ed
This video explains the multi-module Spring Boot projects.<br/<br/>>

This clip is from the chapter "Apache Maven for Spring Boot" of the series "Apache Maven: Beginner to Guru".This section explains about Apache Maven for Spring Boot.
Instructional Video0:59
Curated Video

Java Programming for Complete Beginners - Java 16 - Do not Use Modules for Now

Higher Ed
In this video, the author recommends not to create modules as it will be discussed later in the course.
r/>
This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for...
Instructional Video9:02
Curated Video

Excel VBA Programming The Complete Guide - The Visual Basic Editor

Higher Ed
In this lesson, we explore the components of the Visual Basic Editor, including the Project Explorer, which lists all open workbooks and worksheets as well as all modules (containers for code). Properties Window, which can be used to...
Instructional Video5:05
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 8 - Spring Modules

Higher Ed
This video highlights the concept of the Spring modules.
r/>
This clip is from the chapter "Spring Level 1 - Introduction to the Spring Framework in 10 Steps" of the series "Spring Framework Master Class - Java Spring the...
Instructional Video3:58
IDG TECHtalk

Python 32- and 64-bit editions: What's the difference and why does it matter?

Higher Ed
Python comes in both 32- and 64-bit editions. Which one should you choose, and what difference will it make? And if you're stuck not being able to use the optimal version, what can you do about it?
Instructional Video6:51
Curated Video

Multi-Paradigm Programming with Modern C++ - Structuring Modules

Higher Ed
In this video, we learn how modules can be split into implementation and partition units.

• Implementation
units

Partitions

Mo
dules summary

This clip is from the chapter "Structuring Projects in...
Instructional Video3:46
Curated Video

C++ 20 (2a) New Features - Composing Ranges

Higher Ed
We need to write a piece of code that filters out even numbers from a container and returns them multiplied by two. In other example we take n integers from container and compute their squares.

• Use views: filter and...