Curated Video
C++ Developer - Project - Jam of the Month Club
This video presents a project called "Jam of the Month Club". This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Let's Tute
IELTS Writing: How to Answer Agree/Disagree Essay Questions
In this video, the teacher discusses how to approach an agree/disagree essay question. They explain that the prompt itself will indicate whether to agree or disagree, and provide tips on how to structure the essay. The teacher also gives...
Curated Video
Learn and Master C Programming - Getting user input using 'scanf'
This lecture will show you how to receive user input and how you can get into problems with 'scanf'. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick...
All In One Social Media
How I create short form video content for my clients
In this video, I'll show you how I create short-form video content for my clients. These videos are easy to produce and perfect for promoting your brand or product. If you're looking for a way to stand out from the competition, then...
Curated Video
TypeScript for Beginners - Using the toString Method
This video demonstrates how to use the toString method. 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 implement them.
Curated Video
Bash Shell Scripting - Shell Prompt Customization
This video demonstrates how to customize the shell prompt. This clip is from the chapter "Customizing Shell Environment" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section helps you...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method
The MsgBox is a simple dialog box that prompts a user action or confirmation. In this lesson, we'll explore the syntax for the method as well as begin our discussion of inputs, parameters, and arguments. A parameter is the name given to...
Curated Video
Docker Dockerfile and Docker Compose 2020 Ready - Running a single Docker Container Explained Step-By-Step
Understanding Docker Run with Volume mounting and important flags step by step: Running a single Docker Container Explained Step-By-Step This clip is from the chapter "Understanding Docker Run with Volume mounting and important flags...
Curated Video
Choosing the Best Story Idea
In this video lesson, students learn how to choose the best story idea when writing to a prompt. The teacher guides them through the process of brainstorming ideas, evaluating their potential, and imagining the chosen story in their...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Git Repository
This video explains the initialization of a new Git repository. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize...
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...