Jef Claes

On software and life

10 Feb 2013

Premature judgement

When I started my first job, I hardly ever judged my peers. After all, how could I? Everything was unknown for me; I cou...
03 Feb 2013

Raising events in commandhandlers

I've explored quite a few options on how to handle commands and queries in the last few posts. I finally settled on [thi...
27 Jan 2013

Organizing commands and queries

In the last few posts I settled on an architecture for handling commands and queries. A byproduct of [the described appr...
24 Jan 2013

RavenDB: Drop all collections

I never stub or mock the database when I'm using [RavenDB](http://ravendb.net/). Generally, I use an embeddable document...
20 Jan 2013

Separating command data from logic and sending it on a bus

In [my first post on this topic](http://www.jefclaes.be/2012/10/commands-queries-and-testing.html), I started out with a...
13 Jan 2013

Self-contained commands with dependencies

*Also read: [separating command data from logic and sending it on a bus](http://www.jefclaes.be/2013/01/separating-comma...
31 Dec 2012

2012 Annual Review

It's that time of the year again where I take some time to look back on the year passed and peek at the year ahead. This...
23 Dec 2012

2012's most read posts

I look forward to writing this post each year; it's by far the easiest one to write, and it provides me with an occasion...
09 Dec 2012

It's not cake we are baking

I recently watched a talk on Vimeo where [Christin Gorman](https://twitter.com/ChristinGorman) talks about how cookie do...
02 Dec 2012

Some notes on performance tuning with NHibernate

A few weeks back, I spent an intensive day performance tuning parts of a, to me, relatively unfamiliar part of our codeb...