Rasmus FeldthausinLevel Up CodingSerialization — A Birds Eye View of The FragmentsChoosing the right type of serialization can have huge performance implications, in a world where the majority of software systems consist…Aug 13, 2021Aug 13, 2021
Rasmus FeldthausinLevel Up CodingSupercharge Your Testing With Property-Based TestsUnit testing is great for the cases you anticipated. Unfortunately, bugs tend to show up in the ones you did not. Property-based testing…Jan 5, 2021Jan 5, 2021
Rasmus FeldthausWhat Modern Portfolio Theory Can Teach You About Your Job SituationWhat if you could look at your current job situation through the same lens as you make investment decisions? When looking at your…Dec 12, 2020Dec 12, 2020
Rasmus FeldthausinLevel Up CodingPainless Estimation For DevelopersEstimates are a pain. How often have you done estimates, only to have them dismissed with, “You have 3 weeks”? I will show you a path out…Nov 5, 2020Nov 5, 2020
Rasmus FeldthausinLevel Up Coding5 Tricks For Better Debugging in Visual StudioDebugging tends to be a painful experience for most developers. In this article, I will show you a few tricks, that will make your…Oct 28, 20201Oct 28, 20201
Rasmus FeldthausinThe StartupIs Your Team as Resilient as Your Software?How to analyze our organizations the same way we analyze software.Oct 22, 2020Oct 22, 2020
Rasmus FeldthausincodeburstMSSQL Performance Optimization — Getting StartedSo your code using the MSSQL server, is not as fast, as it used to be. In this article, I cover how you can make your queries run faster…Oct 15, 2020Oct 15, 2020
Rasmus FeldthausincodeburstValue objects and How to Appreciate ThemA value object is a design pattern, where an object is made to represent something simple, like currencies, dates, etc. A value object…Oct 8, 20201Oct 8, 20201