Member-only story
Availability: Ensuring Your System is Always There When Users Need It
4 min readNov 21, 2024
This was initially posted in my newsletter BuildItSimple!, if you don’t have a medium membership, you can read it here:
Welcome to the third installment in our series on crucial non-functional requirements (NFRs) in software architecture! After exploring scalability and reliability, we’re now turning our attention to availability — a critical factor in keeping your users satisfied and your business running smoothly.
Before we dive in, let’s quickly recap our journey so far:
Our NFR Journey
Before we dive in, let’s quickly see what we tackle in this series:
- Scalability — Servicing all interested parties
- Reliability — Building Trust in the Digital World
- Availability — Ensuring Your System is Always There When Users Need It [this one]
- Maintainability — Designing for the Long Haul in Software Architecture
- Extensibility — Designing for Future Growth in…