Modular Monoliths Are a Good Idea, Actually.
Microservices aren’t the only way to get high cohesion and low coupling.
Read in full here:
This thread was posted by one of our members via one of our news source trackers.
Modular Monoliths Are a Good Idea, Actually.
Microservices aren’t the only way to get high cohesion and low coupling.
Read in full here:
This thread was posted by one of our members via one of our news source trackers.
If you have a single team and just a few developers, or not building the next Netflix, probably a good idea to use a modular monolith.
This is our go-to architecture style for our .NET applications.
Domain level separation is hard and opinionated.
For small scale applications, separation on ports
is often enough.