Instructional Video8:40
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Creating Virtual Networks with PowerShell - Lab Activity

Higher Ed
In this video, we will cover creating virtual networks with PowerShell - lab activity.
r/>
This clip is from the chapter "Azure Virtual Networking" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section...
Instructional Video3:26
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - What is a PowerShell Module

Higher Ed
In this video, we will see what a PowerShell module is.
r/>
This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its...
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 Video5:15
Curated Video

C++ 20 (2a) New Features - How to Build Examples

Higher Ed
Consider problem of building examples using different compilers for each section.

• Check how to enable/disable the examples for a se
ction
• Build latest GCC fr
om sources
• Invoke CMake and make use of the new
ly...
Instructional Video1:56
NASA

NASA | Landsat Looks to the Moon

3rd - 11th
Every full moon, Landsat 8 turns its back on Earth. As the satellite's orbit takes it to the nighttime side of the planet, Landsat 8 pivots to point at the moon. It scans the distant lunar surface multiple times, then flips back...
Instructional Video4:15
Curated Video

C++ 20 (2a) New Features - Coroutine Anatomy

Higher Ed
Here, discuss new keywords and when and how does a function becomes a coroutine.

• Discuss what new tools coroutines provide the programmers
with
• Discuss what is missing from
coroutines
• Discuss how and when...
Instructional Video2:15
Curated Video

C++ 20 (2a) New Features - Concept of Splitting Execution State and the Thread of Execution

Higher Ed
How are coroutines different from threads?

• Discuss how threading
works
• Discuss how corou
tines work
• Discuss the difference between execution thread and sta
te
of execution

This clip is from the...
Instructional Video17:59
Curated Video

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

Higher Ed
This video explains the different modules in Ansible and explains how to interact with Ansible command line tools.
r/>
This clip is from the chapter "Ansible Architecture and Design" of the series "Dive Into Ansible - From...
Instructional Video4:33
Curated Video

Python 3 for Beginners: Python Standard Library and Creating Modules in Python

Higher Ed
In this educational video, you'll learn about the Python Standard Library and how to take advantage of its modules to simplify your coding process. The video demonstrates how to use existing modules for tasks such as reading and writing...
Instructional Video5:05
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 8 - Spring Modules

Higher Ed
In this Appendix video, we'll cover Spring modules.<br/<br/>>

This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".null
Instructional Video9:29
Packt

Destructuring

Higher Ed
Other Newer Features - ES2015+: Destructuring
<
br/>
This clip is from the chapter "Other Newer Features - ES2015+" of the series "Modern JavaScript from the Beginning".In this section, you will learn about the newer features of...
Instructional Video2:03
Curated Video

C++ 20 (2a) New Features - Rationale Behind Concepts

Higher Ed
Call sort algorithm on std::list container and analyze error output produced by the compiler.

• Consider length of error o
utput
• Consider caus
e of error
• Concepts a
re
the solution

This clip is from...
Instructional Video15:45
Curated Video

The Full Stack Web Development - Setup, Middleware & Routes - Starting the Project

Higher Ed
Backend programming with Node.js: Setup, Middleware & Routes - Starting the Project
r/>
This clip is from the chapter "Backend programming with Node.js" of the series "The Full Stack Web Development".In this section, we work...
Instructional Video15:20
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Brute Forcing SSH with Metasploit

Higher Ed
This video shows you how to use Metasploit to perform brute force SSH.
r/>
This clip is from the chapter "System Hacking and Exploitation" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this...
Instructional Video1:11
Curated Video

Python 3 for Beginners: Python Modules

Higher Ed
In this video, you will learn all about Python modules and the Python Standard Library. Our instructor will explain what modules are, how to import them, and how to manipulate the module search path. You will also discover the vast...
Instructional Video0:43
Curated Video

Python 3 for Beginners: Introduction to Python Modules and the Standard Library

Higher Ed
In this Python tutorial video, you'll learn all about modules! Our helpful instructor will introduce you to these important building blocks of Python programming, showing you how to create your own and include existing modules in your...
Instructional Video6:11
Curated Video

PEP8 Guidelines Python Clean Coding - Project Module and Variable Conventions

Higher Ed
This video explains project module and variable conventions.<br<br/>/>

This clip is from the chapter "Naming Conventions" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the various naming conventions in Python.
Instructional Video5:37
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Reusing Code with Modules

Higher Ed
In this video, you will learn to use the import statement to reuse a code instead of copy-pasting code. We will also look at creating modules to reuse code.
<
br/>
This clip is from the chapter "Modules and Packages" of the series...
Instructional Video4:53
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Section 1 and 2 Quiz

Higher Ed
This video presents quick quiz questions to test what you have learned from sections 1 and 2.
r/>
This clip is from the chapter "Setting up of the Lab Environment and Course Resource" of the series "Dive Into Ansible - From...
Instructional Video7:40
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Web Services (AWS) OpsWorks

Higher Ed
This video explores the features and capabilities of AWS OpsWorks.
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS) Application Deployment" of the series "AWS Solutions Architect...
Instructional Video1:43
Curated Video

C++ 20 (2a) New Features - Efficient Atomic Waiting

Higher Ed
Analyze an example with wait method called on atomic variable.

• Examine documentation for the wait m
ethod
• Modify value an atomi
c variable
• Use notify_all to wake up all threads waiting o
n
this variable
...
Instructional Video18:10
Curated Video

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

Higher Ed
This video explains the modules used in Ansible playbooks.
r/>
This clip is from the chapter "Ansible Playbooks- Deep Dive" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section explores playbooks...
Instructional Video5:37
Curated Video

The Complete Practical Docker Guide - Creating Python Containers

Higher Ed
This video is about creating Python containers.
r/>
This clip is from the chapter "Running Python Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on running Python applications...
Instructional Video3:55
Curated Video

Node.js API Masterclass with Express and MongoDB - Installing Nodemon

Higher Ed
HTTP Intro - Headers, Body, Status Codes, etc: Installing Nodemon
r/>
This clip is from the chapter "HTTP Intro - Headers, Body, Status Codes, etc" of the series "Node.js API Masterclass with Express and MongoDB".This section...