Instructional Video10:36
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Monitoring Test Execution Videos and Screenshots through Cypress Dashboard

Higher Ed
This video explains monitoring test execution. This clip is from the chapter "Cypress Framework Part 4- Dashboard Feature with Video Recording and Screenshots" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video19:44
Curated Video

Bash Shell Scripting- Scope of the Variables (Global and Local Variables), Returning a variable value

Higher Ed
This video shows how to define a scope of a variable and return its value. This clip is from the chapter "Functions" of the series "Complete Bash Shell Scripting".This section explains functions in detail.
Instructional Video2:43
Curated Video

The Pentadactyl Limb: Evidence of Evolution and Adaptation

Higher Ed
The video explains the concept of the pentadactyl limb, which is a limb with five digits, found in all four-limbed vertebrates. The video provides examples of how the pentadactyl limb has been adapted to suit different uses in various...
Instructional Video5:48
Instructional Video1:50
The Business Professor

Modifying a Contract

Higher Ed
Modifying a Contract
Instructional Video4:53
Curated Video

Creational Design Patterns in Modern C++ - Cloning Example

Higher Ed
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,...
Instructional Video2:34
Curated Video

Core Java Programming Course- Iterating on Maps

Higher Ed
This video explains how to iterate on maps. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Instructional Video5:55
Curated Video

Learning Scala Web Development (Video 20)

Higher Ed
The Scala programming language has gained a lot of traction in the last couple of years because of its functional orientation and conciseness. The industry has a strong interest in using Scala in modern production systems, and as such,...
Instructional Video3:01
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Resolving a Merge Conflict in Terminal

Higher Ed
This video explains the process of resolving a merge conflict in Terminal. This clip is from the chapter "Merging Branches" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the need for...
Instructional Video6:06
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring Visual Studio Code

Higher Ed
This video explores Visual Studio Code. This clip is from the chapter "Cloning, Exploring, and Modifying Public Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains unpacking Git...
Instructional Video6:18
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Most Common Git Operations

Higher Ed
This video explains the most common Git operations. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git operations. It...
Instructional Video6:00
Curated Video

Learning Scala Web Development (Video 21)

Higher Ed
The Scala programming language has gained a lot of traction in the last couple of years because of its functional orientation and conciseness. The industry has a strong interest in using Scala in modern production systems, and as such,...
Instructional Video6:49
Packt

Examples on Handling Pop-ups with Modified WebDriver Uniform Resource Locator (URL)

Higher Ed
This video presents examples on handling pop- ups with the modified WebDriver URL. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video3:52
Curated Video

Learn Git in 3 Hours- Committing Your Changes

Higher Ed
Once changes have been made in the repository, we will want to save those changes. To do this, we use the Git commit command. • Make and view your changes using Git diff • Save those changes to the repository using Git commit • Provide a...
Instructional Video6:06
Curated Video

Core Java Programming Course- Sorting a Line from a Text File

Higher Ed
This video demonstrates how to sort a line from a text file. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains...
Instructional Video4:46
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Verifying Selective Linting and Testing Using Lint-staged

Higher Ed
This video demonstrates how to verify selective linting and testing using lint-staged. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub...
Instructional Video4:24
Curated Video

Core Java Programming Course- Iterating over Sets

Higher Ed
This video explains how to iterate over sets. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Instructional Video5:23
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Third Commit

Higher Ed
This video explains the concept of third commit in Git. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git operations....
Instructional Video8:38
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Files Lifecycle

Higher Ed
This video explains the Git files lifecycle. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file lifecycle. It also explains the...
Instructional Video4:33
Curated Video

Core Java Programming Course- StringBuilder Class

Higher Ed
This video explains the StringBuilder class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that...
Instructional Video13:56
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git diff Command

Higher Ed
This video explains the Git diff command. This clip is from the chapter "Cloning, Exploring, and Modifying Public Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains unpacking Git...
Instructional Video5:51
Curated Video

Learn Git in 3 Hours- Tracking Files

Higher Ed
Tracking files is the process of telling a Git repository to track the changes made to those files over time. • Tell Git to track specific files • Learn the different stages that changes can be in This clip is from the chapter "Learning...
Instructional Video8:26
Curated Video

Complete Modern C++ - Copy elision and how it eliminates extra copies of temporary objects

Higher Ed
In this video, we will learn about copy elision and how it eliminates extra copies of temporary objects. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes...
Instructional Video3:41
Curated Video

Apache Maven Beginner to Guru - Example of Maven Release Error

Higher Ed
This video focuses on an example of the Maven release error. This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.