ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,343 results

Otavio Santana
Lombok vs. Java Record: A Comparative Analysis

Join us in this enlightening YouTube video as we dive deep into the world of Java development. Discover the key distinctions ...

6:10
Lombok vs. Java Record: A Comparative Analysis

673 views

2 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,736 views

3 years ago

Otavio Santana
Java Records Advanced Tips: Compact Constructors, Getter Method Overwriting methods

Discover powerful advanced tips for utilizing Java records effectively. Learn how to leverage compact constructors and ensure ...

5:34
Java Records Advanced Tips: Compact Constructors, Getter Method Overwriting methods

614 views

2 years ago

Carlos Chacin
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

Can you really Master AWS Lambda with Java 17 in 2 Mins? This video shares THE key insight or trick that will make you feel ...

2:00
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

964 views

2 years ago

Otavio Santana
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

In this informative Java tutorial, discover why using boolean parameters in your methods can lead to hard-to-read and maintain ...

6:37
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

611 views

2 years ago

Otavio Santana
The four ways to use Java Record

shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...

0:54
The four ways to use Java Record

357 views

2 years ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

23,488 views

1 year ago

Otavio Santana
Introduction to Ultrafast Java application with Microstream

Learning on this video about Java and Microstream, an easy way to create ultrafast applications. Handling the persistence layer is ...

19:58
Introduction to Ultrafast Java application with Microstream

651 views

3 years ago

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,111 views

3 years ago

Otavio Santana
Unlocking Performance: Exploring Java 21 Virtual Threads

In this Java 21 tutorial, we delve into the world of virtual threads, a game-changer for developers. Learn how virtual threads differ ...

9:53
Unlocking Performance: Exploring Java 21 Virtual Threads

1,412 views

2 years ago

Carlos Chacin
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

Master AWS Lambda with Java 17 in 2 Mins! En este video, te mostraremos cómo configurar AWS Lambda con Java 17 en solo 2 ...

1:58
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

727 views

2 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

If you might be familiar with the release cadence on Java and the latest LTS version, Java 17, you can explore the record feature ...

32:04
Java Record, exploring the feature beyond the DTO

1,448 views

2 years ago

Samir Paul
Java Interfaces: The Implementation Perspective

ADSB 05_03.

7:13
Java Interfaces: The Implementation Perspective

827 views

10 years ago

Chrome for Developers
Compiling for the Web with WebAssembly (Google I/O '17)

WebAssembly is a fast, portable, compact, cross-browser binary format for compilation to the Web. It allows new types of ...

35:59
Compiling for the Web with WebAssembly (Google I/O '17)

62,135 views

8 years ago

OmniFish News
OmniFish Helps GlassFish - Improvements in Large Steps

GlassFish 7.0.1 is the best GlassFish version in last ten years! * Supported by OmniFish and other companies * First Jakarta EE 10 ...

13:37
OmniFish Helps GlassFish - Improvements in Large Steps

290 views

2 years ago

J David Eisenberg
Chapter 1: Java Programming Style

What's the “correct“ way to indent? Where should you put braces in your code? All of this is part of a Java programming style ...

1:38
Chapter 1: Java Programming Style

1,801 views

6 years ago

piggi0
Day 18 of explaining every #minecraft #redstone item | #Calibrated Sculk Sensor #shorts #tutorial

minecraft #sculksensor #calibrated #traps #chicken #killerstatus #redstone #farming #mechanism #tutorial #gaming ...

0:33
Day 18 of explaining every #minecraft #redstone item | #Calibrated Sculk Sensor #shorts #tutorial

32,934 views

2 years ago

J David Eisenberg
Chapter 2: Data Type Conversion in Java

You can use a *cast* to take an integer variable and ask Java to treat it as a double (and vice versa). This video gives you the ...

6:04
Chapter 2: Data Type Conversion in Java

224 views

5 years ago

Otavio Santana
Introduction to CDI Decorator and Interceptor

Composite over inheritance is an OOP design principle we've followed for several years. Like me, you might have seen it in the ...

17:21
Introduction to CDI Decorator and Interceptor

466 views

3 years ago

Otavio Santana
What is Java Record Compact Constructor?

shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...

0:43
What is Java Record Compact Constructor?

341 views

2 years ago