Curated Video
Five attributes in ISO 27002
In this video, we will be discussing the five key attributes outlined in ISO 27002. ISO 27002 is a globally recognized standard for information security management systems. These attributes include confidentiality, integrity,...
The Business Professor
Patent and Latent Ambiguities in a Contract
This Video Explains Patent and Latent Ambiguities in a Contract
Packt
Compare the breadth-first and depth-first search algorithms : Implementing BFS on Regular Graphs
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Implement...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Validating Attribute Properties and Their Behavior with Cypress Assertions
This video introduces you to validating attribute properties. This clip is from the chapter "Cypress Framework Part 1- Understanding Fixtures and Custom commands" of the series "Cypress - Modern Automation Testing from Scratch +...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - How to Verify and Automate Check Boxes with Cypress
This video explains how to verify and automate check boxes with Cypress. This clip is from the chapter "Handling Web Controls UI Using Cypress" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This section...
Curated Video
Exploring St Elmo's Fire
In this video, we explore the fascinating phenomenon of St Elmo's Fire, a glowing plasma that occurs during storms. We learn about its origins, which are rooted in the brave actions of a Christian saint, and delve into the science behind...
Packt
Removing & Replacing Elements
DOM Manipulation & Events: Removing & Replacing Elements This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the document...
Packt
Identifying XPath with Parent Child Traverse Relationship
This video explains how to identify XPath with Parent Child Traverse relationship. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced...
Communication Coach Alex Lyon
Fundamental Attribution Error
What is the fundamental attribution error? We'll look at examples and a basic definition to make the fundamental attribution concept practical for professional settings. Fundamental Attribution Error comes from the Attribution Theory by...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Completing End-to-End Test Execution of the Business Flow
This video explains completing end-to-end test execution of the business flow. This clip is from the chapter "Cypress Framework Part 3- Configuration Properties and Environmental Variables" of the series "Cypress - Modern Automation...
Packt
Creating Elements
DOM Manipulation & Events: Creating Elements This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the document object, DOM...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Handling Child Tab with a Combination of Cypress and jQuery Commands
This video explains handling child tab with a combination of Cypress and jQuery commands. This clip is from the chapter "Advance Automation to Handling Alerts, Popups, Child Windows using Cypress-jQuery" of the series "Cypress - Modern...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Handling Child Windows Using Cypress
This video explains handling child windows using Cypress. This clip is from the chapter "Understand Limitations of Frames and Child Windows in Cypress" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Cypress Locator Strategies and How to Construct Them
This video explains Cypress locator strategies and how to construct them. This clip is from the chapter "Getting Started with Cypress Test Automation" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Curated Video
The History and Attributes of Spelt
This video provides an informative overview of the history, cultivation, and characteristics of spelt, a ancient grain that originated from the Fertile Crescent. Spelt part 1/5
Curated Video
Learning D3.JS 5.0 3.1: Creating Polygons and Polylines
In this video, we will learn how to create a polygon/polyline. • Code a polygon • Code a polyline • Understand the difference between polygon and polyline
Packt
Tricks and Tips for Identifying Objects - Interview Preparation
This video provides tricks and tips for identifying objects. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Creational Design Patterns in Modern C++ - Varying State
This video demonstrates how to remove the extra car and bus classes and simulate objects of other classes by varying the state of a few objects. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
Curated Video
Complete Python Scripting for Automation - Encapsulation
OOPS for Real Time: Encapsulation This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of a class,...
Curated Video
Describing Data Sets
In this video, students will learn how to describe a data set by using the characteristics of the quantity measured. The video covers different types of data representations such as dot plots, histograms, and tables, and explains how to...
Curated Video
Learning D3.JS 5.0 6.3: Reverse the Bar
In this video, we will continue with the optimization and also reverse the bar chart. • Add variables • Optimize the code • Revert the bar chart
Curated Video
Learning D3.JS 5.0 4.6: The classed() and style() Methods
We will learn how to add more than one class to an element. • Learn how to remove the attr() method and add the classed() method • Understand the example using the developer tools • Use the in-style method: style()
National Institute of Standards and Technology
Attribute Based Access Control
Attribute Based Access Control (ABAC) is a security mechanism that allows organizations to authorize an individual's access to networks and resources based on granular attributes, such as title, division, certificates, training, etc.
Curated Video
Create a computer network: Model Network Devices as Objects
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...