-
Software Development
Dilemma on Utility module, making a jar or separate Microservice?
In my previous article, I talked about how to choose Microservice or Monolith for your new project. As an architect…
Read More » -
Software Development
Microservice Vs Monolith: Which one to Choose?
“Microservice” is a Buzzword in the industry right? Apart from Microservice, design rest of the design marked as “Monolith”. But…
Read More » -
Enterprise Java
Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1
This is a two-part series where I will show how to create a Layered architecture with Spring Boot. What is…
Read More » -
Software Development
Bounded Context in my view
In this article, I will share my point of view about Bounded Context. I will try to answer questions like…
Read More » -
Software Development
Deep Dive to Distributed Service Registry
In my previous article, I discussed how to maintain Resiliency in Microservice/Distributed Architecture. In this tutorial, I will discuss Distributed Service Registry.…
Read More » -
Software Development
Deep Dive to Hystrix Resiliency Maintenance
In my previous Microservice Tutorial , I have shown How We can use Hystrix as a circuit Breaker and how…
Read More »