6 ms·
There's another way to get this kind of parallelism without the mess of microservices. Build a well architected monolith and be super strict on single purpose
by aussieguy1234 27d ago
There's another way to get this kind of parallelism without the mess of microservices.
Build a well architected monolith and be super strict on single purpose and keeping modules separated from each other.
- aryehof 27d ago> Build a well architected monolith and be super strict on single purpose and keeping modules separated from each other Isn’t the question how to keep likely dependent modules separated from each other in a monolith? You say “single purpose”, but how does that admonition work in the reality of a complex problem domain?
- synack 27d agoLibraries, not services.