Recent posts

Collecting agile and XP best practices

less than 1 minute read

There is a huge difference between reading about agile software developpment, and being an agile developper or team. There are a lot of practical best practi...

Making C# properties first class objects

1 minute read

Functions and methods have a better status in the .Net world than they had in the Java world … They are now first class. This means that it is possible to as...

Using gems instead of rails plugins on heroku

less than 1 minute read

Heroku is great, you can have a rails app running live in a few minutes ! There are still a few tricky points you’ve got to sort out a little differently. On...