Jef Claes

On software and life

07 Jul 2011

Simple sorting in JavaScript

About three years ago I graduated and got my degree in Applied Computer Science. Although it says Computer Science, we h...
15 Jun 2011

Should we get this tool?

This is a decision that often needs to be made by middle management. For managers the most natural way to make this call...
07 Jun 2011

Book review: More Joel on Software

I was lucky to pick up a copy of [More Joel on Software](http://www.amazon.com/gp/product/1430209879/ref=as_li_tf_tl?ie=...
21 May 2011

Checking for anonymous types

Because I blogged about anonymous types [last month](https://jefclaes.be/2011/04/anonymous-type-equality-follow-up.html)...
09 May 2011

My thoughts on WebMatrix

After building [arealdeveloper.com](https://jefclaes.be/2011/04/arealdevelopercom.html), I felt like I had to do a follo...
02 May 2011

arealdeveloper.com mentioned on Channel9

While nosing around in the [arealdeveloper.com](#) analytics, I saw a bunch of traffic coming from [Channel9](http://cha...
26 Apr 2011

arealdeveloper.com

[A Real Developer](#) is a side-project I built over the weekend poking around with [WebMatrix](http://www.asp.net/webma...
24 Apr 2011

Prague impressions

[Last year](https://jefclaes.be/2010/04/trip-report-czech-republic.html) my girlfriend and I already made a trip to the ...
24 Apr 2011

Anonymous type equality follow-up: Equals()

After publishing [yesterday's post on anonymous type equality](https://jefclaes.be/2011/04/anonymous-type-equality.html)...
23 Apr 2011

Anonymous type equality

Let's say you instantiate two variables (a and b) using [anonymous types](http://msdn.microsoft.com/en-us/library/bb3976...