Recent Posts

Digesting Rails: BDD with RSpec

11 minute read

I’ve now progressed through the first six chapters of the Ruby on Rails Tutorial and my head is spinning. I feel like Keanu Reeve’s character from the 90’s b...

Ruby: First Impressions

3 minute read

As a initiate into the world of Ruby, and as someone coming from a C++ / C# background, I thought I’d jot down some of my initial observations of the Ruby la...

3.times { puts “go!” }

3 minute read

I’d been meaning to learn Ruby on Rails for quite some time now, but hadn’t committed myself. I’d heard so much about the beauty of the Ruby language and the...

An Initial Game Design

4 minute read

Based on analysis of the text adventure game, and using the requirements described in my previous post, I’ve come up with my initial stab at an object-orient...

Step Away from the Keyboard

4 minute read

It’s tempting to begin a project like this by hammering away at the keyboard writing code. The gratification is immediate, you can see results and feel some ...