Jun 29, 2010 @ 12:12 pm

A quick and easy tip today. It won’t impress the veteran ruby developer, but it will impress every ruby newcomers, guaranteed!
Say I have a horse racing ruby application that allow people to know information about every competing horses. I have an input box that people can use to enter the name of a horse. Once [...]

Posted under : short & sweet
May 13, 2010 @ 08:11 am

Update: You can follow the discussion on Hacker news

I guess I won’t make a lot of friends by saying this but my first impression with Ruby 1.9 was awful. Since we had to configure a new server, we thought it was the perfect occasion to install ruby 1.9 and see how our current web applications [...]

Posted under : Easy reading
Apr 26, 2010 @ 01:48 pm

It’s been a while since I wrote about XMPP and XMPP4r. I’m glad because my introductory posts on this topic were very well received. Today I want to push further and share with you a tutorial-like post explaining step by step how to build a simple application with a XMPP interface. The complete listing is [...]

Posted under : In depth