Curated Video
Excel VBA Programming The Complete Guide - The Workbooks.Add Method
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Abstract Classes and Interfaces"
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.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Hello React
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: Arrow Functions
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - Introduction to Variables in Java
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Embedding Backdoor in Image Part 1
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Modifying HTML Code with XSS
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Identifying Xpath and CSS
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...
Curated Video
Mastering Spring Framework Fundamentals - Understanding Pointcuts and Joinpoints
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.
Curated Video
TypeScript for Beginners - For-In Loop
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.
Curated Video
TypeScript for Beginners - Import Aliasing and Alternate Export Syntax
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.
IDG TECHtalk
How to use the look command: 2-Minute Linux Tips
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....
Curated Video
Excel VBA Programming The Complete Guide - The Range.Rows and Range.Columns Properties
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...
Curated Video
Excel VBA Programming The Complete Guide - The OnError and GoTo Keywords
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....
Curated Video
Excel VBA Programming The Complete Guide - VBA Functions, Part I
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Default Exports
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.
Curated Video
The Modern JavaScript Bootcamp (2019) - Arrow Functions: Part I
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to If Else Statement
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Inheritance Concepts with Examples
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - if-else' Condition in Python
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.
Curated Video
TypeScript for Beginners - If-Else Ladder
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.
Curated Video
TypeScript for Beginners - Default Exports
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.
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - JavaScript Object Notation (JSON) Search In-Depth
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...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Troubleshooting Issues Ansible
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...