Skip to content

Instantly share code, notes, and snippets.

@mattstauffer
Created April 17, 2014 16:56
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 mattstauffer/10997803 to your computer and use it in GitHub Desktop.
Save mattstauffer/10997803 to your computer and use it in GitHub Desktop.
Show Notes for Frontend Awesome talk 2014-04-17
http://www.iterm2.com/
https://github.com/robbyrussell/oh-my-zsh
http://github.com/
https://developer.yahoo.com/yslow/
http://nodejs.org/download/
https://rvm.io/
https://getcomposer.org/
http://bower.io/
http://sass-lang.com/
https://github.com/guard/guard
http://gruntjs.com/
http://gulpjs.com/
http://www.vagrantup.com/
https://incident57.com/codekit/

Note for Windows Users

Formats

  • JSON
  • Markdown

Command-Line-Awesome

  • Terminal
    • iTerm2
    • Oh-My-ZSH
    • Homebrew
  • Git
    • Github
  • Vim
  • SSH

YSlow

  • Scripts at bottom
  • Reduce HTTP requests
  • Minify
  • Remove duplicate scripts

Package Managers

  • Intro
    • NPM
      • Setting up Node/NPM
    • Gems
      • Setting up Ruby/RVM/RubyGems
    • Composer *

Build/asset tools that use package managers

  • Bower
  • Sass & Compass
  • Guard
  • Grunt
  • Gulp

Advanced Tips

  • Vagrant
  • LiveReload

How Do I Get Started Today

  • Terminal
  • Scripts at bottom
  • RVM, NPM, Simple Gulpfile (or CodeKit)
  • Sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment