Instructional Video11:50
Packt

Java Consumer

Higher Ed
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...
Instructional Video17:35
Curated Video

Comprehensive Android Developer Bootcamp - Detecting Faces and Drawing a Square - Part 1

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

Comprehensive Android Developer Bootcamp - Understanding Density in Android - DPI

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

Complete Java SE 8 Developer Bootcamp - String Objects

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

Complete Java SE 8 Developer Bootcamp - Primitive Data Types

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

Complete Java SE 8 Developer Bootcamp - Scope-Part 2

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

Complete Java SE 8 Developer Bootcamp - Static Variables

Higher Ed
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...
Instructional Video8:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Editions and Versions

Higher Ed
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...
Instructional Video2:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Exceptions

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

Java Programming for Complete Beginners - Java 16 - Step 01 - Understanding Java Versions - 10000 Feet Overview

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

Java Programming for Complete Beginners - Java 16 - Step 01 - Basics of Designing a Class - Class, Object, State, and Behavior

Higher Ed
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...
Instructional Video10:49
Packt

Java Producer

Higher Ed
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...
Instructional Video16:15
Curated Video

Comprehensive Android Developer Bootcamp - Drawing Circles and Line on Screen

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

Comprehensive Android Developer Bootcamp - Showing all Journals

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

Comprehensive Android Developer Bootcamp - Introduction to Video and SurfaceView

Higher Ed
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...
Instructional Video2:18
IDG TECHtalk

Smart Go: Introduction to the Go language

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

Core Java Programming Course- "var" Keyword

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

Core Java Programming Course- What is an Exception?

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

Complete Java SE 8 Developer Bootcamp - Passing By Value: Objects

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

Complete Java SE 8 Developer Bootcamp - Operators: Part 2

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

Complete Java SE 8 Developer Bootcamp - Operators: Part 1

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

Complete Java SE 8 Developer Bootcamp - Conditionals-Swtich

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

Complete Java SE 8 Developer Bootcamp - Conditionals-If / Else If / Else

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

Complete Java SE 8 Developer Bootcamp - Java Memory Leaks

Higher Ed
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,...