Instructional Video12:06
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of Locator Identifiers in Selenium

Higher Ed
This video explains the importance of locator identifiers in Selenium. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video1:19
IDG TECHtalk

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

Higher Ed
In this Linux tip, learn how to use the autoexpect command. You can use it to build expect scripts that let you run scripts without having to provide answers interactively.
Instructional Video3:13
IDG TECHtalk

Updating Spectre, Meltdown and Foreshadow mitigations

Higher Ed
Use these Windows registry key changes and fixes to protect your systems from known side channel vulnerabilities.
Instructional Video4:02
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - [Exercise] Importing Data with a Script

Higher Ed
This video presents an exercise on importing data into your index. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section...
Instructional Video4:09
Curated Video

The Complete Practical Docker Guide - What is Entry Point and Where is it Located

Higher Ed
This video explains about the entry point and its location as well. This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running MongoDB containers.
Instructional Video8:23
Curated Video

The Complete Practical Docker Guide - Creating Executable Script

Higher Ed
This video explains how to create executable script. This clip is from the chapter "Executable Files and Scripting in Linux" of the series "The Complete Practical Docker Guide".This section focuses on executable files and scripting in...
Instructional Video2:56
Curated Video

The Complete Practical Docker Guide - SOLUTION - Script with Environment Variables Access

Higher Ed
This video focuses on the script with environment variables access. This clip is from the chapter "Environment Variables in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the environment variables in...
Instructional Video8:15
Curated Video

The Modern JavaScript Bootcamp (2019) - JavaScript in the Browser

Higher Ed
In this video, you’re going to run JavaScript in the browser. You’ll learn how to connect your script with your HTML, so your script runs when the pages load. This will allow you to create dynamic web apps as opposed to static websites....
Instructional Video10:53
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Reflected Cross-Site Scripting (XSS)

Higher Ed
In this video, you'll learn what reflected XSS is and how to use it. 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...
Instructional Video3:55
Curated Video

Node.js API Masterclass with Express and MongoDB - Installing Nodemon

Higher Ed
HTTP Intro - Headers, Body, Status Codes, etc: Installing Nodemon This clip is from the chapter "HTTP Intro - Headers, Body, Status Codes, etc" of the series "Node.js API Masterclass with Express and MongoDB".This section is about Http &...
Instructional Video4:35
Curated Video

Practical Linux Command Line 2.0 - Linux Terminal Shortcuts

Higher Ed
This video demonstrates the Linux terminal shortcuts. This clip is from the chapter "Become More Productive with the Command Line" of the series "Practical Linux Command Line 2.0".This section helps you to focus and become more...
Instructional Video4:38
Curated Video

Practical Linux Command Line 2.0 - Find a Specific File by Name (find)

Higher Ed
This video explains how to find a specific file by name (find). This clip is from the chapter "Become More Productive with the Command Line" of the series "Practical Linux Command Line 2.0".This section helps you to focus and become more...
Instructional Video5:57
Curated Video

Practical Linux Command Line 2.0 - Create and Execute a Bash File

Higher Ed
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.
Instructional Video9:03
Curated Video

Practical Linux Command Line 2.0 - Make a Program Start on Boot with Systemd

Higher Ed
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.
Instructional Video8:16
Curated Video

Google Apps Script - Exercise Coding Projects - Add Date to Google Doc at Cursor Document Apps Script Example

Higher Ed
This video explains an example on how to add date to Google Doc at cursor Document Apps Script. This clip is from the chapter "DocumentApp Bound Script Coding Projects" of the series "Google Apps Script - Exercise Coding Projects".This...
Instructional Video20:34
Curated Video

Google Apps Script - Exercise Coding Projects - How to Get Data from Your Spreadsheet and Use It Within Your Code with Script

Higher Ed
This video explains how to get data from your spreadsheet and use it within your code with a script. This clip is from the chapter "How to Do Amazing Things with Google Apps Script - Power Up Your Apps Script Code" of the series "Google...
Instructional Video18:51
Curated Video

Probability Statistics - The Foundations of Machine Learning - Code Environment Setup and Python Crash Course

Higher Ed
In this video, we will first set up the code environment and then have a quick Python crash course. This clip is from the chapter "Diving in with Code" of the series "Probability / Statistics - The Foundations of Machine Learning".In...
Instructional Video3:24
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Connect Python with Snowflake in Your Local Machine

Higher Ed
This is a lab video that helps you connect Python with Snowflake in your local machine. This clip is from the chapter "Snowflake with Python, Spark, and Airflow on AWS" of the series "Snowflake - Build and Architect Data Pipelines Using...
Instructional Video2:03
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Introduction to AWS Glue

Higher Ed
This video provides an introduction to AWS Glue. This clip is from the chapter "Snowflake with Python, Spark, and Airflow on AWS" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on Snowflake...
Instructional Video7:35
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Threading Module

Higher Ed
You will learn how to implement threading in Python. This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on joining multiple lines...
Instructional Video8:17
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Rigging-up The Prankster

Higher Ed
In the previous lesson, we created an application called Prankster; in this video, we will look at how we can rig or automate using a patch or a script file. This clip is from the chapter "Project: Prankster" of the series "The Ultimate...
Instructional Video15:46
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of JavaScript Executor

Higher Ed
This video discusses the importance of the JavaScript executor. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video14:52
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Adding Tests to Suite in Framework Guidelines

Higher Ed
This video explains how to add tests to a suite in the framework guidelines. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:55
Curated Video

AWS Cloud Formation Basics - Why do We Need CloudFormation and What is AWS CloudFormation

Higher Ed
This video explains why do we need CloudFormation and what is AWS CloudFormation. This clip is from the chapter "AWS Cloud Formation Basics" of the series "AWS Cloud Formation Basics".In this section, the author introduces you to AWS...