Curated Video
Creational Design Patterns in Modern C++ - Introduction - intent of patterns and their basic implementation.
This video explains the intent of patterns and their basic implementation. • Learn what patterns matching is • Explore the problems with std::visit • Comparison between std::visit and match This clip is from the chapter "Singleton" of...
Curated Video
Identifying and Sorting Triangles
In this video, students are taught how to identify and sort triangles at a shape warehouse. They learn that a triangle is a polygon with three sides and three angles.
Curated Video
Learning D3.JS 5.0 7.1: Circles in Action
In this video, we will learn what a scatter plot is and when we need it. • Understand the code • Create the SVG element • Create the circles
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()
Seven Dimensions
Overcoming Disempowerment
Marcus coaches Carol about respect after a complaint Michael has made against her. But when Michael asks Carol for feedback, she is harsh and rude, prompting another complaint. Marcus helps Michael deal with his negativity and introduces...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Example
This video explains the use of cloning. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an overview of the cloning types with an example and focuses on its classes,...
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.
Packt
Identifying Locators (id.Name.Linktext) with Developer Tools -1
This is the first part of a two-part lecture that explains how to identify locators with developer tools. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java -...
Curated Video
Identifying and Sorting Pentagons
In this video, students learn how to identify and sort pentagons at the Shape Warehouse by examining their attributes. They are taught that a polygon is a closed figure with straight sides, and a pentagon specifically has five sides and...
Packt
Identifying Objects with Text using XPATH Locators
This video explains how to identify objects with Text using XPATH locators. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
The Full Stack Web Development - Course Introduction: Introduction
Basic HTML Programming: Getting Started With HTML This clip is from the chapter "Basic HTML Programming" of the series "The Full Stack Web Development".In this section, the author briefly goes over the frontend technology like HTML at...
Curated Video
Active Directory with Windows Server 2016 - AD DS Recovery
In this critical video, examine the built-in MS utilities, Ntdsutil and Administrative Center, for recovery of the AD databases. Then walk through the restore options using a snapshot, the recycle bin, and an authoritative restore. This...
Curated Video
Drawing a Cube: Examining Attributes
In this video, students are taught how to draw a cube by examining its attributes. They learn that a cube is a 3-dimensional shape with 12 edges, 6 faces, and 8 vertices. Through a step-by-step process, they understand how to construct a...
Fun Robotics
Types of Recommenders
Explains the difference between content-based and collaborative filtering recommenders.
Packt
Generating Customized XPath from HTML Attributes
This video demonstrates how to generate a customized XPath from HTML attributes. 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...
Curated Video
Recognizing Attributes and Shapes
In this video, students will learn how to recognize attributes and shapes by comparing them. They will explore the concept of quadrilaterals and identify shapes that have four sides. They will also learn about parallel sides and how to...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Forms - Part 2
HTML Crash Course: Forms - Part 2 This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so on.
Curated Video
Advanced Swift 2 Application Development (Video 12)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
IDG TECHtalk
Using Python object properties to write smarter and more concise code
Everything in Python is an object. Learn how object properties -- which are actually just Python dictionaries under the hood -- can be leveraged to make your code smarter, more concise, and less riddled with boilerplate.
Curated Video
Creational Design Patterns in Modern C++ - Monostate Pattern
This video explains the monostate pattern and demonstrates how to implement it. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Recursively List and Filter All Files and Folders in Directory
In this session, we will learn about recursively list and filter all files and folders in directory. This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Curated Video
Complete Modern C++ - std::hash (C++11)
This video demonstrates how to write a custom hash function and equality function object for unordered containers. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 06 - More about XML Schema Definition and Implementing XSD Best Practices
SOAP Web Services with Spring and Spring Boot: Step 06 - More about XML Schema Definition and Implementing XSD Best Practices This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web...
Packt
Generating Customized Cascading Style Sheets (CSS) from HTML Attributes
This video explains how to generate a customized CSS from HTML attributes. 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...