Skip to content

Instantly share code, notes, and snippets.

View yarapavan's full-sized avatar

Pavan Yara yarapavan

  • Bangalore
View GitHub Profile
@yarapavan
yarapavan / business-models.md
Created May 27, 2016 06:34 — forked from ndarville/business-models.md
Business models based on the compiled list at http://news.ycombinator.com/item?id=4924647. I find the link very hard to browse, so I made a simple version in Markdown instead.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@yarapavan
yarapavan / 0_reuse_code.js
Created March 26, 2016 07:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

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?