Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.45 KB

ArchitecturalDecisions.md

File metadata and controls

31 lines (19 loc) · 1.45 KB

In software engineering and software architecture design, architectural decisions are design decisions that address architecturally significant requirements; they are perceived as hard to make and/or costly to change. https://en.wikipedia.org/wiki/Architectural_decision

Books

Fast Monolith vs. Microservices from the start? https://developers.redhat.com/blog/2016/10/27/the-fast-moving-monolith-how-we-sped-up-delivery-from-every-three-months-to-every-week/

How much to use of Cloud Native?

API first? Mobile first? Priority comes to what?

Use the best programming language per compoent? Same language across the application?

Compliance like PCI from the beginning or phase in?

Test Driven Development?

All code on commit does a CI/CD and runs all the tests?

Use RHEL (rpm) or atomic host (containerized) OCP installation or mix and match per https://access.redhat.com/solutions/3189682?

Single or cluster wide solution for components like CI/CD, logging and monitoring.