Cincinnati Day of Ruby 2010

September 23, 2010 at 8:27 PMRampidByter

I’m a little late posting about the event, but I attended the 2010 Cincinnati Day of Ruby event. The first half of the day was spent being introduced to Ruby Koans, and the second part of the day was taking a running jump at Ruby on Rails. I can safely say that Ruby Koans is hands down the best way I’ve ever found of learning a new programming language from scratch.

If you’ve never seen the Koans it’s basically a single program consisting of several Ruby files each consisting of testable blocks of code. Within each code file are multiple fill-in-the-blanks unit tests requiring the user to fix in order to move onto the next broken section of code to complete the Koans. You begin at the core aspects of the language, simple data types, exceptions, functions, classes, and so on. It’s really a bottoms-up approach to learning a language where you gradually expand your understanding in a test driven manner.

Ruby on rails I won’t touch with a ten foot pole at the moment. That was a walking disaster for anyone on a Windows machine. Luckily I had the forethought to bring my Ubuntu netbook. Still my only complaint against Ruby in general is not so much with Ruby itself but with Ruby’s other frameworks. The language is neat, and Nil is an object not actually null as we know it. How cool is that? Anyway, I really enjoyed the event, and have a greater understanding of Ruby because of the event. Win win.

Posted in: Programming | Ruby | User Group

Tags:

Cincinnati Day of Ruby

August 22, 2010 at 2:47 PMRampidByter

On September 11th the Cincinnati Day of Ruby event takes place. The event will be lead by Jim Weirich, Chris Nelson and Doug Alcorn. For someone like myself who wants to learn what Ruby really is, and how to use it in one single day this is the event for you! The cost is $25 for a full day event from 7:30am to 4:00pm with lunch provided.

Posted in: Programming | Ruby | User Group

Tags: