Skip to content

Instantly share code, notes, and snippets.

View mdemerson's full-sized avatar

Mat mdemerson

View GitHub Profile
@amanda08
amanda08 / ruby-newbies.md
Last active August 29, 2015 14:09
This morning at RailscampAU in Perth we facilitated an informal discussion around learning Ruby. We had a very impressive turnout of people from all levels of experience who contributed to the discussion. Here's a list of some of the resources and ideas mentioned.

Ruby Newbies Chat Notes

Q1: What do you hope to get out of learning Ruby?

  • Program things faster (3)
  • Something out of nothing
  • Design things better rather than just make it work
  • Avoid getting bogged down in nitty-gritty syntax (3)
  • Testing practice
  • Focus on being nice for developers
  • Workplace used it
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#