Instructional Video5:56
Curated Video

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

Higher Ed
In this lesson, we invoke the Workbooks.Add method to create a new workbook from scratch. We also pass it an optional Template argument to make a copy of an existing workbook. This clip is from the chapter "Object Deep Dive" of the...
Instructional Video0:23
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Abstract Classes and Interfaces"

Higher Ed
The author provides an overview of the course. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video18:39
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Hello React

Higher Ed
In this video you'll take your first look at JSX (JavaScript XML). It's a JavaScript language extension used by React. This clip is from the chapter "Hello React" of the series "The Complete React Developer Course (with Hooks and...
Instructional Video12:36
Curated Video

The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: Arrow Functions

Higher Ed
In this video you'll learn about ES6 Arrow Functions. This is a new way to create functions in ES6 and comes with an improved syntax. This clip is from the chapter "Hello React" of the series "The Complete React Developer Course (with...
Instructional Video8:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Introduction to Variables in Java

Higher Ed
This video talks about variables in Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video13:30
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Embedding Backdoor in Image Part 1

Higher Ed
In this video, you'll learn how to embed backdoor techniques in an image. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Instructional Video7:34
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Modifying HTML Code with XSS

Higher Ed
In this video, you'll learn to modify your HTML code with XSS. This clip is from the chapter "Web Application Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video13:25
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Identifying Xpath and CSS

Higher Ed
This video explains Xpath and CSS. This clip is from the chapter "Different Types of Locators in WebDriver API with Examples" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains how to use...
Instructional Video3:22
Curated Video

Mastering Spring Framework Fundamentals - Understanding Pointcuts and Joinpoints

Higher Ed
This video demonstrates how to use the for-in and instanceof classes. This clip is from the chapter "Classes" of the series "TypeScript for Beginners".This section introduces you to classes and explains how to use them.
Instructional Video2:18
Curated Video

TypeScript for Beginners - For-In Loop

Higher Ed
This video demonstrates how to use the for-in loop. This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
Instructional Video2:14
Curated Video

TypeScript for Beginners - Import Aliasing and Alternate Export Syntax

Higher Ed
This video highlights the syntax of alternate export and explains import aliasing. This clip is from the chapter "Modules" of the series "TypeScript for Beginners".This section introduces you to modules and explains how to use them.
Instructional Video1:50
IDG TECHtalk

How to use the look command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the look command. It allows you to easily pick out lines that begin with a given string from a file that you specify. The look command only matches beginnings of lines and doesn’t work with wild cards....
Instructional Video7:00
Curated Video

Excel VBA Programming The Complete Guide - The Range.Rows and Range.Columns Properties

Higher Ed
In this lesson, we explore the Rows and Columns properties, which are available on both the top-level Application object and a specific Range. The two can be used to target complete rows or columns, within the spreadsheet or within a...
Instructional Video7:06
Curated Video

Excel VBA Programming The Complete Guide - The OnError and GoTo Keywords

Higher Ed
The On Error Go To keywords redirect the pathway of a procedure to a specially designated section. In this lesson, we set up an example and discuss why the Exit Sub keywords have to be used to avoid running into the code automatically....
Instructional Video9:31
Curated Video

Excel VBA Programming The Complete Guide - VBA Functions, Part I

Higher Ed
The VBA object includes many helper methods to assist the developer with common utility operations. In this lesson, we explore the LCase, UCase, Len, Trim, and InStr methods for working with strings. This clip is from the chapter...
Instructional Video11:19
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Default Exports

Higher Ed
In this video you'll explore another way you can export something from a module. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Instructional Video12:21
Curated Video

The Modern JavaScript Bootcamp (2019) - Arrow Functions: Part I

Higher Ed
In this video, you’re going to learn about arrow functions. You’ll learn what they are and how they differ from the functions we’ve created so far. This clip is from the chapter "Expanding Our JavaScript Knowledge" of the series "The...
Instructional Video4:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to If Else Statement

Higher Ed
In this video, we will learn about if else statement. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if else...
Instructional Video15:01
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Inheritance Concepts with Examples

Higher Ed
This video explains the concept of inheritance with an example. This clip is from the chapter "Understanding Object-Oriented Principles of Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Instructional Video9:55
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - if-else' Condition in Python

Higher Ed
This video explains the "if-else" condition. This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow control in Python.
Instructional Video5:40
Curated Video

TypeScript for Beginners - If-Else Ladder

Higher Ed
This video demonstrates how to use the if-else ladder. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains how to use them.
Instructional Video1:47
Curated Video

TypeScript for Beginners - Default Exports

Higher Ed
This video demonstrates how to work with default exports. This clip is from the chapter "Modules" of the series "TypeScript for Beginners".This section introduces you to modules and explains how to use them.
Instructional Video10:19
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - JavaScript Object Notation (JSON) Search In-Depth

Higher Ed
This video explains how to search with Elasticsearch using JSON Search In-Depth. This clip is from the chapter "Searching with Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...
Instructional Video9:39
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Troubleshooting Issues Ansible

Higher Ed
This video demonstrates how to troubleshoot issues in Ansible. This clip is from the chapter "Other Ansible Resources and Areas" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section presents some other...