Recent Posts

Abandoning Apps

5 minute read

In 2013 Windows 8 was the new thing, and with it came Universal Windows Platform(UWP) and the Windows Store. I was attending a Microsoft developer competitio...

Azure PIM - Securing Azure from yourself!

4 minute read

Azure Privileged Identity Management (PIM) is a feature that helps you follow the principle of least privilege in Azure. It allows you to temporarily elevate...

Enig. Another estimation tool.

4 minute read

I created Enig, a tool for simple estimation for distributed teams. Its a shared session where you can agree on a scope of a given task, without any overhead.

Records as distinct types

3 minute read

Records are a new construct in C#9, and is a simplified way to create classes which have some intrinsic attributes defined. Value equality, toString, copying...