Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am karux on github.
  • I am haddadc (https://keybase.io/haddadc) on keybase.
  • I have a public key whose fingerprint is ABBB B3D4 7DD3 58E2 716C 0AB3 4190 2F27 2B08 F7BA

To claim this, I am signing this object:

@karux
karux / service-checklist.md
Created September 21, 2016 21:39 — forked from acolyer/service-checklist.md
Internet Scale Services Checklist

Internet Scale Services Checklist

A checklist for designing and developing internet scale services, inspired by James Hamilton's 2007 paper "On Desgining and Deploying Internet-Scale Services."

Basic tenets

  • Does the design expect failures to happen regularly and handle them gracefully?
  • Have we kept things as simple as possible?