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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Arrays"
Learn more about arrays. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store information.
Curated Video
The Modern JavaScript Bootcamp (2019) - The Class Syntax
In this video, you’re going to explore the class syntax. This is a newer language feature that makes setting up our constructors and methods a bit easier. This clip is from the chapter "Advanced Objects and Functions" of the series "The...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Brute Force Attacks with Hydra
In this video, you'll learn to perform brute force attacks with the Hydra tool. This clip is from the chapter "Web Application Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - What Is Sass?
Learning Sass: What Is Sass? This clip is from the chapter "Learning Sass" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about Sass.
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Downloading Files from the Internet
This video teaches you how to securely download files from the Internet. 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
Selenium Python Automation Testing from Scratch and Frameworks - Tuple and Dictionary Data Types in Python
This section explains tuples and dictionary data types. This clip is from the chapter "Understanding Python Data Types and Variables" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section focuses on...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Finding Elements with Xpath and CSS Using ChroPath
This video demonstrates how to find elements with Xpath and CSS using ChroPath. 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...
Curated Video
REST APIs with Flask and Python - If Statements
This video explains the "if" statements used in Python. 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 Python...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Strings in Java
This video explains strings in Java. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as classes, objects, and...
Curated Video
HTML5 Hyperlinks
HTML5 Hyperlinks are used to move users from one page to another within a site or between sites on the web. In this video, Mark will teach you to make external HTML5 links, internal HTML5 links, and named anchors, which are hyperlinks...