Instructional Video4:29
Curated Video

Apache Maven Beginner to Guru - Maven Standard Directory Layout

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

Comprehensive Android Developer Bootcamp - Creating an Inheritance Structure

Higher Ed
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....
Instructional Video3:59
Curated Video

Comprehensive Android Developer Bootcamp - Introduction to Fireabase

Higher Ed
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...
Instructional Video6:26
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- Amazon Elastic Beanstalk

Higher Ed
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...
Instructional Video7:47
Curated Video

Core Java Programming Course- Reading a Text File Using Apache Commons IO

Higher Ed
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...
Instructional Video12:27
Packt

String Class and their Methods

Higher Ed
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...
Instructional Video11:29
Packt

How to Write Global Parameters with Java Code

Higher Ed
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...
Instructional Video4:11
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Introduction to Jenkins

Higher Ed
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...
Instructional Video5:54
Curated Video

Complete Java SE 8 Developer Bootcamp - Garbage Collection

Higher Ed
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...
Instructional Video15:05
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Why are Data Structures And Algorithms important?

Higher Ed
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...
Instructional Video5:21
Curated Video

Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11

Higher Ed
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...
Instructional Video7:56
Packt

Cross Browser Testing Rules-Grid Program

Higher Ed
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...
Instructional Video11:34
APMonitor

Java ☕ Debugging

10th - Higher Ed
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...
Instructional Video1:50
Curated Video

Core Java Programming Course- Concept of Garbage Collector (GC) and Java 10 Update in GC

Higher Ed
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...
Instructional Video6:10
Curated Video

DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Install and Configure Apache Maven

Higher Ed
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...
Instructional Video15:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Using Objects

Higher Ed
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 &...
Instructional Video3:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)

Higher Ed
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...
Instructional Video11:40
Curated Video

Complete Java SE 8 Developer Bootcamp - The Object Class

Higher Ed
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...
Instructional Video6:07
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of this pattern 1

Higher Ed
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...
Instructional Video4:04
Curated Video

Migrating to Angular 2 (Video 7)

Higher Ed
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,...
Instructional Video5:03
Packt

Troubleshooting Errors on Browser Invocation Code

Higher Ed
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...
Instructional Video7:39
Packt

Selenium Project Creation with Class Files

Higher Ed
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...
Instructional Video0:25
Packt

Intro to Kafka Programming

Higher Ed
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...
Instructional Video12:36
APMonitor

Java ☕ User Input

10th - Higher Ed
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...