ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

314 results

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,423 views

1 month 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,066 views

1 month ago

TechWorld with Nana
Kafka Tutorial for Beginners | Everything you need to get started

Step by Step DevOps Roadmap PDF: https://bit.ly/4jv2qDH Apache Kafka Tutorial | Everything you need to know: What is Kafka, ...

18:33
Kafka Tutorial for Beginners | Everything you need to get started

1,015,242 views

9 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,111 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 !

9,967 views

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

1 month 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,016 views

1 month 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,531 views

6 months ago

Java Techie
Kafka Streams Can Remember? 🤯 Stateful Processing & Real-Time Fraud Detection Explained

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll explore how Kafka Streams can actually remember data ...

20:18
Kafka Streams Can Remember? 🤯 Stateful Processing & Real-Time Fraud Detection Explained

2,714 views

2 weeks ago

TechWorld with Nana
Kafka Crash Course - Hands-On Project

Ready to build complete production systems? Grab your DevOps Roadmap PDF to see the full tech stack that powers scalable ...

1:07:59
Kafka Crash Course - Hands-On Project

93,702 views

2 months ago

AK Coding
Top 5 Apache Kafka Use Cases in 2025

5 Powerful Apache Kafka Use Cases You Should Know in 2025 #Kafka As a DevOps Engineer, I constantly work with data ...

0:12
Top 5 Apache Kafka Use Cases in 2025

48,145 views

4 months ago

Selenium Express
Kafka vs REST in Microservices 🔥 | Why Event-Driven Wins ⚡ | Spring Boot

REST vs Kafka in Microservices – Which one should you use? In this quick Spring Boot example, see how event-driven ...

2:58
Kafka vs REST in Microservices 🔥 | Why Event-Driven Wins ⚡ | Spring Boot

32,049 views

5 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

14,502 views

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

5 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,149 views

3 weeks 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,059 views

4 months ago

Java Techie
Java Stream Gatherers Explained 🚀 | The Next Evolution of Streams  @Javatechie

JavaTechie #Java #stream Java 8's Stream API was a game-changer — giving us functional-style operations like map, filter, ...

28:01
Java Stream Gatherers Explained 🚀 | The Next Evolution of Streams @Javatechie

9,240 views

2 months ago

Java Techie
Top 5 Microservices Design Patterns Asked in Interviews! 🚀  #javatechie #microservice

Want real-time examples of these patterns in action? Watch the full Microservices Playlist — it's your interview power-up!

1:17
Top 5 Microservices Design Patterns Asked in Interviews! 🚀 #javatechie #microservice

19,702 views

6 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

23,883 views

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

12,694 views

1 month ago