ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

559 results

Java Techie
Struggling with Slow Microservices? Optimize with the Aggregator Design Pattern : Spring Boot 🚀

JavaTechie #microservice #springboot #DesignPattern Optimize Your Microservices with the Aggregator Pattern! Are your ...

29:03
Struggling with Slow Microservices? Optimize with the Aggregator Design Pattern : Spring Boot 🚀

16,641 views

8 months ago

Java Techie
Event-Driven Microservices : What Happens When Kafka Fails Midway? (Real-Time Fixes!) @Javatechie

JavaTechie #microservice #springboot #Kafka What happens when your Kafka event fails midway? Don't panic — in this ...

33:18
Event-Driven Microservices : What Happens When Kafka Fails Midway? (Real-Time Fixes!) @Javatechie

18,249 views

6 months ago

Java Techie
Does Kafka Guarantee Message Ordering? 🤔 Microservices Fix Inside !

JavaTechie #Kafka #Microservices Does Kafka really guarantee message ordering in microservices? Many developers ...

28:28
Does Kafka Guarantee Message Ordering? 🤔 Microservices Fix Inside !

10,123 views

3 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,141 views

5 months ago

Java Techie
Tired of Messy Microservices? 😫 Try Hexagonal Architecture with Spring Boot 🚀 | Real Example Inside!

JavaTechie #microservice #springboot #grpc In this video, we'll explore Hexagonal Architecture (aka Ports & Adapters) in a ...

43:51
Tired of Messy Microservices? 😫 Try Hexagonal Architecture with Spring Boot 🚀 | Real Example Inside!

19,386 views

6 months ago

Java Techie
How Spring @Transactional Works Internally ? ( AOP, Proxies & Debug Walkthrough) @Javatechie

javatechie #microservice #springboot #transaction In this video, we'll break down Spring's Transaction Management step by ...

33:50
How Spring @Transactional Works Internally ? ( AOP, Proxies & Debug Walkthrough) @Javatechie

23,034 views

7 months ago

Java Techie
AsyncAPI + Kafka Microservices 🔥 | SpringWolf Auto-Docs in Spring Boot (Zero Config)

JavaTechie #microservice #springboot #Kafka Tired of writing AsyncAPI docs manually? In this video, we'll show you how to ...

30:01
AsyncAPI + Kafka Microservices 🔥 | SpringWolf Auto-Docs in Spring Boot (Zero Config)

11,573 views

6 months ago

Java Techie
🚀 Saga Orchestration in Microservices Explained with Real Movie Booking Example 🎬

JavaTechie #Microservice #SpringBoot #SAGA Saga Orchestration in Microservices — Movie Booking System Example In this ...

54:41
🚀 Saga Orchestration in Microservices Explained with Real Movie Booking Example 🎬

7,277 views

1 month ago

Java Techie
Saga Choreography in Microservices 🔥 Movie Ticket Booking System Explained @Javatechie

JavaTechie #Microservice #SpringBoot #Kafka #SAGA In a distributed microservices system, maintaining data consistency across ...

45:22
Saga Choreography in Microservices 🔥 Movie Ticket Booking System Explained @Javatechie

13,153 views

1 month ago

Java Techie
Spring Boot Microservice Orchestration with Temporal | Saga, Retries & Long-Running Workflows

javatechie #microservice #springboot #temporal In this video, we dive deep into Temporal Workflow with Spring Boot ...

50:27
Spring Boot Microservice Orchestration with Temporal | Saga, Retries & Long-Running Workflows

18,283 views

4 months ago

Java Guides
What is the Saga Microservices Pattern? | Saga Pattern Explained in 3 Minutes

The Saga Pattern is a design pattern used to manage distributed transactions in microservices, ensuring eventual consistency ...

3:45
What is the Saga Microservices Pattern? | Saga Pattern Explained in 3 Minutes

11,172 views

5 months 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,579 views

8 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,324 views

3 weeks ago

Java Techie
Kafka Streams Methods in Action with Spring Boot 🚀 | Real-Time Examples @Javatechie

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll dive deep into Kafka Streams methods — not just theory, ...

44:48
Kafka Streams Methods in Action with Spring Boot 🚀 | Real-Time Examples @Javatechie

4,200 views

1 month ago

Code Decode
90% Java Developers FAIL These 3 Microservices Interview Questions | Top 3 Questions | Code Decode

In this video of code decode we have covered top 3 micro services interview questions where 90 percent developer fails to ...

18:35
90% Java Developers FAIL These 3 Microservices Interview Questions | Top 3 Questions | Code Decode

45,100 views

5 months ago

Java Techie
🚀 Spring Boot + gRPC |  Build Your First Microservice | Unary RPC Server Example! 🔥@Javatechie

javatechie #microservice #springboot #grpc In this video, we'll build our first gRPC server application to explore the Unary ...

29:57
🚀 Spring Boot + gRPC | Build Your First Microservice | Unary RPC Server Example! 🔥@Javatechie

24,360 views

8 months ago

Java Techie
🔥 Kafka Streams + Spring Boot 🚀 Design a Real-Time Fraud Detection App (Step-by-Step!)

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll build a Real-Time Fraud Detection App using Kafka ...

21:34
🔥 Kafka Streams + Spring Boot 🚀 Design a Real-Time Fraud Detection App (Step-by-Step!)

10,549 views

1 month ago

Java Techie
Spring Boot | Optimistic & Pessimistic Locking Explained with Concurrent Movie Seat Booking Example

JavaTechie #Microservice #SpringBoot #DBLocking In this tutorial, we'll explore Optimistic & Pessimistic Locking in depth, ...

41:23
Spring Boot | Optimistic & Pessimistic Locking Explained with Concurrent Movie Seat Booking Example

22,851 views

10 months 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

10,747 views

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

60,079 views

9 months ago