ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

165,937 results

Java Techie
🔥 Spring GenAI Live Course for Java Developers | Build Real AI Apps

AI is no longer just a buzzword — it's becoming a core skill for Java & Spring Boot developers. In this video, I'm officially launching ...

14:29
🔥 Spring GenAI Live Course for Java Developers | Build Real AI Apps

4,791 views

6 days ago

Java Techie
Spring Boot 4 Just Made REST Calls Super Easy ! 🚀

JavaTechie #SpringBoot #Realtime Spring Boot 4.0 just changed the game — it introduced a brand-new REST Client API that ...

17:22
Spring Boot 4 Just Made REST Calls Super Easy ! 🚀

15,297 views

2 weeks ago

Java Techie
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

JavaTechie #Java #SpringBoot #DesignPattern In this tutorial, I'll show you how to use an Enum to design the best Singleton ...

14:50
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

15,263 views

1 year ago

Java Techie
🔥 Kafka Streams for Beginners | What & Why Kafka Streams Explained @Javatechie

JavaTechie #Kafka #Stream #Java In this video, we're kicking off a beginner-friendly series on Kafka Streams — the powerful ...

10:39
🔥 Kafka Streams for Beginners | What & Why Kafka Streams Explained @Javatechie

11,438 views

2 months ago

Java Techie
Is JSON Dead ? 😱 TOON — The New Alternative Taking Over the AI World

JavaTechie #ai #SpringBoot #toon Description: Tired of paying for extra tokens every time you send JSON to an LLM?

18:49
Is JSON Dead ? 😱 TOON — The New Alternative Taking Over the AI World

13,668 views

1 month ago

Java Techie
Can GitHub Copilot Code Like a Human? 🤖 Agent Mode in Action | @Javatechie

JavaTechie #AI #AIAgent #GitHubCopilot In this video, we explore and get hands-on with the power of GitHub Copilot and its ...

17:56
Can GitHub Copilot Code Like a Human? 🤖 Agent Mode in Action | @Javatechie

16,272 views

7 months ago

Java Techie
Spring AI Superpowers 🤖 | Integrate Gemini AI in Minutes 🚀

javatechie #Springai #springboot #geminiai In this video, we'll explore how to integrate Gemini AI with Spring Boot using Spring ...

12:23
Spring AI Superpowers 🤖 | Integrate Gemini AI in Minutes 🚀

12,110 views

3 weeks ago

Java Techie
Interview Q&A | Hibernate N+1 Problem & Fix - The Bug You Didn’t Know You Had @Javatechie

JavaTechie #microservice #springboot In this video we'll break down what exactly this N+1 problem is and how we can solve ...

14:31
Interview Q&A | Hibernate N+1 Problem & Fix - The Bug You Didn’t Know You Had @Javatechie

20,394 views

8 months ago

Java Techie
Interview Q&A Weekend Series #1 🚀 | Abstract vs Default Method Conflict Explained @Javatechie

JavaTechie #microservice #springboot #QA In this video, we will understand conflict between abstract and default method in ...

11:04
Interview Q&A Weekend Series #1 🚀 | Abstract vs Default Method Conflict Explained @Javatechie

9,101 views

8 months ago

Java Techie
Dynamic Bean Switching in Spring Boot ! No If-Else Hell 🔥 @Javatechie

JavaTechie #microservice #springboot In this video, I'll show you the best way to implement dynamic bean switching in ...

10:52
Dynamic Bean Switching in Spring Boot ! No If-Else Hell 🔥 @Javatechie

26,083 views

6 months ago

Java Techie
Spring Data JPA | Query Hints | Optimize Database Performance | Hands-On Guide @Javatechie

JavaTechie #Microservice #SpringBoot #JPA In this tutorial, we dive deep into Query Hints in Spring Data JPA. Learn how to ...

15:53
Spring Data JPA | Query Hints | Optimize Database Performance | Hands-On Guide @Javatechie

27,537 views

1 year ago

Java Techie
Kafka Streams SerDes Explained 🚀 | JSON & Custom in Spring Boot @Javatechie

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll break down one of the most confusing yet powerful parts of ...

17:47
Kafka Streams SerDes Explained 🚀 | JSON & Custom in Spring Boot @Javatechie

4,362 views

2 months ago

Java Techie
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

JavaTechie #microservice #InterviewQA #Concurrency In this video, we break down one of the most frequently asked ...

18:32
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

15,114 views

4 months ago

Java Techie
Stop Misusing Java 8 Streams ❌ anyMatch, allMatch & noneMatch Explained @Javatechie

JavaTechie #Java #Stream #SpringBoot #Microservice Stop Misusing Java 8 Streams! In this video, I'll clear the confusion ...

11:15
Stop Misusing Java 8 Streams ❌ anyMatch, allMatch & noneMatch Explained @Javatechie

9,999 views

3 months ago

Java Techie
🔥 Java Interview TRAP! 🚀 Loop vs Stream vs Parallel Stream 🤯 Who Wins? (Shocking Results)

Are you falling into the Java Interview TRAP? In this video, we put For-Loop, Stream, and Parallel Stream head-to-head to ...

15:43
🔥 Java Interview TRAP! 🚀 Loop vs Stream vs Parallel Stream 🤯 Who Wins? (Shocking Results)

10,864 views

4 months ago

Java Techie
Spring Boot | Spring Data Redis Messaging - PubSub example | JavaTechie

This tutorial will guide you how to use Spring Data Redis as a Message broker to perform event driven architecture #javatechie ...

16:11
Spring Boot | Spring Data Redis Messaging - PubSub example | JavaTechie

38,593 views

5 years ago

Java Techie
gRPC for Beginners 🔥 | What, Why & How gRPC ? | Must-Know Basics! @Javatechie

JavaTechie #microservice #springboot #grpc In this video, we're diving into something super exciting—gRPC! ✓ What is ...

18:08
gRPC for Beginners 🔥 | What, Why & How gRPC ? | Must-Know Basics! @Javatechie

61,601 views

9 months ago

Java Techie
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

JavaTechie #microservice #springboot #Synchronous In this video, we'll explore how to implement clean and efficient ...

17:17
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

24,822 views

6 months ago

Java Techie
Spring Boot - Creating Custom Annotation For Validation | InterviewQA | JavaTechie

In this tutorial We will understand how to create custom annotation for bean validation in spring boot Spring boot microservice Live ...

15:37
Spring Boot - Creating Custom Annotation For Validation | InterviewQA | JavaTechie

70,423 views

3 years ago

Java Techie
Spring Vs Spring Boot - Difference | Example | Java Techie

This video explain you Spring vs. Spring Boot: A Comparison of These Java Frameworks with example #JavaTechie #Spring ...

16:20
Spring Vs Spring Boot - Difference | Example | Java Techie

266,995 views

6 years ago

Java Techie
Spring @Lookup Method Injection | Bean Scopes | Interview QA | JavaTechie

This tutorial will explain you to understand how can you inject prototype bean into singleton bean in spring using @Lookup ...

15:34
Spring @Lookup Method Injection | Bean Scopes | Interview QA | JavaTechie

28,988 views

3 years ago

Java Techie
🚀  Spring Boot + gRPC Client | Consume gRPC Unary Service | @Javatechie

javatechie #microservice #springboot #grpc In this video,We will demonstrate how to create the gRPC client application and ...

16:53
🚀 Spring Boot + gRPC Client | Consume gRPC Unary Service | @Javatechie

9,866 views

9 months ago

Java Techie
Apache Kafka® Tutorials for Beginners | What & Why Apache Kafka? Brief introduction | JavaTechie

In this Tutorial, we will discuss basic introduction of Kafka Agenda What is Kafka Why do we need kafka How doest it works ...

14:07
Apache Kafka® Tutorials for Beginners | What & Why Apache Kafka? Brief introduction | JavaTechie

244,692 views

2 years ago

Java Techie
Kubernetes Tutorial | Basic Introduction and Getting Started | part-1 | JavaTechie

in this tutorial you will understand What is Kubernetes What is Container Orchestration Engine or Container Management Tool ...

6:21
Kubernetes Tutorial | Basic Introduction and Getting Started | part-1 | JavaTechie

75,414 views

4 years ago

Java Techie
🔥 Stream Gatherers | Create Your Own Method like filter() & map() 🚀 @Javatechie

JavaTechie #Java #SpringBoot #Microservice In this video, I'll explain how Stream Gatherers work and show you how to create ...

18:01
🔥 Stream Gatherers | Create Your Own Method like filter() & map() 🚀 @Javatechie

3,975 views

2 months ago