Instructional Video5:42
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Virtual Machine Logging

Higher Ed
This video demonstrates how to perform virtual machine logging. This clip is from the chapter "Monitoring and Logging" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section introduces you to monitoring and logging.
Instructional Video4:37
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Azure Kubernetes Services-Features

Higher Ed
In this video, we will cover Azure Kubernetes services-features. This clip is from the chapter "Serverless Computing" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains serverless computing and how to...
Instructional Video6:39
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Azure Container Instances - Lab Activity-I

Higher Ed
In this video, we will cover Azure container instances - lab activity-I. This clip is from the chapter "Serverless Computing" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains serverless computing...
Instructional Video8:06
Curated Video

C++ Programming By Example - Use STL Algorithms with Containers

Higher Ed
How do you use STL algorithms with C++ containers? • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print statements This clip is from the chapter "Data Structures and...
Instructional Video9:07
Curated Video

Docker for the Absolute Beginner - Hands-On - Docker Run

Higher Ed
Docker Run: Docker Run This clip is from the chapter "Docker Run" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn about the Docker Run command. Additionally, this section gives you a...
Instructional Video8:48
Curated Video

The Complete Practical Docker Guide - Connecting phpMyAdmin to MySQL Container

Higher Ed
This video explains connecting phpMyAdmin to MySQL container. This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker Guide".This section...
Instructional Video7:40
Curated Video

The Complete Practical Docker Guide - Running Container with Pseudo TTY

Higher Ed
This video shows how to run container with Pseudo TTY. This clip is from the chapter "Docker Containers Management (Ubuntu, Nginx)" of the series "The Complete Practical Docker Guide".This section focuses on Docker containers management...
Instructional Video5:25
Curated Video

The Complete Practical Docker Guide - Running Node.js Containers

Higher Ed
This video demonstrates running Node.js containers. This clip is from the chapter "Running Node.js Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on running Node.js applications in Docker.
Instructional Video3:07
Curated Video

The Complete Practical Docker Guide - Creating New Custom Bridge Network

Higher Ed
This video helps in creating a new custom bridge network. This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical Docker Guide".This section focuses on default...
Instructional Video5:32
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Relational Database Storage

Higher Ed
This video provides an introduction to relational database storage. This clip is from the chapter "AZ-204 Structured Query Language (SQL) Database" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section introduces...
Instructional Video6:46
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Creating a Cosmos Database (DB) Collection

Higher Ed
This video demonstrates how to create a Cosmos DB collection. This clip is from the chapter "AZ-204 Cosmos Database (DB)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section provides an introduction to Cosmos DB.
Instructional Video8:17
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Overview of Azure Storage Options

Higher Ed
This video presents an overview of Azure storage options. This clip is from the chapter "AZ-204 Azure Storage Accounts" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section presents the latest updates on 5G and...
Instructional Video6:39
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Enabling Diagnostic Logs

Higher Ed
This video demonstrates how to enable diagnostic logs. This clip is from the chapter "AZ-204 Azure App Service" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to expand mobile Internet with 3G...
Instructional Video3:45
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Introduction to AZ-204 Azure App Service

Higher Ed
This video provides an introduction to AZ-204 Azure App Service. This clip is from the chapter "AZ-204 Azure App Service" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to expand mobile Internet...
Instructional Video5:20
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Event Grid and Event Hub

Higher Ed
This video introduces you to the event grid and event hub. This clip is from the chapter "Consuming Azure Services" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to consume Azure services.
Instructional Video4:36
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Configuring Application Programming Interface (API) Management

Higher Ed
This video demonstrates how to configure API management. This clip is from the chapter "Consuming Azure Services" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to consume Azure services.
Instructional Video5:46
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Creating Your First Azure Active Directory (AD)

Higher Ed
This video demonstrates how to create your first Azure AD. This clip is from the chapter "AZ-204 Azure Authentication" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section focuses on AZ-204 Azure authentication.
Instructional Video2:51
Curated Video

Complete Modern C++ - introduces the components of the STL

Higher Ed
This video introduces the components of the STL. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Instructional Video3:23
Curated Video

C++ Standard Template Library in Practice - Understanding Containers

Higher Ed
The user is unfamiliar with what containers are available and how they are used. • Begin by introducing the user to the different categories of containers • Familiarize the user with the abilities that each container has at a high level...
Instructional Video8:33
Curated Video

C++ Programming By Example - Overview of Containers in C++

Higher Ed
What are the available containers for storing data in C++? • Look at cppreference on available container classes • Code small examples on how to use containers • Run samples and observe the output to understand how the containers work...
Instructional Video3:33
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Containers Versus Virtual Machines

Higher Ed
In this video, we will cover containers versus virtual machines. This clip is from the chapter "Serverless Computing" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains serverless computing and how to...
Instructional Video5:59
Curated Video

The Complete Practical Docker Guide - Docker Containers Architecture

Higher Ed
This video explains the Docker containers architecture. This clip is from the chapter "What is Docker and Docker Components" of the series "The Complete Practical Docker Guide".This section focuses on Docker and its components.
Instructional Video7:47
Curated Video

The Complete Practical Docker Guide - Using Custom Persistent Names for Connectivity in the Custom Network

Higher Ed
This video is about using custom persistent names for connectivity in the custom network. This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical Docker...
Instructional Video4:41
Curated Video

The Complete Practical Docker Guide - Starting MySQL Container with env Variable

Higher Ed
This video helps you start MySQL container with env variable. This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker Guide".This section...