Posts

Showing posts from October, 2008

This Blog Has Moved!

Right, so yes, five years ago I moved to github pages, and never bothered to redirect any of these pages there. Now I've moved on from there, and... Finally I am using my real domain, trishagee.com . My blog is now at trishagee.com/blog .  See you there!

Amazing!

Today, I found my own blog useful.  I was configuring Spring validation on my new project, and had to remind myself how to do it .  We configured validation on the new project in less than an hour, which beats the two days it took me to work out how to do it the first time. And I impressed one of my new work collegues.  Apparently I am now the Spring Guru.  Oooops.

Multiple Environment Configuration in Maven

Today, I found this blog post very useful.

Popular posts from this blog

Dissecting the Disruptor: What's so special about a ring buffer?

Dissecting the Disruptor: Writing to the ring buffer

Dissecting the Disruptor: Why it's so fast (part one) - Locks Are Bad