Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Debugging Problems
This video tells you how to debug the problems. This clip is from the chapter "Before you start" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section introduces the course and includes lectures which...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - What do you Need for this Course?
This video tells you what you need for this course. This clip is from the chapter "Before you start" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section introduces the course and includes lectures which...
Packt
Explaining Function Overloading in Java with an Example
This video explains function overloading in Java with an example. 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...
APMonitor
Java ☕ If Statements
We humans can make decisions. If someone tells you to turn off the stove if the food is done. You can go check the food and then either turn it off if it's done or leave it one if not. So far we have learned programming that let's us...
Curated Video
Comprehensive Android Developer Bootcamp - Adding the Description Method to the Class
Introduction to Object Oriented Programming in Java:Adding the Description Method to the Class This clip is from the chapter "Introduction to Object Oriented Programming in Java" of the series "The Comprehensive Android Developer...
Curated Video
Comprehensive Android Developer Bootcamp - Android Fading Animation
Android Animations:Android Fading Animation This clip is from the chapter "Android Animations" of the series "The Comprehensive Android Developer Bootcamp".This section show you how to add animations to you app to make it more engaging.
Curated Video
Java 11 Programming for Beginners 3.4: Working with Many Forms of Polymorphism
Polymorphism is hard without examples, so we go through a few. • Build another bot and use it as an example for method overriding • Go through theory • Show an example for method overloading
Packt
Strategy to Access Excel Data
This video discusses the strategy to access Excel data. This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Packt
Running Test Cases in TestNG without Java Compiler
This video explains how to run test cases in TestNG without a Java compiler. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Packt
Importance of Extensible Markup Language (XML) File in TestNG Configuration
This video explains the importance of an XML file in TestNG configuration. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
APMonitor
Java ☕ Course Introduction
The course is designed to start from no programming experience and guide a self-paced learner through the basics of Python. The 12 modules are run from Eclipse or another Java Integrated Development Environment (IDE). The tutorials start...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - MacOS - Java Installation
We will install Java in this session (macOS). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give you a detailed...
Curated Video
Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java
This video demonstrates how to use the third-party jars with the command line in Java. This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java code.
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Install Jenkins Plugins
In this video, you will be able to install the plugins required for continuous integration with artificatory and GitHub. This clip is from the chapter "Continuous Integration and Continuous Deploy" of the series "DevOps with GIT(Flow)...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Conversion
Learn rules to assign one primitive value type to a different variable type and the concept of casting in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Literals
When a value is assigned to a primitive variable, the specific syntax used will determine their type. Learn these rules in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Curated Video
Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces
A marker interface has no methods, and a functional interface has only one abstract method. The latter is used with lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Understanding Iterations for Implementing Game Runner
In this lesson, you will get an overview of a simple game runner application that we will be building. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java 11 Programming for Beginners 1.4: Running Hello World
This video guides you to use the basic setup from Video 1 and Video 2 to create your first simple Java program. • Write the Hello World Code • Run Hello World in the IDE • Run Hello World from the command line
Packt
Integrating Project to Jenkins Continuous Integration (CI) Tool
This video explains how to integrate the project to Jenkins CI tool. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Comprehensive Android Developer Bootcamp - Understanding Android Activities and Life Cycle Callbacks
Understanding Android Activities and Life Cycles:Understanding Android Activities and Life Cycle Callbacks This clip is from the chapter "Understanding Android Activities and Life Cycles" of the series "The Comprehensive Android...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Java Abstract Class - First Example - Creating Recipes with Template M
In this session, we will learn about Java abstract class - first example - creating recipes with template M. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 3
Here, we use the “Car” class and also demonstrate the return feature. 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 - Initialization Blocks
We can initialize an object with initialization blocks other than constructors. 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...