CQRS: on Commands and Validation – part 1: introduction

CQRS: on Commands and Validation – part 1: introduction

Let’s have a quick discussion about CQRS. There’s a lot to say to be honest, so let’s try to focus on just one thing today: validating your Commands (who knows, I could start a series after this, we’ll see). The idea is simple: how can I make sure that the...

2 minute read
On leaving places.

On leaving places.

It all begins when you start living in a place, even for a short period. Even if you don’t want to blend with the people, to disappear in the crowd. It’s not a matter of time. It’s a matter of trails left behind, trails of our past selves on the ones...

1 minute read
Dell Limerick Hackathon 2016

Dell Limerick Hackathon 2016

Hi everybody! Last January we had an Hackathon here @ Dell Limerick, the main theme was “office productivity”, aka “how would you improve your and your coworker’s productivity”. I was in a team with other 4 very smart guys, didn’t won but all in all it was a terrific experience…two...

2 minute read
Unit testing MongoDB in C# part 3: the database factories

Unit testing MongoDB in C# part 3: the database factories

Welcome to the third article of the series! Last time I was talking about the database context and at how I injected a Factory to create the repositories. Of course we could have injected every single repository in the cTor, but this way adding a new collection to the database would force too...

4 minute read