Skip to content

Instantly share code, notes, and snippets.

View danielhartnell's full-sized avatar
🙂
:octocat: :octocat: :octocat:

Daniel Hartnell danielhartnell

🙂
:octocat: :octocat: :octocat:
  • Internet
  • Portland, Oregon
View GitHub Profile
@danielhartnell
danielhartnell / System Design.md
Created April 19, 2016 04:10 — forked from vasanthk/System Design.md
System Design Cheatsheet

#System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

##Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.