Skip to content

Instantly share code, notes, and snippets.

@jwo
Created December 19, 2013 17:55
Show Gist options
  • Save jwo/8043448 to your computer and use it in GitHub Desktop.
Save jwo/8043448 to your computer and use it in GitHub Desktop.
From No Coding to Web Dev (a list)

From No Coding to Web Dev

I get asked frequently about how people should become a Ruby on Rails developer -- that's such a broad range of topics it's hard to give just one path. You not only need to learn how to program, but you need to master Ruby, JavaScript, databases, TDD, and at least a little bit of graphics design (CSS).

Here's my path to a great web and Rails developer:

  1. http://pragprog.com/book/ltp2/learn-to-program
  2. http://www.codecademy.com/tracks/web
  3. http://www.codecademy.com/tracks/javascript
  4. https://www.coursera.org/course/programming1
  5. https://rubyoffrails.com/
  6. http://pragprog.com/book/rails32/agile-web-development-with-rails-3-2
  7. http://tutorials.jumpstartlab.com/
  8. http://www.gotealeaf.com/

It's a combination of free and not-free courses and books including mine (ruby-off-rails). In Ruby off Rails, I focus on Ruby, TDD, and Databases; with the above list you'll be able to round out your web developer education. (And, if you already know how to program, steps 1-4 are probably not needed).

Have you started (and/or finished) any of the items above and want to send me some feedback on the list?

/- jesse ([email protected])

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