I am a Software Development Engineer at Open Payments Europe in Stockholm, Sweden with 10+ years experience in .NET. Here I want to accumulate my thoughts and share some experience.
Performance optimisations. Classes vs Structs vs ArrayPool Structs
8 min read -
10 Jan, 2021
Performance is a big and hard topic, there are already plenty of books and articles written. In this post I will not go into the basics or teory of performance instead I will jump directly into examples on how to improve performance...
Containerise your dev environment
5 min read -
23 Jun, 2020
Many people who work with me know that I hate anything related to frontend :).
I only work with backend, but sometimes I still have situations when I need to run some GUI which brings pain: you need to have version x for node, version y for npm for one project, then another project requires different versions and other dependencies... And you need to follow all the different scripts for how to start all that mess in each project. Meeeh...
Introducing ActiveLogin
5 min read -
1 May, 2020
ActiveLogin is an open source package that I created together with a few colleagues back in 2018 and published on github in 2019. With the purpose of simplifying the authentication process with BankID-services. Current version is 3.0.0...