Jef Claes
On software and life
Home
All posts
Tags
infrastructure
12
Aug 2018
GES scavenging and the hidden cost of link events
Somewhere around a year ago, we started using [GES](https://eventstore.org/) in production as the primary data store of ...
01
May 2018
Amazon Redshift - Fundamentals
Late 2017, we set out to replace and upgrade our existing reporting and analytics infrastructure with something that wou...
26
Oct 2014
Programmatically force create a new LocalDB database
I have spent the last week working in an integration test suite that seemed to be taking ages to run its first test. I r...
22
Dec 2013
Databases are growing on me
I learned all about logical design of relational databases back in school; tables, columns, data types, views, normaliza...
10
Nov 2013
An event store with optimistic concurrency
Like I mentioned [last week](http://www.jefclaes.be/2013/11/event-source-all-things.html) - after only five posts on the...
27
Oct 2013
Event projections
In my first two posts on event sourcing, I implemented [an event sourced aggregate from scratch](http://www.jefclaes.be/...
20
Oct 2013
An event store
Last week, I implemented [an event sourced aggregate from scratch](http://www.jefclaes.be/2013/10/an-event-sourced-aggre...
15
Aug 2013
Eventual consistent domain events with RavenDB and IronMQ
Working on side projects, I often find myself using [RavenDB](http://ravendb.net/) for storage and [IronMQ](http://www.i...
17
Mar 2013
Putting my IronMQ experiment under stress
Two weeks ago, [I shared my first impressions of IronMQ](http://www.jefclaes.be/2013/03/first-ironmq-impressions.html). ...
10
Mar 2013
Some experimental infrastructure for IronMQ pull
I wrote about using [IronMQ as a cloud-based message queue](http://www.jefclaes.be/2013/03/first-ironmq-impressions.html...
03
Mar 2013
First IronMQ impressions
First time I touched messaging was in the first few years of my professional life working on software that supported fir...
20
May 2012
Painless database logging with mongoDB
While browsing the source code of the [ELMAH mongoDB provider](https://github.com/CaptainCodeman/elmah-mongodb), I learn...