Skip to content

Instantly share code, notes, and snippets.

@trivett
Created July 10, 2015 01:13
Show Gist options
  • Save trivett/64acbb6440762c8d624c to your computer and use it in GitHub Desktop.
Save trivett/64acbb6440762c8d624c to your computer and use it in GitHub Desktop.
Learning Resources

1#Some useful resources for learning Ruby

  • Ruby docs READ THE DOCS!
  • Dash for Mac Good mac app for quickly searching documentation
  • codecademy Good for review as well as beginning to learn
  • Code School Costs money but it works for some folks
  • Odin project Big Rails tutorial
  • Hartl This is THE rails tutorial. Mr. Hartl deserves that domain name.
  • Free codec camp Huge learning community, JS-focused
  • Ruby Monk Fun ruby tutorials with a Buddhist theme
  • Ruby Koans More Buddhism! Test-driven learning. Amazing for meditating upon the brass tacks of the language. Very highly recommended.
  • Project Euler Math. It's not just for making children cry.
  • Codewars Super fun user-generated code challenges. Great practice for technical interviews.
  • Green Ruby Newsletter
  • Ruby weekly Moar newslettah
  • Learn X in Y minutes The ultimate cheat sheet
  • Treehouse If you are in a Queens library, you can get this expensive material for free!
  • Teach yourself to code Ranking of programming tutorials for various languages.
  • Stack overflow How the hell did people live without this?
  • IT Ebooks I don't know how this isn't shut down by now. Loads of free programming books.
  • Code Crew Lovely learner's community started by a BEWD alum!
  • Awesome Ruby List of things that you can use with Ruby and Rails to make it more awesome.
  • Ruby toolbox For when you need a gem that does _____. They use the lobster font, however, be forewarned. It's like the Comic Sans of startups circa 2011.
  • Mou That's the markdown editor that you saw me using.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment