Curated Video
Practical Linux Command Line 2.0 - Create and Execute a Bash File
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.
Curated Video
Practical Linux Command Line 2.0 - Make a Program Start on Boot with Systemd
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Collections"
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
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "More with Collections"
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...
Curated Video
TypeScript for Beginners - More Programs - 2
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Bonus: Refactoring Other Stateless Functional Components
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Do While Loop in Java - an Introduction
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - While Loop in Java - an Introduction
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,...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheets.Add Method
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Scripting - Part 1
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...
Curated Video
REST APIs with Flask and Python - The "at" Syntax for Decorators
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...
Curated Video
Learning Splunk - Advanced Searching Concepts: Relative Time Syntax
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...
Curated Video
Website of the Week - CodeCombat
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.
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Passing Command Line Options to Select a Browser at Runtime
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Identifying Links with Text and Building Smart CSS Around It
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...
Curated Video
For Loops
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.
Curated Video
Async/Await
Async and Await provide a more convenient and easy-to-follow syntax for with asynchronous process in JavaScript. Mark demonstrates in this video.
Curated Video
Rust Programming Master Class from Beginner to Expert - Generics
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,...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Selenium 4 New Syntax
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...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Data Types in JavaScript
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.
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Updating the Master Dataset with New Variables or Observations
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Parameterizing Selenium Tests with Cucumber
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of Classes and Objects in Java
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Examples on Handling Pop-ups with Modified WebDriver Uniform Resource Locator (URL)
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...