Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What are Git Hooks?
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...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet.Delete Method
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...
Curated Video
Docker for the Absolute Beginner - Hands-On - Docker Run
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...
Curated Video
Creating a Name Prompt in Word Documents
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...
IDG TECHtalk
How to use the unset command: 2-Minute Linux Tips
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.
Curated Video
Excel VBA Programming The Complete Guide - The InputBox Function
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Customizing the Shell Prompt
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...
Curated Video
C++ Programming By Example - Enhancing the Virtual Die with User Input
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...
Curated Video
TypeScript for Beginners - String to Numeric
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...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Introducing Elastic Cloud on Kubernetes (ECK) and Setting Up a Cluster
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...
Curated Video
Beginning Python (Video 10)
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...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Understanding JSON
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...
Curated Video
The Complete Practical Docker Guide - Challenge: Simple Python Calendar App
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...
Curated Video
TypeScript for Beginners - Using alert, confirm, and prompt
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...
Curated Video
The Complete Practical Docker Guide - Challenge Solution: Create Files Handling Node App
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...
Curated Video
Handling User Input of Numbers and Error Handling in Python
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...
Curated Video
JavaScript Conditionals
Every coding language needs a way of making decisions. It is conditional statements that allow code to make decisions. Mark demonstrates in this video
Curated Video
Staying Focused on the Prompt
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...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I
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...
Curated Video
REST APIs with Flask and Python - Getting User Input
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.
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Interpreter
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Using OpenSSL for RSA Keys Generation
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,...
Curated Video
Switch...Case
Switch... Case statements allow you to evaluate a number of conditions at once. You'll learn Switch conditionals in this video.
Curated Video
Minimal API Development with ASP.NET Core - Install Visual Studio 2022 Community Edition
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...