Instructional Video5:57
Curated Video

Practical Linux Command Line 2.0 - Create and Execute a Bash File

Higher Ed
This video explains how to create and execute a Bash file This clip is from the chapter "Edit Files in the Terminal" of the series "Practical Linux Command Line 2.0".This section focuses on editing files in the terminal.
Instructional Video9:03
Curated Video

Practical Linux Command Line 2.0 - Make a Program Start on Boot with Systemd

Higher Ed
This video explains how to make a program start on boot with systemd. This clip is from the chapter "Scheduling and Automation" of the series "Practical Linux Command Line 2.0".This section focuses on the scheduling and automation.
Instructional Video0:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Collections"

Higher Ed
An overview of the types of collections. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues, deques and maps: - types of collections
Instructional Video0:11
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "More with Collections"

Higher Ed
An overview on collections. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about limitations of collections and various other operators for sorting...
Instructional Video2:25
Curated Video

TypeScript for Beginners - More Programs - 2

Higher Ed
In this video, we write a TypeScript program that will validate a given password This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and...
Instructional Video2:26
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Bonus: Refactoring Other Stateless Functional Components

Higher Ed
In this video you'll refactor some class components to stateless functional components. This clip is from the chapter "Using a Third-Party Component" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Do While Loop in Java - an Introduction

Higher Ed
In this video, we will learn about do while loop in Java - an introduction. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explain about loops - for loop,...
Instructional Video5:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - While Loop in Java - an Introduction

Higher Ed
In this video, we will learn about while loop in Java - an introduction. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explain about loops - for loop,...
Instructional Video5:27
Curated Video

Excel VBA Programming The Complete Guide - The Worksheets.Add Method

Higher Ed
The Worksheets.Add method creates a new worksheet in the current Workbook. It accepts either one of two optional arguments, Before and After, that determine where the new worksheet will be placed. This clip is from the chapter "Object...
Instructional Video8:38
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Scripting - Part 1

Higher Ed
This is the first part of the two-part video that explains how to perform shell scripting. This clip is from the chapter "Shell Scripting" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Instructional Video3:33
Curated Video

REST APIs with Flask and Python - The "at" Syntax for Decorators

Higher Ed
This video explains how to use the "at" syntax for decorators. 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...
Instructional Video7:43
Curated Video

Learning Splunk - Advanced Searching Concepts: Relative Time Syntax

Higher Ed
Understanding how to work with time in Splunk, and how to leverage Splunk’s relative time syntax in searches to consistently locate the data you are looking for. • Learn how Splunk uses relative time syntax (and how you have been working...
Instructional Video9:26
Curated Video

Website of the Week - CodeCombat

Pre-K - Higher Ed
Welcome to Website Wednesday, the new series in which each week I showcase a website which I think deserves special mention for its educational value, especially for teaching or learning IT or computer science.
Instructional Video13:40
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Passing Command Line Options to Select a Browser at Runtime

Higher Ed
This video explains how to pass command line options to select a browser at runtime. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing...
Instructional Video12:47
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Identifying Links with Text and Building Smart CSS Around It

Higher Ed
This video explains how to identify links with text, and demonstrates how to build Smart CSS around it. This clip is from the chapter "Different Types of Locators in WebDriver API with Examples" of the series "Selenium Python Automation...
Instructional Video5:10
Curated Video

For Loops

Pre-K - Higher Ed
For loops are an abbreviated style of loop that provides a more compact syntax. You'll learn how to use For loops in this video.
Instructional Video5:12
Curated Video

Async/Await

Pre-K - Higher Ed
Async and Await provide a more convenient and easy-to-follow syntax for with asynchronous process in JavaScript. Mark demonstrates in this video.
Instructional Video17:56
Curated Video

Rust Programming Master Class from Beginner to Expert - Generics

Higher Ed
In this video, we will cover generics. This clip is from the chapter "Structures, Traits, Generics, Enums" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring structures, traits,...
Instructional Video5:31
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Selenium 4 New Syntax

Higher Ed
This video explains the syntax of Selenium 4. This clip is from the chapter "Environment and Project Setup" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, we will focus on setting up the...
Instructional Video23:18
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Data Types in JavaScript

Higher Ed
This video talks about the data types in JavaScript. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Instructional Video7:09
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Updating the Master Dataset with New Variables or Observations

Higher Ed
This video helps in updating the master dataset with new variables or observations. This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Instructional Video14:34
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Parameterizing Selenium Tests with Cucumber

Higher Ed
This video explains how to parameterize Selenium tests with Cucumber. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video7:30
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of Classes and Objects in Java

Higher Ed
This video discusses the importance of classes and objects in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video6:49
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Examples on Handling Pop-ups with Modified WebDriver Uniform Resource Locator (URL)

Higher Ed
This video presents examples on handling pop- ups with the modified WebDriver URL. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced...