Packt
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Predicate
A predicate is a general functional interface that is provided by the Java SE API. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we use marker...
Curated Video
The Modern JavaScript Bootcamp (2019) - The Spread Syntax
In this video, you’re going to learn about the spread syntax. The spread syntax gives you a way to expand an array into its individual values. This can be used when calling a function or when creating an array. This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - The Option Base 1 Syntax and Write Array Values to Cells
If zero-based indexing is confusing, the Option Base 1 keywords at the top of a module force an array to start at an index position of 1. In this lesson, we enable this setting and see its results in a newly declared array. This clip is...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Section Wrap-Up "Control Statements"
This video summarizes the section's learnings. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts and syntaxes...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Loops in Python and the Importance of Code Indentation
This section explains loops in Python, and also explains the importance of code indentation. This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
Bash Shell Scripting- simple if and if-else conditional statement
This video shows how to use the simple if and if-else conditional statement. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers...
Schooling Online
English Essentials - Powering through Prose - Figurative Language (Stage 6, Years/Grades 11-12)
Our third lesson will zoom into the finer elements of prose fiction. We’ll delve into figurative language, imagery, rhythm, syntax and tone. We’ll review some basic language features before building on your understanding. To help us,...
Curated Video
C++ 20 (2a) New Features - Partitioning of Modules
Split module from 5.2 into two separate module interface partitions. Afterwards split same module into module interface file and module implementation file. This clip is from the chapter "Modules" of the series "C++ 20 (2a) New...
Curated Video
The Full Stack Web Development - Web Storage - Project on Web Storage
HTML5 Programming: Web Storage - Project on Web Storage This clip is from the chapter "HTML5 Programming" of the series "The Full Stack Web Development".In this section, we look into little more advanced HTML5. We will be working with...
IDG TECHtalk
R data.table in 5 minutes
Get a quick look at the R data.table package in this 5-minute tutorial that gives a sample of the package’s speed and power.
Curated Video
Bash Shell Scripting- Basic String operations
This video explains basic string operations. This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash Shell Scripting".This section covers the various operations to write Bash shell...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Create Storage Account with CLI - Lab Activity
In this video, we will create a storage account with CLI - lab activity. This clip is from the chapter "Azure Storage" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains Azure storage and Azure...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Interior Property
What the Font object is to the foreground, the Interior property is to the background. In this lesson, we use the Range.Interior property to modify the color of a cell in a variety of different ways including: • VBA color constants • The...
Curated Video
Excel VBA Programming The Complete Guide - Dynamic Arrays
A dynamic array can be resized repeatedly throughout a procedure to hold a different number of elements. This can be helpful when we cannot predict an array size in advance. In this lesson, we use a dynamic array to contain a list of...
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Java Conventions and Primitives"
A brief overview on Java conventions and primitives. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards, comments....
Curated Video
Complete Java SE 8 Developer Bootcamp - “this”-Part 2
Here, we learn more features of the “this” keyword. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static variables and...
Curated Video
Complete Java SE 8 Developer Bootcamp - Generics and Autoboxing
These two features help simplify some of the limitations of collection. 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...
Curated Video
Complete Java SE 8 Developer Bootcamp - LocalDate
The author explains a new java.time package. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Lambda Expressions and Static Imports"
The author introduces you to Lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we use marker and functional interface to...
Curated Video
The Complete Practical Docker Guide - Xargs Command
This video explains the Xargs command in detail. This clip is from the chapter "Search Operations in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the search operations in Linux.
Curated Video
The Modern JavaScript Bootcamp (2019) - The Object Spread Syntax
In this video, you’re going to learn how to use the spread operator with objects. This gives you an easy way to create, clone, and merge objects. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Introduction to Java Methods - Arguments and Parameters
In this video, we will learn about introduction to Java methods - arguments and parameters. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Java For Loop - Syntax and Puzzles
In this video, we will learn about Java for loop - syntax and puzzles. 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, while...