Packt
Java Consumer
This video explains how to create Kafka consumer in Java. 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...
Curated Video
Comprehensive Android Developer Bootcamp - Detecting Faces and Drawing a Square - Part 1
Android Machine Learning ML Kit – Face Detection:Detecting Faces and Drawing a Square - Part 1 This clip is from the chapter "Android Machine Learning ML Kit – Face Detection" of the series "The Comprehensive Android Developer...
Curated Video
Comprehensive Android Developer Bootcamp - Understanding Density in Android - DPI
Android Material Design and Themes:Understanding Density in Android - DPI This clip is from the chapter "Android Material Design and Themes" of the series "The Comprehensive Android Developer Bootcamp".This section shows how to work with...
Curated Video
Complete Java SE 8 Developer Bootcamp - String Objects
The author details the structure of string object provided by Java SE API. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
The author dives into syntax and usage of primitive data types. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Scope-Part 2
More demonstrations on how to recognize the scope of a variable. 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
Complete Java SE 8 Developer Bootcamp - Static Variables
The author introduces the syntax for assigning variables to a class and how to use them. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Curated Video
Complete Java SE 8 Developer Bootcamp - Editions and Versions
Evaluate different versions and traditions of JDK available to us. 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 features of Java...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Exceptions
Learn how to create and throw custom exceptions in your applications. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Understanding Java Versions - 10000 Feet Overview
In this session, let's focus on understanding the different Java versions. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Basics of Designing a Class - Class, Object, State, and Behavior
In this session, we will learn about basics of designing a class - class, object, state, and behavior. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In...
Packt
Java Producer
This video explains how to create Kafka producer in Java. 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...
Curated Video
Comprehensive Android Developer Bootcamp - Drawing Circles and Line on Screen
Drawing on Canvas in Android:Drawing Circles and Line on Screen This clip is from the chapter "Drawing on Canvas in Android" of the series "The Comprehensive Android Developer Bootcamp".This section shows you how to draw on the Canvas in...
Curated Video
Comprehensive Android Developer Bootcamp - Showing all Journals
Build a Journal App with Firestore:Showing all Journals This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how to build your own...
Curated Video
Comprehensive Android Developer Bootcamp - Introduction to Video and SurfaceView
Android Media – Playing Sounds and Videos:Introduction to Video and SurfaceView This clip is from the chapter "Android Media – Playing Sounds and Videos" of the series "The Comprehensive Android Developer Bootcamp".This section explains...
IDG TECHtalk
Smart Go: Introduction to the Go language
The Go language, created by folks at Google, has been with us for a decade and is the basis for many important enterprise projects such as Docker and Kubernetes. Watch a simple Go program in action to get an idea of what it's like to...
Curated Video
Core Java Programming Course- "var" Keyword
This video explains the "var" keyword. 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 features of Java 10.
Curated Video
Core Java Programming Course- What is an Exception?
This video explains the concept of exception. This clip is from the chapter "Exception Handling" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explores exception handling.
Curated Video
Complete Java SE 8 Developer Bootcamp - Passing By Value: Objects
We look into further details of passing arguments, with objects, including Strings. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by...
Curated Video
Complete Java SE 8 Developer Bootcamp - Operators: Part 2
More info on post/pre-increment operator and a discussion on the ternary operator. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Operators: Part 1
Learn the different operators available to Java, and just as important as per the order of precedence. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about...
Curated Video
Complete Java SE 8 Developer Bootcamp - Conditionals-Swtich
A switch is another syntax available when defining conditionals. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops and...
Curated Video
Complete Java SE 8 Developer Bootcamp - Conditionals-If / Else If / Else
Learn more about conditionals that allow us to write blocks of code that are executed if a certain state is true or false This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Java Memory Leaks
The author demonstrates the mismanagement of garbage collection, unintentionally causing issues. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section,...