Notes / tag / foundations

#foundations

46 notes across 11 topics

# Data Structures Algorithms

All Data Structures Algorithms notes →

# Object Oriented Programming

All Object Oriented Programming notes →

1 — What is Site Reliability Engineering?

What SRE actually is when you strip away the Google mythology — applying software engineering discipline to operations problems, with error budgets as the mechanism that makes reliability a measurable, negotiable trade-off instead of an absolute.

sre foundations book

2 — History of SRE (Google and Beyond)

How Ben Treynor's 2003 Google team turned an operations headcount problem into a discipline, and how the practice diverged as Amazon, Microsoft, Meta, and Netflix each adapted it to their own org shape.

sre foundations book

3 — DevOps vs SRE vs Platform Engineering

Three overlapping answers to the same organizational question — who owns production — and where each discipline's boundary actually sits when a service crosses it.

sre foundations book

4 — Reliability as an Engineering Discipline

Why reliability has to be designed and budgeted like a feature, not bolted on afterward as an operations concern.

sre foundations book

5 — Service Lifecycle

The stages a service moves through from design to deprecation, and the reliability gate that should exist at every transition.

sre foundations book

6 — Production Readiness Reviews

The structured checklist that turns 'is this ready for production' from a gut call into a repeatable, auditable gate before a service takes real traffic.

sre foundations book

7 — Reliability Engineering Mindset

The shift from reactive firefighting to designing for known failure modes — probabilistic thinking about what will break, not just how to react when it does.

sre foundations book

8 — Shared Ownership Model

Why 'you build it, you run it' only works with a real ownership contract behind it — the engagement model, escalation path, and toil ceiling that keep shared ownership from silently becoming SRE-owns-everything.

sre foundations book

9 — Cost, Reliability and Velocity Trade-offs

The three-way trade-off underneath almost every reliability decision, and why optimizing any one of cost, reliability, or shipping velocity in isolation breaks the other two.

sre foundations book