Skip to content

Instantly share code, notes, and snippets.

@makenova
Created July 30, 2014 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makenova/c85c16c47ea17f472db7 to your computer and use it in GitHub Desktop.
Save makenova/c85c16c47ea17f472db7 to your computer and use it in GitHub Desktop.
OKCoders talk about tooling and the dev experience

Tooling Demo

Experience

  1. Supervisor
  • npm start == node bin/www
  • npm install -g supervisor
  • supervisor bin/www
  1. Gulp or Grunt
  1. Sublime Package Control
  • Emmet
  • BracketHighlighter
  • Sublime Tern
  • Git Gutter
  • EJS
  1. Sublime Snippets (e.g. html)
  2. Robomongo
  3. Chrome Dev Tools

Code Kata (Practice)

  1. Javascript Under Pressure
  2. Code Wars
  3. ShortcutFoo

Learning

  1. Codecademy
  2. Code School $
  3. Tuts+ $

Podcasts

  1. Javascript Jabber
  2. Nodeup
  3. The Changelog
  4. Thought Bot
  5. Hanselminutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment