ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

166 results

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

54,613 views

7 months ago

Code Decode
Top Common Microservices Interview Questions and Answers | Code Decode | 2026 Edition

This video provides a complete, in-depth explanation of some of the most important concepts every backend developer must ...

14:13
Top Common Microservices Interview Questions and Answers | Code Decode | 2026 Edition

6,380 views

2 months ago

Code Decode
Top 5 Design Pattern Interview Questions and Answers you know before Interview in 2025 | Code Decode

In this video of code decode we have explained top 5 design pattern interview questions one know before appearing interview ...

19:09
Top 5 Design Pattern Interview Questions and Answers you know before Interview in 2025 | Code Decode

18,360 views

4 months ago

Code Decode
What is Anti Pattern in Java Spring | Interview Questions and Answers | Code Decode

In this video of code decode we have explained what antipattern in all about and how to prepare this questions in 2025 Udemy ...

15:24
What is Anti Pattern in Java Spring | Interview Questions and Answers | Code Decode

2,082 views

2 months ago

Code Decode
All About Java 8+ Date Time API in 2025 | Interview Question & Answer for Experienced | Code Decode

In this video of code decode we have explained all about java date time api which is important part of daily coding for experienced ...

19:42
All About Java 8+ Date Time API in 2025 | Interview Question & Answer for Experienced | Code Decode

3,439 views

5 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

13,817 views

3 months ago

Skilr Learning
Microservices Interview Questions & Answers | Master Microservices in 2025 Scenario-Based Questions!

... microservices interview questions java techie microservices interview questions code decode microservices interview questions ...

4:56
Microservices Interview Questions & Answers | Master Microservices in 2025 Scenario-Based Questions!

71 views

6 months ago

Code Decode
STOP! You’re Using DTOs, Entities & POJOs WRONG | Spring Boot Interview Questions | Code Decode

In this video of code decode we have explained the correct usage of dto entity and mojo Udemy Course Discounted coupon code ...

17:06
STOP! You’re Using DTOs, Entities & POJOs WRONG | Spring Boot Interview Questions | Code Decode

11,602 views

6 months ago

Java Guides
Strangler Fig Pattern | Strangler Fig Pattern in Microservices | Migrate Monolithic to Microservices

The Strangler Fig pattern is a method for migrating a monolithic application to microservices incrementally. It involves gradually ...

5:20
Strangler Fig Pattern | Strangler Fig Pattern in Microservices | Migrate Monolithic to Microservices

2,626 views

6 months ago

Hayk Simonyan
Authentication Explained: When to Use Basic, Bearer, OAuth2, JWT & SSO

Become a Remote Senior Software Engineer with a Job Guarantee: ...

6:04
Authentication Explained: When to Use Basic, Bearer, OAuth2, JWT & SSO

346,217 views

7 months ago

Interview Mania
Kafka Interview Questions for Experienced | Real-Time Scenarios Explained #kafka #java

Welcome to Interview Mania, your one-stop destination for cracking the toughest interviews with confidence! In this video, we ...

8:20
Kafka Interview Questions for Experienced | Real-Time Scenarios Explained #kafka #java

11,031 views

9 months ago

ConquerTheFear
What are the drawbacks of Saga Pattern? Spring Boot Microservices | Orchestration vs Choreography

What are the drawbacks of Saga Pattern? Spring Boot Microservices | Distributed Transactions Saga Pattern in Spring Boot ...

13:51
What are the drawbacks of Saga Pattern? Spring Boot Microservices | Orchestration vs Choreography

109 views

8 months ago

Coding Cure
🚀Spring Cloud Config Server Setup | Centralized Config in Spring Boot Microservices [Step-by-Step]

Learn how to simplify configuration management in your Spring Boot microservices with the Spring Cloud Config Server! This ...

12:20
🚀Spring Cloud Config Server Setup | Centralized Config in Spring Boot Microservices [Step-by-Step]

1,676 views

11 months ago

CodeSnippet
Spring Boot Scheduling Explained: Fixed Rate, Fixed Delay & Crons!

Master Spring Boot Scheduling! In this video, we'll explore how to automate task execution using Spring Boot's scheduling ...

18:53
Spring Boot Scheduling Explained: Fixed Rate, Fixed Delay & Crons!

16,907 views

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

22,990 views

10 months ago

ConquerTheFear
Java Architecture Mistakes Senior Developers Still Make in 2026 | Interview Questions & Answers

Java Architecture Mistakes Even Senior Developers Make in 2026 Java Architecture Mistakes Senior Developers Still Make in ...

10:52
Java Architecture Mistakes Senior Developers Still Make in 2026 | Interview Questions & Answers

102 views

1 month ago

CodeSnippet
Spring Boot Caching with Redis | Part 2: Setup, Operations & Examples Explained

In this video, we'll explore Spring Boot Caching with Redis. We'll cover: What Redis is and why it's a powerful caching solution ...

16:55
Spring Boot Caching with Redis | Part 2: Setup, Operations & Examples Explained

26,134 views

11 months ago

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

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

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

494,730 views

9 months ago

5 Minutes Tech
What's an API Gateway? API Gateway for Microservices Explained

Understand the API Gateway for microservices pattern in 5 minutes! Unlock the essential component that simplifies client ...

5:22
What's an API Gateway? API Gateway for Microservices Explained

8,930 views

9 months ago

Flutter
How Flutter Works: Architecture #DecodingFlutter (1/6)

Welcome to the first episode of "How Flutter Works," a six-part series designed to explore what happens to your Dart code after ...

6:20
How Flutter Works: Architecture #DecodingFlutter (1/6)

73,717 views

9 months ago

CodeSnippet
JWT Tokens | Why JWT? How JWT Works? Format & Flow in Spring Security

Confused about JWT? In this video, we break down Why JWT is needed, What JWT actually is, and How it works step-by-step ...

18:39
JWT Tokens | Why JWT? How JWT Works? Format & Flow in Spring Security

25,148 views

10 months ago

ConquerTheFear
JPARepository vs CrudRepository: Last-Minute Spring Boot Microservices Interview Prep | Microservice

JPARepository vs CrudRepository: Last-Minute Spring Boot Microservices Interview Prep Spring Boot Data JPA Tutorial, ...

8:59
JPARepository vs CrudRepository: Last-Minute Spring Boot Microservices Interview Prep | Microservice

156 views

7 months ago

ConquerTheFear
Apache Kafka Interview Questions – Real Production Scenarios & Solutions | springboot kafka microser

Apache Kafka Real-World Interview Questions with Production Scenarios Explained Apache Kafka Real Production Issues ...

19:01
Apache Kafka Interview Questions – Real Production Scenarios & Solutions | springboot kafka microser

216 views

1 month ago

CodeSnippet
Filters in Spring Boot | Understanding Filters & Filter Chain

What are Servlet Filters and how do they work in Spring Boot? Before understanding Spring Security, it's important to grasp the ...

15:49
Filters in Spring Boot | Understanding Filters & Filter Chain

25,102 views

10 months ago

Design Decode
Mastering Read Committed Isolation for High-Scale Systems | The Danger No One Talks About

In the world of system design, ensuring data consistency under concurrency is critical. Read Committed isolation promises “no ...

10:07
Mastering Read Committed Isolation for High-Scale Systems | The Danger No One Talks About

6 views

3 months ago