Lessons learned about learning
###Pick a Development Track
My areas of interest are Ruby, Rails, Git/Hub, Heroku & AWS, Markdown, JavaScript, and UNIX based development and production environments.
###Learn How to Learn
The podcast Ruby Rogues Episode 131 “How to Learn” is amazing. Its worth a listen even if you are not into Ruby.
###Listen to Smart People
###Use Interactive Resources
My two favorite flavors are Browser Based Learning and Test Driven Development Learning.
Browser Based Learning requires no client configuration. Client configuration is newbie kryptonite.
TDD Learning secretly teaches you how to write tests while you are learning a new software concept.
Browser Based Learning Picks
Code School
Code Academy
Tutsplus
TDD Learning
exercism.io
Ruby Monk
###Read Books and Online Media
Subscribe to Rails Weekly newsletter
Cookbooks Michael Hartl, Learn Rails
D3.Js D3 wiki Scott Murray’s D3 Book
**Git Pro Git
Videos * Railscasts * Watch the free Tutsplus tutorial on Sublime
###Read Code
Read good code. Start here
###Write Code
Write lots of code. Even if its bad. Especially when its bad. Fork and contribute to repositories. Like mine.
###Ship Code
Writing code is fun but seeing it come alive on the cloud is a blast. The barrier to entry is low and the upside endless. I deploy to Amazon Web Service by way of Heroku.
###Teach
Helping others to learn is one of the best ways to learn an new competency. Blog about a new move, help a newbie, or teach a class. Its kind of like rubber ducking with humans.
Example
##Here’s how to pass a block of code through a method
Learn more about this at RubyMonk.com.