Skip to main content

Reading Fundamentals of Software Architecture

· One min read
ymdarake

Notes

Reading Fundamentals of Software Architecture by Mark Richards, Neal Ford, 2020, O'REILLY.

I'm writing down some keywords below...

  • Architecture Decision Records
  • Ambulance pattern
  • Outbreak Cache
  • Dividing Data Stores
    • Better access control by user types
    • Better availability
  • Risk Storming
    • Make Matrix
      • Availability
      • Elasticity
      • Security

Context

I've been in a project which is based on Microsevice Architecture and Event Driven Architecture. (with k8s and Kafka)