Instructional Video7:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What are Git Hooks?

Higher Ed
This video explains the concept of Git hooks. 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. It focuses on the basics of...
Instructional Video2:24
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet.Delete Method

Higher Ed
The Worksheet.Delete method removes a worksheet. It is particularly effective to temporarily disable alerts before invoking this method to make the process as smooth and seamless for the user as possible. This clip is from the chapter...
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 Video6:18
Curated Video

Creating a Name Prompt in Word Documents

Pre-K - Higher Ed
In this video, the teacher demonstrates a simple yet effective method to prompt students to enter their name in the header section of a document. By using fill-in prompts in the header and saving the document as a template, students are...
Instructional Video1:52
IDG TECHtalk

How to use the unset command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the unset command. It’s a command that removes an environment variable from your current login session.
Instructional Video8:44
Curated Video

Excel VBA Programming The Complete Guide - The InputBox Function

Higher Ed
In this lesson, we use the InputBox function to collect a new worksheet title from the user. The InputBox is a basic dialog box with a single text entry field, a prompt, a title, and OK / Cancel buttons. This clip is from the chapter...
Instructional Video5:08
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Customizing the Shell Prompt

Higher Ed
This video explains how to customize the shell prompt. This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section explains the intermediate Linux...
Instructional Video8:54
Curated Video

C++ Programming By Example - Enhancing the Virtual Die with User Input

Higher Ed
How to get input from the user and use it in the virtual die? • Introduce std::cin • Show a brief example of using std::cin • Allow viewers to implement the coding exercise to get user input on die range and number of rolls This clip is...
Instructional Video3:50
Curated Video

TypeScript for Beginners - String to Numeric

Higher Ed
This video demonstrates how to convert a string variable to numeric. This clip is from the chapter "Static Methods" of the series "TypeScript for Beginners".This section introduces you to the various static methods and explains how to...
Instructional Video18:32
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Introducing Elastic Cloud on Kubernetes (ECK) and Setting Up a Cluster

Higher Ed
This video introduces you to Elastic Cloud on Kubernetes, and explains how to set up a cluster. This clip is from the chapter "Elasticsearch/Logstash/Kibana (ELK) on Kubernetes with Elastic Cloud on Kubernetes (ECK)" of the series...
Instructional Video5:18
Curated Video

Beginning Python (Video 10)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video7:52
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Understanding JSON

Higher Ed
In this video, we will understand JSON. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module and the benefits of a...
Instructional Video2:44
Curated Video

The Complete Practical Docker Guide - Challenge: Simple Python Calendar App

Higher Ed
This is a challenge video that gives the problem statement and a hint to create a simple Python calendar app. This clip is from the chapter "Running Python Applications in Docker" of the series "The Complete Practical Docker Guide".This...
Instructional Video3:29
Curated Video

TypeScript for Beginners - Using alert, confirm, and prompt

Higher Ed
This video demonstrates how to use the alert, confirm, and prompt keywords. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and...
Instructional Video7:57
Curated Video

The Complete Practical Docker Guide - Challenge Solution: Create Files Handling Node App

Higher Ed
This is a challenge solution video that demonstrates creating files handling Node.js app. This clip is from the chapter "Running Node.js Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on...
Instructional Video9:53
Curated Video

Handling User Input of Numbers and Error Handling in Python

Pre-K - Higher Ed
This Python tutorial video demonstrates how to allow users to input numbers, perform calculations, and handle errors related to data types. By converting user input into integers, the program can accurately multiply and add numbers...
Instructional Video15:34
Curated Video

JavaScript Conditionals

Pre-K - Higher Ed
Every coding language needs a way of making decisions. It is conditional statements that allow code to make decisions. Mark demonstrates in this video
Instructional Video6:30
Curated Video

Staying Focused on the Prompt

K - 5th
In this video, the teacher explains how to ensure that your writing stays focused on the prompt when responding to a writing assignment. The teacher provides a step-by-step process for reviewing and revising your work, emphasizing the...
Instructional Video8:03
Curated Video

Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I

Higher Ed
In this lesson, we dive deeper into the MsgBox method including its Buttons and Title parameter. We modify the aesthetics of the alert, including the clickable buttons and the information icon. This clip is from the chapter...
Instructional Video5:17
Curated Video

REST APIs with Flask and Python - Getting User Input

Higher Ed
This video shows how to get user input. 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 refresh your Python knowledge.
Instructional Video7:35
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Interpreter

Higher Ed
This video introduces you to the shell interpreter. This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides an introduction to the fundamentals...
Instructional Video9:07
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Using OpenSSL for RSA Keys Generation

Higher Ed
In this video, we'll be using OpenSSL for RSA keys generation. This clip is from the chapter "RSA, Certificates, and Chain of Trust" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll create RSA, Certificates,...
Instructional Video7:45
Curated Video

Switch...Case

Pre-K - Higher Ed
Switch... Case statements allow you to evaluate a number of conditions at once. You'll learn Switch conditionals in this video.
Instructional Video2:19
Curated Video

Minimal API Development with ASP.NET Core - Install Visual Studio 2022 Community Edition

Higher Ed
This video explains the installation of Visual Studio 2022 community edition. This clip is from the chapter "Environment Configuration" of the series "Minimal API Development with ASP.NET Core".This section introduces you to configuring...