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...
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...