2016-12-22

A new schedule

For a long time I've made sure that there was something happening here on a regular basis. I've decided regular is no longer going to be the case.

2016-12-15

All in on async/await

While I haven't been coding in C# for about a year now I couldn't resist reading this recent article. A nice write-up where I only want to make two additions.

2016-12-08

Go for C# developers: functions vs methods

I must admit that I often use the words function and method interchangeable. Probably because I was once taught that a method is a function that does not return anything. In the Go vocabulary however there is a clear difference and a nice method gotcha!