Clean CodeC#Clean Code: A Deep Dive into the BasicsClean: Simple But Not Easy As technology gets smarter, our dependence on software for the simplest…Frederik BankeApril 26, 2021 16 min
Duplicate CodeC#Duplicate Code - Case StudyCode duplication is the root of all evil in software development. When working on an e-commerce…Frederik BankeDecember 07, 2020 2 min
Fix Code ProblemsC#How to Fix Magic Numbers and Detect Primitive ObsessionI recently got a task to implement a product importer for a new vendor for a webshop. It seemed…Frederik BankeNovember 09, 2020 1 min
LinkedIn APIC#Learning Tests or How I Learned the Linkedin Api EffortlesslyLearning tests are a great way to consume a REST API and validate use-cases before integrating it…Frederik BankeOctober 26, 2020 6 min
Test HarnessC#How to Add a Test HarnessAdding tests to an existing code base is not always easy. So, where do you start? In the video, I…Frederik BankeJuly 04, 2020 9 min
C# AsyncC#Improving Scalability in C# Using Async and AwaitLearn how to improve performance using scalability with the async and await keywords. When are…Frederik BankeApril 12, 2020 7 min