Intro to Software Architecture - raisercostin/software-wiki GitHub Wiki
Document Architecture
- ADR - Architecture Decision Record
Intro
- https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html
- https://www.infoq.com/articles/architecture-five-things
- https://leanpub.com/software-architecture-for-developers/read#c4
- https://www.nginx.com/blog/introduction-to-microservices/ Architecture concepts:
Types
- microservices architecture
- c4 architecture - https://c4model.com/
- top down 4 stages
- context
- containers
- components
- classes
- short intro - https://dzone.com/articles/simple-sketches-diagramming
- https://c4model.com/
- tool - https://www.structurizr.com/
- top down 4 stages
- hexagonal architecture
- SEDA - https://en.wikipedia.org/wiki/Staged_event-driven_architecture
- evolutionary architecture
Deprecated Architectures
- monolith
- SOA - Service Oriented Architecture