Skip to content

Instantly share code, notes, and snippets.

@gabebw
Last active August 29, 2015 14:03
Show Gist options
  • Save gabebw/39fe90d4f13f0293ba4d to your computer and use it in GitHub Desktop.
Save gabebw/39fe90d4f13f0293ba4d to your computer and use it in GitHub Desktop.

README

  • READMEs - every project must have a good README
  • WTF is a websocket
    • push vs pull
    • full-duplex (draw on board)
    • pros/cons, devs have to think of tradeoffs
  • Pusher
  • Reading documentation
    • skim to find things that look relevant to you (i.e. not iOS)
  • ENV variables
    • What is an ENV variable?
    • "Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer. They are part of the operating environment in which a process runs."
    • dotenv-rails

Let's make....Greetr!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment