ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,209 results

Geekific
Mastering Java BlockingQueue | Producer-Consumer Explained with Real Examples | Geekific

Why do developers rely so heavily on BlockingQueue in Java? In this video, we dive into one of the most powerful tools from the ...

6:21
Mastering Java BlockingQueue | Producer-Consumer Explained with Real Examples | Geekific

1,184 views

4 months ago

Selenium Express
Java Generics for Serious Developers – Upper & Lower bounded Wildcards , Extends, Super, PECS & More

Learn everything you need to know about Java Generics in this complete, in-depth course! Whether you're prepping for interviews ...

2:51:36
Java Generics for Serious Developers – Upper & Lower bounded Wildcards , Extends, Super, PECS & More

6,648 views

9 months ago

Enjoy Coding!!!
Java Functional Interfaces Quick Demo | Predicate, Function, Consumer

Learn how Java functional interfaces like Predicate, Function, and Consumer work — all in under 60 seconds! In this quick demo, ...

0:44
Java Functional Interfaces Quick Demo | Predicate, Function, Consumer

36 views

8 months ago

Satyverse(Satyam Parmar)
Kafka Interview Question 2 | Messages Produced but Consumer Receives Nothing | Real Scenario

In this video, we cover a very common Apache Kafka interview question: Messages are produced successfully, but consumers ...

9:04
Kafka Interview Question 2 | Messages Produced but Consumer Receives Nothing | Real Scenario

1,158 views

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

17,023 views

6 months ago

Prashant Sharma
Apache Kafka with Spring Boot | Real-Time Producer-Consumer  | Java 21 | Postman | RESTFul APIs

Learn how to build a real-time Kafka Producer and Consumer using Spring Boot in this beginner-friendly tutorial! In this video ...

36:04
Apache Kafka with Spring Boot | Real-Time Producer-Consumer | Java 21 | Postman | RESTFul APIs

470 views

6 months ago

Satyverse(Satyam Parmar)
Kafka Interview Question 1 | Consumer Lag Growing to Millions | Senior Level

In this video, we deep-dive into a real Apache Kafka interview question for senior developers. Scenario: Kafka consumer lag ...

10:24
Kafka Interview Question 1 | Consumer Lag Growing to Millions | Senior Level

4,473 views

1 month ago

Next LVL Programming
What Is The PECS (Producer Extends, Consumer Super) Principle? - Next LVL Programming

What Is The PECS (Producer Extends, Consumer Super) Principle? In this informative video, we'll break down the PECS principle, ...

2:41
What Is The PECS (Producer Extends, Consumer Super) Principle? - Next LVL Programming

164 views

8 months ago

Java Guides and Ramesh Fadatare - AI & Tech
Java 8 Interview Questions & Answers | Beginner to 5 Years Experience | Java Functional Programming

Java 8 Interview Questions, Java 8 for beginners, Java 8 for 5 years experience, Java Stream API, Java Functional Programming, ...

20:03
Java 8 Interview Questions & Answers | Beginner to 5 Years Experience | Java Functional Programming

1,888 views

8 days ago

JVM Techi
Java Program to Send / Receive JMS message on Artemis Broker using Jakarta EE 10 in windows system

JMS is a mechanism of integrating applications in a loosely coupled way to d delivers data asynchronously across applications, ...

21:19
Java Program to Send / Receive JMS message on Artemis Broker using Jakarta EE 10 in windows system

34 views

6 months ago

hakeemit
RabbitMQ Spring Boot Tutorial | Producer & Consumer Example Step by Step | Java Microservices

Learn how to setup the rabbit mq configuration in Spring boot application. This session also covers the producing of message ...

16:49
RabbitMQ Spring Boot Tutorial | Producer & Consumer Example Step by Step | Java Microservices

376 views

4 months ago

nagendra tech official
interthread communication in java .Producer consumer problem

interthread communication in java .Producer consumer problem explanation with code.

11:51
interthread communication in java .Producer consumer problem

295 views

4 months ago

vlogize
How to Execute Consumers in Sequence Using Java Streams

Discover how to efficiently execute a list of Java `Consumer` classes in sequence, even when the number of consumers is ...

1:33
How to Execute Consumers in Sequence Using Java Streams

0 views

10 months ago

Chris Blakely
Build & Deploy a Production-Ready Patient Management System with Microservices: Java Spring Boot AWS

Build More features - https://www.codejackal.com Join the Code Jackal Discord – Connect with devs & get help!

11:58:23
Build & Deploy a Production-Ready Patient Management System with Microservices: Java Spring Boot AWS

512,073 views

11 months ago

LevelUp With Suhail
Kafka Producer in Java | Acks, Offsets & Consumer Groups (Ep 11)

In this video, we continue our Kafka series by implementing a Kafka Producer in Java and connecting it with the Kafka Consumer ...

29:39
Kafka Producer in Java | Acks, Offsets & Consumer Groups (Ep 11)

153 views

3 weeks ago

vlogize
Mastering Java 8 Supplier and Consumer: A Streamlining Guide

Discover how to efficiently use `Suppliers` and `Consumers` in Java 8 to simplify your code and handle collections effectively.

1:29
Mastering Java 8 Supplier and Consumer: A Streamlining Guide

4 views

10 months ago

Mike Møller Nielsen
Apache Kafka reset Offset Spring Boot Java

Join this channel to get access to perks: https://www.youtube.com/channel/UCxWCnBPnLrCBsMg-0TWTzpQ/join Enjoy! :-) Thank ...

18:54
Apache Kafka reset Offset Spring Boot Java

198 views

3 months ago

codeWithAryan
🧵 Concurrency & Multithreading COMPLETE Crash Course | All you need to know for any LLD Rounds ‼️

Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...

7:36:58
🧵 Concurrency & Multithreading COMPLETE Crash Course | All you need to know for any LLD Rounds ‼️

89,606 views

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

12,802 views

5 months ago

vlogize
Understanding the Kafka Java Consumer Issue: How to Properly Consume Messages from a Topic

A comprehensive guide to troubleshooting a Kafka Java consumer that fails to consume messages. This post covers the common ...

1:38
Understanding the Kafka Java Consumer Issue: How to Properly Consume Messages from a Topic

4 views

9 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!)

14,793 views

4 months ago

Interview Mania
How to Handle Kafka Backpressure | Producer & Consumer Tuning Tips | Kafka Lag & Backpressure

How to Handle Kafka Backpressure | Producer & Consumer Tuning Tips | Kafka Lag & Backpressure Are you facing Kafka ...

6:42
How to Handle Kafka Backpressure | Producer & Consumer Tuning Tips | Kafka Lag & Backpressure

2,114 views

8 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

14,546 views

4 months ago

vlogize
Streamline Your Java Code with the Consumer Interface: A Practical Approach

Discover how to effectively utilize the Java Consumer Interface to eliminate code redundancy and enhance the maintainability of ...

1:45
Streamline Your Java Code with the Consumer Interface: A Practical Approach

0 views

6 months ago

Java Lanes
01. Kafka Avro Producer and Consumer in 5 mins

Learn how to set up a Kafka Avro Producer and Consumer using Maven /Java in 5 mins Learning made easy! My profile ...

5:13
01. Kafka Avro Producer and Consumer in 5 mins

221 views

10 months ago