Clarence's Coding Journal

My software development experiences.

RedDot Ruby Conf, Singapore

On the Easter weekend I attended Singapore’s first ever Ruby conference (called “RedDotRubyConf”). It was held at the Singapore Management University (SMU) on Friday, 22nd and Saturday, 23rd April 2011. It attracted around 240 attendees from Singapore, Hong Kong, Indonesia, Phillipines, Vietnam, Cambodia, Japan, Australia, USA, and other countries.

The first day started off with registrations where we each got a conference t-shirt and a bag of goodies including a Field Notes Memo Book and GitHub sponsored drink vouchers. After downing our favourite beverages (coffee, Coke Zero, tea or bottled water) the welcome note started off with Andy Croll (conference organiser).

The first speaker was Ian McFarland from Pivotal Labs (they are one of the main sponsors of the event), making up for Matz’s late arrival to the stage. He spoke about Ruby and Agile with some key points on test-driving everything, TDD/BDD, iterative development, continuous integration, the importance and benefits of pair-programming, keeping an “anchor” team member on a project when members roll-off and roll-on to get them up to speed, having productive workspaces and not working more than 8 hours a day. He also gave a nice insight into how Pivotal Labs work with clients on projects and a look at their office space – quite impressive.

Matz (Yukihiro Matsumoto) came on second and was a much anticipated speaker for obvious reasons! He spoke about Ruby’s humble beginnings and how it has grown over the years to where it is today – a large, vibrant, inclusive and friendly community (MINSWAN – “Matz is nice, so we are nice”). Even Martin Fowler got a special mention as being one of these nice people in the community. He also mentioned that although Ruby is not the fastest, simplest, or easiest language to learn, it does have “The Nice Community” which he sees as very important and that other open source software sometimes lacks. Although Ruby is productive and fun, he thinks we should keep advancing the technology before “the shark” catches up to it/us; this will ensure Ruby has a long and prosperous life ahead.

One last thing Matz talked about was the Ruby Rite VM that he is currently working on and plans to release by the end of 2011. It targets embedded environments and has a very configurable and component based approach to allow a small footprint that only includes the part of Ruby that are needed. He thinks Rite VM will give the Lua programming language a run for its money in the embedded programming space since Ruby is a fully-featured objected-oriented language.

The remaining talks were very good and covered diverse topics like using the ‘R’ programming language from Ruby, Agile testing, deploying with Chef, multi-tenancy in Rails, Agile in real-life (a client’s view), advanced git techniques, under the covers in Rails 3, Smalltalk and what Ruby borrowed from it, building financial apps in Rails, how to make outsourcing Rails projects successful, and lots more cool topics.

Overall, I was very impressed by the event because it was well organised, it had quality presenters, the content was interesting, and it had clearly evident theme of participation, inclusiveness, helpfulness of the Ruby community and giving back to the community. Quite a few big names (both companies and individuals) in the Ruby community were present which made the conference even more of a success. It looks like I was the only ThoughWorker there but I did meet a few fellow Australians and bumped into an ex-client developer, Keith Pitt, who worked on a Rails project with me about a year ago.

Other than Ruby and its community, the other main theme was around Agile software development. I think Pivotal Labs stole the show as they had a few speakers and attendees present and they explained and showed how they work on their projects.

Practically every company that presented said they were hiring Ruby developers and on the second day of the conference there was a hiring fair so that companies didn’t have to scramble over themselves and poach from each other. They also ran a coding competition with a MacBook Air as the prize (put up by ViKi) and no doubt used the results of that to put forward some job offers.

I think there is a lot of interest in Ruby and Agile in Singapore judging by the attendance record and the fact that attendees came from all over the world.

The highlights of the conference for me would have to be:

  • Yukihiro ‘Matz’ Matsumoto – the creator of the Ruby language – presenting his view of the future of Ruby (check out my fan pic and also who he thinks is part of the Nice Community hehe)
  • Dave Thomas – Pragmatic Programmers, his talk was well received by the locals
  • Tom Preston-Werner – the co-founder of Github (mostly for the free drink vouchers perhaps!)

I’m looking for to attending again next year!

Software Development Sea Change

Prior to joining ThoughtWorks I was mostly developing using Microsoft-based technologies on the .NET platform. Whilst there are some nice things on this platform (C# being one of them) I felt it was time for a change and to try taking some risks by moving into the uncharted territory called “open source”.

My first project, after 3 weeks on the beach (i.e. the bench, only more pleasant and sunny), was a Ruby on Rails project. I had heard of Ruby and even had a passing stab at writing something equivalent of the “15 minute blog” website. This was the kind of challenge I was looking for – something out of my depth and exciting. Lucky for me, the team I joined was awesome and because we pair quite extensively on ThoughtWorks projects I was somewhat productive after about 2 weeks.

After a year of Ruby/Rails projects I still feel like a newbie compared to the 5.5+ years I spent doing C# (and then several years doing Java, C++, etc, before that). Looking back I think learning “Ruby” and “Rails” was only part of the challenge. I was really working with tools, IDEs, and platforms completely alien to me, such as: Mac OS X, CentOS and Ubuntu Linux, RubyMine IDE, TextMate, Cucumber, RSpec, Selenium, PostgreSQL, MySQL, dozens of Ruby gems, Git, Github, Mercurial, Android SDK, Eclipse, Maven, JMeter, and lots more.

This initially made me feel quite uncomfortable as I was leaving my familiar Windows, Visual Studio and .NET environments behind. With so many new variables introduced at the one time there was certainly plenty to keep me busy. Apart from the technology landscape changes I was also thrust into the world of Agile software development.

A year and a half later I am on a Ruby on Rails project again targeting smart phones (like Android and iPhone) and also desktop web users. The whole infrastructure is deployed “in the cloud” using Amazon Web Services (AWS). It’s really a great project with a great team. I am still learning and still feel like a newbie at times but when I look back I can see how far I have come.

Some of the books that inspired me along the way include:

So if you are feeling bored with your current job or looking for a change I can only say “Just do it!” (thanks to Nike for that one).

Side note: I have been on a .NET project as well in this time (mostly in a coaching role) and we certainly do our fair share of .NET work at ThoughtWorks. .NET is something I am still keeping my eye on with .NET 4, ASP.NET MVC 3, and other interesting developments in the pipeline. However, now I would certainly consider open-source technologies and not limit myself to proprietary software.