ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

648 results

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

Join my free newsletter on Go & backend development: https://substack.com/@thecodinggopher ☕ Book a 1:1 Coaching Call: ...

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

171,109 views

3 months ago

Xxtractz | Musa_
From Beginner to Backend Dev: The Traps You MUST Avoid

Want to become a backend developer but feel overwhelmed? Your journey from coding beginner to backend pro is filled with ...

12:56
From Beginner to Backend Dev: The Traps You MUST Avoid

3,770 views

2 months ago

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

Join my free newsletter on Go & backend development: https://substack.com/@thecodinggopher ☕ Book a 1:1 Coaching Call: ...

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

486,187 views

9 months ago

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

Inquiries: thecodinggopher@gmail.com ‍ Learn to build Git, Docker, Redis, HTTP ...

9:20
99% of Developers Don't Get RPCs

95,549 views

9 months ago

Datastrato
Using the Gravitino Java API

Discover how the Java API for Apache Graviton provides developers with full programmatic control over metalakes and catalogs.

2:51
Using the Gravitino Java API

31 views

2 months ago

Vaadin
What is Vaadin? The most productive way to build full-stack web apps on Java in 2025

Learn how Vaadin helps Java teams build complete web applications with its powerful UI components, Java-based Flow ...

3:02
What is Vaadin? The most productive way to build full-stack web apps on Java in 2025

11,285 views

11 months ago

Vaadin
Starting Java projects: lessons from the field

In this roundtable session, four Vaadin Champions share real-world insights into how developers and teams approach modern ...

58:57
Starting Java projects: lessons from the field

733 views

7 months ago

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

Join my free newsletter on Go & backend development: https://thecodinggopher.substack.com/ Business Inquiries ...

11:25
99% of Developers Don't Get Semaphores

26,683 views

1 month 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

The Debug Zone
How to Wait for Class Initialization in Java: Tips and Solutions

In this video, we delve into the intricacies of class initialization in Java, a crucial aspect for developers looking to optimize their ...

2:53
How to Wait for Class Initialization in Java: Tips and Solutions

1 view

10 months ago

The Debug Zone
How to Parse SQL Queries in Java: Tips and Techniques for Developers

In this video, we dive into the essential skills every Java developer needs to effectively parse SQL queries. Whether you're ...

7:12
How to Parse SQL Queries in Java: Tips and Techniques for Developers

2 views

3 months ago

The Debug Zone
Java Spring Boot: How to Log HTTP Responses with Payloads Effectively

In this video, we dive into the essential topic of logging HTTP responses in Java Spring Boot applications. Effective logging is ...

2:24
Java Spring Boot: How to Log HTTP Responses with Payloads Effectively

4 views

7 months ago

buildingwitheze
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

... batch processing) This is Perfect for: Java backend engineers Developers working with Spring, WebFlux, or reactive systems ...

4:05
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

40 views

6 months ago

The Debug Zone
Spring vs Spring Boot: Key Differences and When to Use Each Framework

In this video, we dive into the world of Java frameworks, focusing on the key differences between Spring and Spring Boot. Whether ...

1:32
Spring vs Spring Boot: Key Differences and When to Use Each Framework

2 views

5 months ago

The Debug Zone
Using Apollo-Android as a Java Client: A Comprehensive Guide

In this video, we delve into the powerful capabilities of Apollo-Android, a robust GraphQL client designed specifically for Android ...

1:31
Using Apollo-Android as a Java Client: A Comprehensive Guide

5 views

4 months ago

The Debug Zone
How to Configure Visual Studio Code for Java Document Formatting and Braces

In this video, we'll explore how to optimize your Visual Studio Code environment for Java development by configuring document ...

2:13
How to Configure Visual Studio Code for Java Document Formatting and Braces

7 views

7 months ago

The Debug Zone
Integrating QueryDSL with Lombok: A Step-by-Step Guide for Java Developers

In this video, we'll explore the powerful combination of QueryDSL and Lombok, two essential tools for Java developers looking to ...

2:08
Integrating QueryDSL with Lombok: A Step-by-Step Guide for Java Developers

7 views

10 months ago

The Debug Zone
Resolving TransformerFactory and Xalan Dependency Conflict in Java Applications

In this video, we tackle a common challenge faced by Java developers: resolving the dependency conflict between ...

3:03
Resolving TransformerFactory and Xalan Dependency Conflict in Java Applications

6 views

5 months ago

The Debug Zone
How to Construct a URI with Parameters Using URIBuilder in Java

In this video, we will explore the powerful capabilities of the URIBuilder class in Java, a tool that simplifies the process of ...

1:54
How to Construct a URI with Parameters Using URIBuilder in Java

4 views

4 months ago

Robson Cassiano
Remote Java Developer - $28/Hour - USA - Phase 1: API Development - Contract Position

Artigo demonstrando o método STAR ...

33:23
Remote Java Developer - $28/Hour - USA - Phase 1: API Development - Contract Position

498 views

10 months ago

The Debug Zone
Java Service Layer vs Repository Pattern: Which to Choose for Your Project?

In this video, we dive into two essential architectural patterns in software development: the Java Service Layer and the Repository ...

1:31
Java Service Layer vs Repository Pattern: Which to Choose for Your Project?

2 views

6 months ago

The Debug Zone
Java Spring REST API: Implementing Real-Time Status Updates for Clients

In this video, we dive into the world of Java Spring and explore how to implement real-time status updates for clients using REST ...

1:30
Java Spring REST API: Implementing Real-Time Status Updates for Clients

3 views

6 months ago

Otavio Santana
🔥 The Easiest Way to Build a REST API with Just 2 Classes | Java & Quarkus

Quarkus makes building REST APIs more effortless than ever! This video shows how to create a fully functional CRUD API with ...

5:51
🔥 The Easiest Way to Build a REST API with Just 2 Classes | Java & Quarkus

350 views

10 months ago

The Debug Zone
Fixing JPA Error: The Given ID Must Not Be Null for GeneratedValue

In this video, we tackle a common issue faced by developers working with Java Persistence API (JPA): the error message "The ...

1:59
Fixing JPA Error: The Given ID Must Not Be Null for GeneratedValue

11 views

3 months ago

The Debug Zone
Using @ManyToMany with Two Lists in the Same Table: A Complete Guide

In this video, we dive into the intricacies of using the @ManyToMany annotation in Java Persistence API (JPA) with a focus on ...

1:52
Using @ManyToMany with Two Lists in the Same Table: A Complete Guide

2 views

10 months ago