What am I up to?
In recent months I have been doing many things. Mainly I’ve been keeping busy and not having anything to write about.
Since I graduated in July I’ve worked at Rail Vision in Loughborough developing application interfaces in Visual C#; I have moved house and I finally started my new job and life at IBM.
For the past few weeks I’ve been orienting myself to the IBM way of life, getting used to the people and the software/hardware I will be working with and things that I might be working with one day. Hopefully all this learning I’ve been doing will be useful when I actually get to start working on a project, but until then I’m excited for what the future holds.
In other news, I recently started playing Battlefield 3 with some friends. As Armin Ronacher points describes, the Battlelog web application which records your statistics, launches single and multiplayer games and much more; is actually a really interesting platform. I’ve been looking for an excuse to build a Ruby on Rails application and learn Ruby/Rails for a long time now and so I have set about working on a Ruby gem for parsing JSON data from the Battlelog website and an example RoR app to demonstrate some functionality.
Before starting I looked around for any similar projects and found some work by Blake Harley, who has written a PHP API for Battlelog. It is this work which I have based my Ruby code on.
The current work-in-progress can be found on github.