Recent posts

MEAN Hackaton

1 minute read

Since I did the MongoDB course I got involved in organizing a Hackaton in the MEAN stack.

M101N MongoDB for .NET

less than 1 minute read

I just finished the online course M101N MongoDB for .NET and I really enjoyed it. They combine short videos and a quiz after them checking you understood the...

Explaining SOLID principles with C# examples

5 minute read

SOLID are five basic principles for object-oriented programming and design. If applied, the solution is more likely to be easy to maintain and extend over time

C# in depth by Jon Skeet

less than 1 minute read

I just finished reading C# in depth by Jon Skeet, the book covers the evolution from the first version of C# until C# 5 (at least the edition I read). Explai...

Using Jekyll on Windows

less than 1 minute read

I have a Macbook Air and a desktop PC. As a .NET developer I expend more “productive” time on the PC, even if I have a windows partition installed on the Mac...

Resharper favourite hotkeys

1 minute read

When coding in C# with Visual Studio usually you get enough help with Intellisense and Visual Studio shortcuts, which there are plenty:

Markdown syntax introduction

4 minute read

Plain text formatting syntax designed so that it optionally can be converted to HTML using a tool by the same name

Engineering culture at Spotify

less than 1 minute read

Sometimes people think Agile is only for small companies and impossible for the big ones. Here you have an example how it can be also implemented in a large...