Archive for February, 2009

My first Ruby On Rails project

Saturday, February 21st, 2009

Yesterday I heard a podcast from the Danish builder.dk site where the builder.dk team interviewed David Heinemeier Hansson who created Ruby On Rails. This inspired me to try out Ruby On Rails. I download the Ruby On Rails one-click installer and MySQL and then followed this guide to install everything.
After the installation I created my [...]

Web services versioning

Sunday, February 15th, 2009

Consider a scenario where you have a web service that you expose to consumers – and you want to make changes to the provided web service interface. What can you change without impacting existing consumers? And how do you handle changes that do impact existing consumers? I work on a project where we have to [...]