this post was submitted on 20 Jun 2023
4 points (100.0% liked)
Software Architecture
267 readers
1 users here now
A place to ask questions and share knowledge on system design and aligning technology to business need.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The Practical Architecture Process is probably the best distillation I've read.
Alongside that there's the classics, Enterprise Integration Patterns, a DDD book of your choosing, Newman's Microservices.
I'm a big fan of ReST In Practice, though nobody cares about ReST any more, and Simon Brownwork is great, particularly the C4 model.
Mostly, unfortunately, you have to learn by doing. Design a thing, document your assumptions and constraints, and see if the design still makes sense 5 years later.