Curated Video
Apache Maven Beginner to Guru - Maven Standard Directory Layout
This video explains the Maven standard directory layout. This clip is from the chapter "Maven Basics" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven basics, such as Maven coordinates, Maven repositories,...
Curated Video
Comprehensive Android Developer Bootcamp - Creating an Inheritance Structure
Java Inheritance:Creating an Inheritance Structure This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to create its structure....
Curated Video
Comprehensive Android Developer Bootcamp - Introduction to Fireabase
Introduction to Realtime Databases – Firebase and Firestore:Introduction to Fireabase This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The Comprehensive Android Developer...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Amazon Elastic Beanstalk
In this video, we'll learn about Amazon Elastic Beanstalk. This clip is from the chapter "AWS Compute Services" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is about AWS compute services in...
Curated Video
Core Java Programming Course- Reading a Text File Using Apache Commons IO
This video explains how to read a text file using Apache Commons IO. 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...
Packt
String Class and their Methods
This video discusses the string class and their methods. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
How to Write Global Parameters with Java Code
This video explains how to write global parameters with Java code. This clip is from the chapter "Framework Part 2 - Global Environment Variables Setup and Reusable Components" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Introduction to Jenkins
This video provides an introduction to Jenkins. This clip is from the chapter "Cypress Framework Part 5-Building npm Scripts and Integration to Jenkins" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Curated Video
Complete Java SE 8 Developer Bootcamp - Garbage Collection
Java provides with garbage collection, which helps to manage memory. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Why are Data Structures And Algorithms important?
Learn about abstract data types and how they relate to data structures. This clip is from the chapter "Data Structures And Algorithms - A Symbiotic Relationship" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this...
Curated Video
Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11
The I/O for Java is one area that is very useful but also very tricky. This video aims to give that landscape a good overview. • Slides will highlight the classes and methods to look out for • Add the capability to read a sentence from...
Packt
Cross Browser Testing Rules-Grid Program
This video provides cross browser testing rules for Grid program. This clip is from the chapter "Cross Browser Testing with Selenium Grid" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
APMonitor
Java ☕ Debugging
Because computers are so exact, they are wonderful tools when you need precise measurements and control. However, this also means that they need very precise instructions. It's easy to make a little mistake in your code and throw off...
Curated Video
Core Java Programming Course- Concept of Garbage Collector (GC) and Java 10 Update in GC
This video explains the concept of GC and its updates in Java 10. This clip is from the chapter "What's New in Java 10?" of the series "Learn How to Code: The Complete Core Java Programming Course".This section highlights the new...
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Install and Configure Apache Maven
In this video, you will be able to understand the installation steps for apache maven and be able validate successful installation of maven. This clip is from the chapter "Installation and Configuration of Software" of the series "DevOps...
Curated Video
Complete Java SE 8 Developer Bootcamp - Using Objects
The author defines how to access and set these features of an object. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack &...
Curated Video
Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)
The author shows you where you can find the Java SE 8 Javadoc, and how to use it. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Object Class
Learn about overriding Object's toString, equals, and hashCode methods. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of this pattern 1
This video highlights the pros and cons of this pattern and explains when to use it. 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...
Curated Video
Migrating to Angular 2 (Video 7)
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Packt
Troubleshooting Errors on Browser Invocation Code
This video explains how to troubleshoot errors on browser invocation code. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Selenium Project Creation with Class Files
This video explains how to create a Selenium project with class files. This clip is from the chapter "Complete Installation Guide for Java and Selenium Learning" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Intro to Kafka Programming
This video provides an introduction to Kafka programming. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn to create the...
APMonitor
Java ☕ User Input
The earliest computers used punch cards to tell the computer what kind of program to run. Nowadays, we don't use punch-card computer input anymore. In this lesson we will learn how to take input from a user using the keyboard. The...