Jumping into Ruby

Still not 100% confident in my HTML/CSS/Javascript skills but had an opportunity come up for me to jump into Ruby.  So far I'm picking up the very very very basics of it and so far so good.  Struggled forever trying to toggle between integers, floats and strings and getting my puts to work.  But had that a-ha moment last night when it clicked.  Methods was actually very easy to pick up.  Some of the higher math functions seem oddly configured but that's a minor issue.  Now working on flow control.

For those looking for a very good beginner's tutorial, check out Chris Pine's Learn to Program.  Of course, there's always Codecademy and LearnStreet as additional resources.  What I've found though is that reading Chris' tutorial and actually doing the coding in a "real world" environment with an actual text editor and Terminal forces me to do things with less training wheels.  There are times when things don't work no matter how many times I rewrite them but once they finally do work, that amazing a-ha moment is immensely greater than doing things in a more hand holding fashion.  I also find that when I'm not fed the answer and have to actually hunt and figure it out myself that it sticks with me more.  The journey of discovery is much more important than the destination.