ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

86,444 results

Carlos Chacin
🛑️ Stop Eager Initialization! Java 25 Stable Values Explained

Java 25's Stable Values (JEP 502) solve a critical performance problem: slow application startup caused by eager initialization.

10:09
🛑️ Stop Eager Initialization! Java 25 Stable Values Explained

132 views

3 months ago

Bulgarian Java User Group
Exploring the Java Class File API, Rafael Winterhalter

The Java Class File API marks a significant advancement in bytecode manipulation, offering a modern and streamlined approach ...

47:19
Exploring the Java Class File API, Rafael Winterhalter

129 views

7 months ago

Xxtractz | Musa_
Coffee Session Ep 03 : Why Java in South Africa! | Salary | Saturation

Desk Setup upgrade https://www.youtube.com/watch?v=PdraHIsvjTA Grab a cup of coffee, whether it's filtered or instant, and join ...

7:26
Coffee Session Ep 03 : Why Java in South Africa! | Salary | Saturation

2,145 views

11 months ago

Cave of Programming
Java: Creating and Training a Neural Network

A video on using the open source Deeplearning4j API to create and train a simple neural network in Java. If you're interested in a ...

21:19
Java: Creating and Training a Neural Network

1,911 views

9 months ago

Otavio Santana
Why Jakarta EE Still Matters for Modern Java Developers

When we talk about Jakarta EE, we are talking about the Java powers mission-critical systems across banking, telecom, and ...

7:11
Why Jakarta EE Still Matters for Modern Java Developers

626 views

7 months ago

Adriens
How To Get A World Edit Axe In Java

describe the video here and add some keywords too) (repeat title here) ▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭ Stalk ...

0:42
How To Get A World Edit Axe In Java

6,802 views

2 months ago

Edgars Garsneks
DIY Dependency Injection  - Java Reflection API #7

Time to implement our own basic reflection based dependency injection framework, that would scan classpath for components, ...

26:00
DIY Dependency Injection - Java Reflection API #7

159 views

8 months ago

Adriens
How to Turn On Voice Chat in Minecraft Java Edition

Want to talk to your friends directly in Minecraft Java Edition without using Discord or external apps? In this video, I'll show you ...

1:41
How to Turn On Voice Chat in Minecraft Java Edition

18,534 views

3 months ago

Brogan M. Pratt
How I Build Flawless Autonomous Routines (Learn Java For FTC Robotics)

Learn the fundamentals of state machines to write cleaner, more reliable, and easier-to-debug code for your FTC robot. ⤵️ Why ...

17:59
How I Build Flawless Autonomous Routines (Learn Java For FTC Robotics)

4,059 views

4 months ago

Vaadin
Creating a perfect container image for a Java app

What would a perfect container image for your Java application be? Miniature, airtight secure, starting fast, memory lean, or all ...

1:31:25
Creating a perfect container image for a Java app

981 views

Streamed 6 days ago

Brogan M. Pratt
Learn Java for Robotics: Your First Program (FTC)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

23:41
Learn Java for Robotics: Your First Program (FTC)

9,472 views

6 months ago

SBros
The Only PvP Guide You’ll Ever Need

Tired of getting destroyed in Minecraft PvP? This is THE Minecraft PvP guide that will actually make you better! ⏱️Full Guide ...

11:04
The Only PvP Guide You’ll Ever Need

391,417 views

5 months ago

Brogan M. Pratt
How to Tune PIDF for PedroPathing (Learn Java for FTC Robotics)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

39:58
How to Tune PIDF for PedroPathing (Learn Java for FTC Robotics)

10,356 views

2 months ago

Brogan M. Pratt
How To Program Drivetrains: Mecanum Drive (Learn Java For FTC Robotics)

Program a field-oriented mecanum drive for your FTC robot in Java with this beginner-friendly tutorial. ⤵️ Why Watch?

25:55
How To Program Drivetrains: Mecanum Drive (Learn Java For FTC Robotics)

4,784 views

4 months ago

Coding wala Shree
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

Java Stream API Terminal Operations Explained In this video, we explore 5 powerful terminal operations in the Java Stream API: ...

21:54
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

93 views

7 months ago

Carlos Chacin
🛑️ Stop Using Try-Catch: Java 25 Pattern Matching for Errors

Stop Using Try-Catch: Java 25 Pattern Matching for Errors Stop throwing exceptions in Java and start treating errors as data!

34:21
🛑️ Stop Using Try-Catch: Java 25 Pattern Matching for Errors

191 views

3 months ago

Ingo Kegel
Profiling Java Applications in VS Code with JProfiler

JProfiler now integrates directly into VS Code, bringing the powerful profiling tool into your everyday development workflow. In this ...

4:51
Profiling Java Applications in VS Code with JProfiler

917 views

9 months ago

Brogan M. Pratt
How to Program Servos (Learn Java For FTC)

Learn the complete process of wiring, configuring, and programming both positional and continuous servos in Java for your FTC ...

14:05
How to Program Servos (Learn Java For FTC)

2,765 views

5 months ago

Brogan M. Pratt
Programming DC Motors (Learn Java For FTC Robotics)

How to program DC motors in Java for FTC, taking you from basic wiring to sensor and gamepad control in under 30 minutes.

24:17
Programming DC Motors (Learn Java For FTC Robotics)

3,926 views

5 months ago

Brogan M. Pratt
I Wish I Knew This When I Started (Learn Java For FTC)

Learn the single most important concept in Java—classes and methods—to write cleaner, more powerful, and reusable code for ...

32:40
I Wish I Knew This When I Started (Learn Java For FTC)

2,112 views

5 months ago

Poggy
Better on Java - Official Mod Trailer

With a heavy heart, we want to share some difficult news: After two incredible years, we are officially bringing Better on Bedrock to ...

1:28
Better on Java - Official Mod Trailer

24,522 views

9 months ago

Brogan M. Pratt
FTC Android Studio Setup (Learn Java for FTC Robotics)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

18:14
FTC Android Studio Setup (Learn Java for FTC Robotics)

19,120 views

6 months ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

929 views

7 months ago

PCraft
Minecraft Java 1.21+ Tutorial | Fully Automatic Cobblestone Farm – 70,000 Per Hour!

In this tutorial, I'll show you how to build a Fully Automatic Cobblestone Farm in Minecraft Java 1.21+ that produces up to 70000 ...

10:48
Minecraft Java 1.21+ Tutorial | Fully Automatic Cobblestone Farm – 70,000 Per Hour!

1,373 views

2 months ago

PCraft
Minecraft Java 1.21+ Tutorial | Automatic Bonemeal Farm – 2,040/h | Compact & Easy Build

In this tutorial, I'll show you how to build a Fully Automatic Bonemeal Farm in Minecraft 1.21+ that produces up to 2040 bonemeal ...

17:49
Minecraft Java 1.21+ Tutorial | Automatic Bonemeal Farm – 2,040/h | Compact & Easy Build

2,173 views

2 months ago