Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1

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 a Layered Architecture: In a simple term when we building an enterprise application, we maintain different layers to encapsulate layers...

Dilemma on Utility module , making a jar or separate Microservice?

Dilemma on Utility module , making a jar or separate Microservice?
In my previous article, I talked about How you can come to a conclusion about what to choose for your new project Microservice or Monolith?  As an architect may you follow the points what I mentioned in the previous article and come to a conclusion...

Microservice Vs Monolith:Which one to Choose?

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 as an architect when you trying to create a new Software based on a specific Domain, What will you do , adopt Microservice...

DDD::Interchange Context and Microservices

DDD::Interchange Context and Microservices
In my previous two articles, I describe lots about Bounded context and context map, where we have learned, How to segregate the domain models using Bounded context?  Also learned, How to use context map judiciously to understand...

DDD: Thinking in terms of Context Map

DDD: Thinking in terms of Context Map
In my previous article, I did a detailed discussion about the Bounded Context and learn that how to tackle the complexity of a Domain, it is the best way to divide the domains into several subdomains and mapped them with different bounded contexts...

Bounded Context in my view

Bounded Context in my view
In this article, I will share my view about Bounded Context, What does it mean,? Why is it required? The connection between Bounded context and Microservices. I will try to keep it simple, and this article targeted to that audience who will hear the...