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
6 TipsTesting6 Tips for Creating Tests for Your CodeThere is still too much code without automated tests in place. It is a pity since automated tests…Frederik BankeJuly 22, 2020 2 min
DependenciesTestingBreaking DependenciesIn a legacy codebase, there are often a considerable amount of dependencies. It makes it hard to…Frederik BankeJuly 04, 2020 7 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