How I used Travis CI to deploy Barfer on Azure

How I used Travis CI to deploy Barfer on Azure

Ok this time I want to talk a little bit about how I used Travis CI to deploy Barfer on Azure. Last time I mentioned how much helped having a Continuous Delivery system up and running so I thought it would be worth expanding a little bit the concept. Some...

3 minute read
#hashtags just landed on #Barfer!

#hashtags just landed on #Barfer!

Yeah I know, I blogged yesterday. I probably have too much spare time these days (my wife is abroad for a while) and Barfer has become some kind of obsession. You don’t know what Barfer is? Well go immediately check my last article. Don’t worry, I’ll wait here. So the new...

2 minute read
I’m becoming a Barfer!

I’m becoming a Barfer!

More than a month! My last post on this blog was more than one month ago. I should write more often. No wait let me rephrase that: I should write on this blog more often. Why? How I spent my last month? Barfing, here’s how! Ok, let’s add more details. A...

2 minute read
How to configure StructureMap to inject a typed logger

How to configure StructureMap to inject a typed logger

Logging is an essential part of every application. Might be dead simple as Console.WriteLine() or a complex third party library but every piece of software needs a way to communicate its status. In my last project I have decided to use the wonderful NLog . One of the good things...

3 minute read