ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

160 results

Toronto Java Users Group
2025-09 Simpler Java build tools with Object Oriented Programming

Presented by: Haoyi Li The Java language is known to be performant, easy to use, and with great IDE support, but Java build tools ...

1:13:00
2025-09 Simpler Java build tools with Object Oriented Programming

89 views

3 months ago

Vu Hung Nguyen (Hưng)
🐍 JavaFX Snake Game | Complete Game Development Tutorial #java #javafx #gamedevelopment

JavaFX Snake Game | Complete Game Development Tutorial In this comprehensive showcase, I'll demonstrate the complete ...

0:54
🐍 JavaFX Snake Game | Complete Game Development Tutorial #java #javafx #gamedevelopment

33 views

3 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

486,749 views

9 months ago

Coding Pills
Java OOPs Project - ATM Machine in Java using Class and Objects

ATM Machine Program in Java | Real-World Example of Java Methods In this video, we build an ATM Machine program in Java to ...

12:57
Java OOPs Project - ATM Machine in Java using Class and Objects

56 views

10 months ago

Toronto Java Users Group
2025-08 Architect's Guide to Managing a Code Base

Presented by: Pratik Patel As an architect you're often working at a high level on projects, thinking of architectural concerns such ...

1:25:33
2025-08 Architect's Guide to Managing a Code Base

50 views

3 months ago

Brogan M. Pratt
GoBILDA's DECODE Starer Robot Good. Let's Make It Great.

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

24:47
GoBILDA's DECODE Starer Robot Good. Let's Make It Great.

2,055 views

3 months ago

Vu Hung Nguyen (Hưng)
🔵 Connected Circles – JavaFX DFS Connectivity Checker | #JavaFX #DFS #GraphTheory #Java

In this showcase, I demonstrate the Connected Circles JavaFX application that uses Depth‑First Search (DFS) to determine ...

0:43
🔵 Connected Circles – JavaFX DFS Connectivity Checker | #JavaFX #DFS #GraphTheory #Java

28 views

3 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

171,627 views

3 months ago

Carlos Chacin
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

ThreadLocal worked great for traditional threads — but with Java 21's Virtual Threads, it causes memory bloat and mutable state ...

12:59
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

169 views

3 months ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

682 views

11 months ago

Dandalf
Java ATM Part 2 - Java code description

This video is part 2 of the discussion for the Java ATM project. Part 2 gives a very detailed description of the Java code. Code and ...

29:25
Java ATM Part 2 - Java code description

30 views

8 months ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

83,647 views

1 month ago

Coding wala Shree
Why Java 25 is Starting to Look Like Python | JEP 511 | Module Import Declarations

Tired of the "Import Wall" in Java? Java 25 just introduced JEP 511: Module Import Declarations, and it's a game-changer for clean ...

2:47
Why Java 25 is Starting to Look Like Python | JEP 511 | Module Import Declarations

46 views

1 month ago

Bulgarian Java User Group
It is time we rethink how we teach Java to beginners, Kenneth Fogel

For 25 years, I taught introductory and intermediate Java programming with an object-first approach. Since retiring, I have ...

49:55
It is time we rethink how we teach Java to beginners, Kenneth Fogel

54 views

7 months ago

The Debug Zone
JNA vs JNR: Key Differences Explained for Java Native Access

In this video, we delve into the key differences between JNA (Java Native Access) and JNR (Java Native Runtime), two powerful ...

1:31
JNA vs JNR: Key Differences Explained for Java Native Access

78 views

8 months ago

Paris JUG
2024/09/10 - The Art of Java Language Pattern Matching

https://www.parisjug.org/events/2024/09-10-azul/ The Art of Java Language Pattern Matching The goal of project Amber within ...

49:08
2024/09/10 - The Art of Java Language Pattern Matching

128 views

10 months ago

DEEPTI SHARMA: Let's Learn Programming
How to Create And Run Java Project in NetBeans IDE | First Java Program Using NetBeans IDE #java

First Java Program Using NetBeans IDE| Create And Run Java Program in NetBeans IDE | Java Tutorial #javaprogramming ...

10:01
How to Create And Run Java Project in NetBeans IDE | First Java Program Using NetBeans IDE #java

44 views

6 months ago

NaveenSaiRockstar
Part 3 Java Developer Live – Part 3 | Real-Time Coding + Interview Prep 2025

Welcome to Java Developer LIVE – Part 3! In today's session, we will continue learning real-time Java concepts, coding ...

9:22:27
Part 3 Java Developer Live – Part 3 | Real-Time Coding + Interview Prep 2025

12 views

Streamed 1 month ago

Paris JUG
2025/12/09 - Jetty at 30: Staying relevant with Open Source driven innovation

How does a web server born in the era of dial-up internet remain relevant in the age of HTTP/3 and cloud apps? Eclipse Jetty is ...

46:54
2025/12/09 - Jetty at 30: Staying relevant with Open Source driven innovation

76 views

1 month ago

Java User Group Switzerland
Java build tooling could be so much better!

Speaker: Haoyi Li Recorded: 2025-08-27 00:00 Intro 02:32 The Talk 59:16 Questions & Answers The Java language is known to ...

1:11:50
Java build tooling could be so much better!

176 views

4 months ago

Bulgarian Java User Group
Design Patterns with Spring (or any IoC based framework), Ivan Yonkov

It's more than two decades since the wide adoption of IoC based frameworks and J2EE standards had begun. And more ...

44:43
Design Patterns with Spring (or any IoC based framework), Ivan Yonkov

64 views

7 months ago

The Debug Zone
Syncing Maven Artifact Timestamps with maven-metadata.xml: A Complete Guide

In this video, we delve into the intricacies of syncing Maven artifact timestamps with the maven-metadata.xml file. Understanding ...

1:58
Syncing Maven Artifact Timestamps with maven-metadata.xml: A Complete Guide

8 views

10 months ago

ConfEngine
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

In 2022, I presented "Do We Really Do FP in Java?", a discussion of the language features of Java that support functional ...

47:16
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

239 views

11 months ago

Mohit patil
Session 23 20241109 160407
1:47:15
Session 23 20241109 160407

7 views

10 months ago

The Debug Zone
Mastering Strategy in Spring Boot: Tips, Challenges, and Solutions

In this video, we dive deep into the world of Spring Boot, focusing on the critical aspect of mastering strategy in application ...

4:15
Mastering Strategy in Spring Boot: Tips, Challenges, and Solutions

10 views

8 months ago