ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

66,947 results

Related queries

java techie java 8

java techie completablefuture

java techie graphql

java techie reactive programming

java techie spring boot interview questions

programming techie

java techie docker

java techie microservices interview questions

design patterns in microservices

java techie kafka

adapter design pattern in java

java design patterns interview questions

java guides

java techie kubernetes

design patterns in java tutorial

Java Techie

215K subscribers

Java Techie
Adapter Design Pattern Explained with Spring Boot | Real-Time Example | @Javatechie

JavaTechie #Microservice #SpringBoot #DesignPattern In this tutorial, we're going to simplify Adapter design Pattern! with ...

30:07
Adapter Design Pattern Explained with Spring Boot | Real-Time Example | @Javatechie

12,074 views

1 year ago

Java Techie
Singleton Design pattern in Java | Best Practice | Java Techie

This video will explain #JavaTechie #Singleton #DesignPattern What is singleton-design-pattern ? How many way we can create ...

16:00
Singleton Design pattern in Java | Best Practice | Java Techie

35,274 views

7 years 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,188 views

1 year ago

Java Techie
SOLID Design Principles in java with Example | JavaTechie

In this tutorial we will discuss about SOLID principle and its importance in Software development Key contents SOLID Introduction ...

34:44
SOLID Design Principles in java with Example | JavaTechie

246,581 views

4 years ago

Java Techie
Microservice Sidecar Pattern 🚀 | Spring Boot Hands-On Example | ‪@Javatechie‬

JavaTechie #Microservice #SpringBoot #DesignPattern In this tutorial, we'll explore how to use the sidecar design pattern in ...

30:41
Microservice Sidecar Pattern 🚀 | Spring Boot Hands-On Example | ‪@Javatechie‬

22,157 views

1 year ago

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

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

6 months ago

Java Techie
Java Pipeline Design Pattern | Practical Guide with Real-Time Example | @Javatechie

JavaTechie #designpattern #SpringBoot #DesignPattern In this tutorial, we'll explore the Pipeline pattern, a powerful design ...

24:04
Java Pipeline Design Pattern | Practical Guide with Real-Time Example | @Javatechie

23,058 views

1 year ago

Java Techie
Microservice | CQRS Design Pattern with SpringBoot  & Apache Kafka | JavaTechie

In this tutorial, we will Implement CQRS Design pattern using Spring Boot & Kafka CQRS stands for Command and Query ...

59:03
Microservice | CQRS Design Pattern with SpringBoot & Apache Kafka | JavaTechie

81,391 views

2 years ago

Java Techie
🔥 Java 25 | Game Changer! 🚀 Top Features Explained with Code @Javatechie

JavaTechie #springboot #java #ai Java 25 is here — and it's a total game changer! In this video, I'll walk you through the most ...

25:18
🔥 Java 25 | Game Changer! 🚀 Top Features Explained with Code @Javatechie

14,428 views

2 months ago

Java Techie
Microservices Architecture Patterns | SAGA Choreography Explained & Project Creation | JavaTechie

In this tutorial we will discuss what is saga choregraphy design patter and its internal work flow with a small usecase also we will ...

18:18
Microservices Architecture Patterns | SAGA Choreography Explained & Project Creation | JavaTechie

244,471 views

4 years ago

Java Techie
Microservice | Resilience4J Circuit Breaker Implementation on Spring Boot | JavaTechie

This tutorial will guide you how to use Resilience 4j circuit breaker to cascading failure and how to prevent it in the microservice ...

24:59
Microservice | Resilience4J Circuit Breaker Implementation on Spring Boot | JavaTechie

167,831 views

3 years ago

Geekific
The Strategy Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add another ...

7:26
The Strategy Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

138,118 views

4 years 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,582 views

1 month ago

Java Guides
Top 7 Microservices Design Patterns for Better Architecture

microservices #designpatterns #java In today's video, we're going to talk about something every software architect and developer ...

35:31
Top 7 Microservices Design Patterns for Better Architecture

4,046 views

3 months 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,447 views

4 months ago

Daily Code Buffer
Design Patterns Master Class | All Design Patterns Covered

Head to https://cutt.ly/spring_micro and use Coupon Code DCBFEST to get a HUGE Discount on the course. Course Contents ...

3:46:08
Design Patterns Master Class | All Design Patterns Covered

134,598 views

2 years 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

25,846 views

6 months ago

Telusko
Observer Design Pattern in Java

The observer pattern is a software design pattern in which an object, called the subject, maintains a list of its dependents, called ...

14:34
Observer Design Pattern in Java

193,546 views

6 years ago

Java Techie
How to prevent singleton class from Reflection | serialization | Cloning | Java Techie

This video will explain you what are the various way we can break singleton behavior and how we can prevent them using java ...

12:01
How to prevent singleton class from Reflection | serialization | Cloning | Java Techie

41,358 views

7 years ago