Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Monitoring Test Execution Videos and Screenshots through Cypress Dashboard
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 +...
Curated Video
Bash Shell Scripting- Scope of the Variables (Global and Local Variables), Returning a variable value
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.
Curated Video
The Pentadactyl Limb: Evidence of Evolution and Adaptation
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...
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,...
Curated Video
Core Java Programming Course- Iterating on Maps
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.
Curated Video
Learning Scala Web Development (Video 20)
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,...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Resolving a Merge Conflict in Terminal
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring Visual Studio Code
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Most Common Git Operations
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...
Curated Video
Learning Scala Web Development (Video 21)
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,...
Packt
Examples on Handling Pop-ups with Modified WebDriver Uniform Resource Locator (URL)
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...
Curated Video
Learn Git in 3 Hours- Committing Your Changes
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...
Curated Video
Core Java Programming Course- Sorting a Line from a Text File
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Verifying Selective Linting and Testing Using Lint-staged
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...
Curated Video
Core Java Programming Course- Iterating over Sets
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.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Third Commit
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....
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Files Lifecycle
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...
Curated Video
Core Java Programming Course- StringBuilder Class
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git diff Command
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...
Curated Video
Learn Git in 3 Hours- Tracking Files
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...
Curated Video
Complete Modern C++ - Copy elision and how it eliminates extra copies of temporary objects
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...
Curated Video
Apache Maven Beginner to Guru - Example of Maven Release Error
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.