I saw this post about increasing your python proficiency from apprentice to guru and would love the same advice but for Ruby (the language I use for personal project and hope to use professionally someday).
Where I am now: I can create and implement basic sites in RoR and get most done on a small scale. I am sure a Ruby guru would facepalm at half of the stuff I am doing but that's why I am asking. When I am done with the beginner stuff what is the next step to getting to guru status?
I've seen the responses for improving my programming generically so I am looking for responses more about getting more deeply acquainted with Ruby.
(the rest of this question is shamelessly ripped from the original poster, credit)
Let me sum up what I do NOT want to ask first ;)
- I don't want to know how to QUICKLY learn Ruby
- Nor do I want to find out the best way to get acquainted with the language
- Finally, I don't want to know a 'one trick that does it all' approach.
What I do want to know your opinion about, is:
What are the steps YOU would recommend to a Ruby journeyman, from apprenticeship to guru status (feel free to stop wherever your expertise dictates it), in order that one IMPROVES CONSTANTLY, becoming a better and better Ruby coder, one step at a time. Some of the people on SO almost seem worthy of worship for their Ruby prowess, please enlighten us :)
The kind of answers I would enjoy (but feel free to surprise the readership :P ), is formatted more or less like this:
- Read this (eg: ruby tutorial), pay attention to that kind of details
- Code for so manytime/problems/lines of code
- Then, read this (eg: this or that book), but this time, pay attention to this
- Tackle a few real-life problems
- Then, proceed to reading Y.
- Be sure to grasp these concepts
- Code for X time
- Come back to such and such basics or move further to...
- (you get the point :)