blog book reviews
A private blog of learnings and thoughts.

DDIA Book #1: Metrics. I was wrong, you are wrong….

Just in Chapter #1 of this book, I've realized I have been capturing the wrong metrics my entire life.

So I'll first go section by section and start by doing a quick review of a core metric I should have captured

RAW NOTES: (TBD when I finish this book)

Reliability

The book defines reliability as the capacity of a system to continue operating correctly even when it fails, AKA hold and recover from failures, both predicted and unexpected.

Note: I am still confused about unexpected failures..

Key Points:

The Only Strategy:

Scalability

Is the ability of a system to handle increased load without degrading performance or availability. Keyword here is performance the I've seen it in my previous job where with more scale the old services became really really slow.

Key Metrics:

Observations:

Strategies:

Maintainability

I guess a good book on maintainability was the Clean Architecture book where they go in detail in how to make code that is easy to maintain, but this books touches on:

Goals:

Summary

Very interesting, a bit general. I guess with the following chapters, I will form an opinion on this