Recent posts

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...