Instructional Video9:09
Curated Video

Excel VBA Programming The Complete Guide - Objects as Properties

Higher Ed
It's easy to see object properties as simple, static data values -- integers, floating point numbers, or strings. However, object properties can also store other objects, complete with their own distinct properties and methods. In this...
Instructional Video11:31
Curated Video

Complete Java SE 8 Developer Bootcamp - Chaining Constructors

Higher Ed
The author takes a leap from the β€œthis” constructor to chaining constructors between super and subtypes. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new...
Instructional Video8:31
Curated Video

Active Directory with Windows Server 2016 - Group Policies

Higher Ed
Security controls and security boundaries are increasingly becoming more stringent. Fortunately, group policy tools are not only efficient but also easy to maintain. It’s through these policies that forests, domains, users, and groups...
Instructional Video15:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Maximum Element In A Minimum Heap and K Largest Elements In A Stream

Higher Ed
Let's practice heap problems! Use the heap property to find the largest element in a minimum heap and the K largest elements in a stream.
r/>
This clip is from the chapter "Heap Problems" of the series "From 0 to 1: Data...
Instructional Video17:53
Packt

Brush-Up Basic Java Concepts - 3

Higher Ed
This is the third part of a three-part lecture that helps you brush up your Java concepts.
<
br/>
This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video9:53
Packt

Practice Exercises on Tables - 1

Higher Ed
This video presents the first part of practice exercises on tables.
<
br/>
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...
Instructional Video12:27
Curated Video

Implement different search algorithms : BST - Deleting nodes with 2 children

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.<b<br/>r/>

Delete scenario 3 - deleting nodes with both left and right child nodes
Instructional Video10:35
Curated Video

Apache Maven Beginner to Guru - Creating a Project Module for Entities

Higher Ed
This video explains how to create a project module for entities.
r/>
This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module...
Instructional Video2:03
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - HTML Elements Tree

Higher Ed
CSS Basics: HTML Elements Tree<br/<br/>>

This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
Instructional Video4:39
Curated Video

Active Directory with Windows Server 2016 - Deploying New AD Domains

Higher Ed
Walk through the deployment phase of adding a domain using the configuration wizard, and examine the considerations and processes involved.
r/>
This clip is from the chapter "Managing and Maintaining AD DS" of the series...
Instructional Video6:34
Brian McLogan

Learn how to solve and graph an AND compound inequality by solving separately

12th - Higher Ed
πŸ‘‰ Learn how to solve and graph compound linear inequalities. A compound inequality is an inequality having more than 1 inequality sign. To solve compound inequalities, we use inverse operations, applying the inverse operation to each...
Instructional Video17:03
Packt

Generic Method to Handle Calendar with Month and Date

Higher Ed
This video presents the generic method to handle the calendar with month and date.
<
br/>
This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video11:19
Packt

Difference Between Relative and Absolute XPath

Higher Ed
This video explains the differences between relative and absolute XPath.
<
br/>
This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video16:43
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Building Logic to Automate HTML Web Tables

Higher Ed
This video demonstrates how to build logic to automate HTML web tables.
r/>
This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Instructional Video3:53
Packt

How Different is Function Overriding from Overloading? Explain

Higher Ed
This video explains the difference between function overriding and overloading.
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with...
Instructional Video7:00
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Data Modeling and Parent/Child Relationships - Part 2

Higher Ed
This is the second part of the two-part video that explains data modeling and parent/child relationships in mapping and indexing data.
r/>
This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7...
Instructional Video11:49
Packt

How to Identify Siblings and Traverse Back to Parent Nodes with XPATH?

Higher Ed
This video explains how to identify siblings and traverse back to parent nodes with XPATH.
<
br/>
This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java -...
Instructional Video13:46
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Techniques to Handle Child Windows/Tabs with Selenium

Higher Ed
This video demonstrates how to handle child windows and tabs with Selenium.
r/>
This clip is from the chapter "Handling Advanced User Interactions and Child Windows" of the series "Selenium Python Automation Testing from...
Instructional Video4:51
Curated Video

Animal Essential Functions

K - 8th
This live-action video program is about the term "animal essential functions". The program is designed to reinforce and support a student's comprehension and retention of the term "animal essential functions" through use of video...
Instructional Video7:16
Curated Video

Made For Me

Pre-K - 3rd
Of all the children that ever could be, you are the one made just for me. From a child's first uttered "Dada" to his de ella or her de ella first unsteady steps de ella, nothing can adequately convey the joy and awe of watching the birth...
Instructional Video3:23
Curated Video

Apache Maven Beginner to Guru - Creating a Parent Project

Higher Ed
This video demonstrates how to create a parent project.<br/<br/>>

This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module projects.
Instructional Video6:00
Curated Video

Learning Akka (Video 9)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Instructional Video4:51
Curated Video

Core Java Programming Course- Super Class Constructor

Higher Ed
This video explains the super class constructor.
r/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and...
Instructional Video10:01
Packt

Window Handle Concepts - Real Time Example

Higher Ed
This video presents a real-time example related to window-handling concepts.
<
br/>
This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics...