ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

272 results

Coding wala Shree
No More 'public static void main()' in Java 25? JEP 512: Compact Source Files & Instance Main Method

Java 25 continues its effort to make Java simpler and more approachable, especially for beginners and educators. In this short ...

2:31
No More 'public static void main()' in Java 25? JEP 512: Compact Source Files & Instance Main Method

53 views

2 weeks ago

Ctrl. Forge
The Real Way to Learn Java? Break Your Code... Over and Over Again.

In this video, I share the messy, honest journey of building my first game engine in Java — from over-engineered classes and ...

4:09
The Real Way to Learn Java? Break Your Code... Over and Over Again.

75 views

6 days ago

Generic Person
Programming Livestream - 12.28.2025

No particular focus for this livestream, just working on whatever I feel like!

1:39:56
Programming Livestream - 12.28.2025

56 views

Streamed 11 days 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

42 views

13 days 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

69 views

3 weeks ago

CharlesGPT
🎬 JavaFX To-Do List Tutorial: Build Your First Desktop App 🚀

javafxtutorial #javaprogramming #scenebuilder Ready to build your first professional desktop application?

48:42
🎬 JavaFX To-Do List Tutorial: Build Your First Desktop App 🚀

48 views

1 month ago

Brogan M. Pratt
This Trick Makes Your Flywheel 30x Faster [PIDF Tuning]

Join the community & access CAD files, Code snippets, & more robotics resources ⤵️ https://shop.broganpratt.com/ Want to ...

19:59
This Trick Makes Your Flywheel 30x Faster [PIDF Tuning]

5,507 views

3 weeks ago

Udzial (By Gaurav Khurana)
Practice REST API Testing Like a Pro | Auth, UI + Real Test Scenarios

If you're learning API Testing or Automation, this video will give you a hands-on practice platform instead of just theory. In this ...

9:26
Practice REST API Testing Like a Pro | Auth, UI + Real Test Scenarios

266 views

7 days ago

Coding wala Shree
Primitive Types in Pattern Matching - instanceof and switch | Java 25 | JEP 507

Java 25 just gave instanceof and switch a massive upgrade! In this clip, we look at JEP 507: Primitive Types in Patterns.

1:54
Primitive Types in Pattern Matching - instanceof and switch | Java 25 | JEP 507

14 views

7 days ago

Coding wala Shree
super() and this() Rules are FINALLY DEAD! | JEP 513 | Java 25 - Flexible Constructor Bodies

For 25 years, we've been forced to make this() / super() the first statement in a constructor. No more. In Java 25, JEP 513 ...

2:15
super() and this() Rules are FINALLY DEAD! | JEP 513 | Java 25 - Flexible Constructor Bodies

50 views

8 days ago

The Debug Zone
Understanding equals() and hashCode() in Java's Collection Interface

In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...

2:56
Understanding equals() and hashCode() in Java's Collection Interface

2 views

3 weeks ago

CTO Bhaiya
😔 The SAD Reality of DSA In 2025/2026!!! My Honest Opinion

WhatsApp Group: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Instagram: https://www.instagram.com/cto_bhaiya_ ...

31:52
😔 The SAD Reality of DSA In 2025/2026!!! My Honest Opinion

4,352 views

2 weeks ago

The Debug Zone
How to Format java.time.Instant with ObjectMapper in Java: A Complete Guide

In this video, we dive into the intricacies of formatting `java.time.Instant` using ObjectMapper in Java. Whether you're a beginner or ...

2:41
How to Format java.time.Instant with ObjectMapper in Java: A Complete Guide

0 views

2 weeks ago

The Debug Zone
How to Use Annotations to Reference Methods in Java: A Step-by-Step Guide

In this video, we'll explore the powerful world of annotations in Java and how they can be used to reference methods effectively.

1:31
How to Use Annotations to Reference Methods in Java: A Step-by-Step Guide

0 views

4 weeks ago

The Debug Zone
Integrating Electron Apps with Java: A Complete Guide to Seamless Development

In this video, we dive into the exciting world of integrating Electron applications with Java, providing you with a comprehensive ...

1:53
Integrating Electron Apps with Java: A Complete Guide to Seamless Development

0 views

3 weeks ago

ITFreeTraining
Web Servers - CompTIA A+ 220-1101 – 6.3

Let's have a look at web servers. Download PowerPoint: https://itfreetraining.com/handouts/ap11/6a15.pptx Web Servers Web ...

25:06
Web Servers - CompTIA A+ 220-1101 – 6.3

74 views

10 days ago

The Debug Zone
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

In this video, we delve into the importance of using `Objects.requireNonNull()` in Java programming. This powerful utility method ...

3:03
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

2 views

3 weeks ago

Carlos Chacin
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

Java Error Handling Tutorial: Building a custom Result[T] type without Vavr! In this Java 25 TDD episode, I remove the Vavr ...

28:27
I was able to fix MY MISTAKE: Java TDD (Skull King Ep. 6)

49 views

10 days ago

The Debug Zone
Fixing java.lang.OutOfMemoryError: Metaspace After Migrating to Java 8

In this video, we delve into a common challenge faced by developers after migrating to Java 8: the dreaded `java.lang.

1:31
Fixing java.lang.OutOfMemoryError: Metaspace After Migrating to Java 8

2 views

3 weeks ago

The Debug Zone
Understanding @RestControllerAdvice vs @ControllerAdvice in Spring Boot

In this video, we delve into the nuances of two powerful annotations in Spring Boot: @RestControllerAdvice and ...

1:33
Understanding @RestControllerAdvice vs @ControllerAdvice in Spring Boot

3 views

3 weeks ago

The Debug Zone
Unlocking JPMS/Project Jigsaw: Benefits for Small Applications and Libraries

In this video, we delve into JPMS (Java Platform Module System) and Project Jigsaw, exploring how these innovations can ...

3:37
Unlocking JPMS/Project Jigsaw: Benefits for Small Applications and Libraries

0 views

2 weeks ago

The Debug Zone
How to Validate Two Specific Elements in a Java 8 Stream

In this video, we delve into the powerful capabilities of Java 8 Streams, focusing on how to effectively validate two specific ...

1:54
How to Validate Two Specific Elements in a Java 8 Stream

0 views

4 weeks ago

The Debug Zone
Understanding JAX-RS Resources: A Comprehensive Guide for Developers

In this video, we delve into the world of JAX-RS, a powerful framework for building RESTful web services in Java. Whether you're ...

3:35
Understanding JAX-RS Resources: A Comprehensive Guide for Developers

0 views

2 weeks ago

The Debug Zone
How to Use @FlakyTest Annotation in Your Java Tests: A Complete Guide

In this video, we dive into the powerful @FlakyTest annotation in Java, a game-changer for developers dealing with unreliable ...

1:41
How to Use @FlakyTest Annotation in Your Java Tests: A Complete Guide

0 views

3 weeks ago

Tech Coach Ralph
No Tech Background? Become a Forward Deployed Engineer in 18 Months

Get 3x more interviews with https://resumeflow.app Accomplish your goals with our coaching portal at ...

16:45
No Tech Background? Become a Forward Deployed Engineer in 18 Months

35 views

3 weeks ago