Software Design public 9 min read Evolving Existing Code through TDD: A Password Case Study Yoan Thirion, Jonathan Roellinger Sep 17, 2024 In Week 4 of our Summer Craft Book, which Yann Courtel and I created, we focus on Test-Driven Development with…
.NET public 7 min read Hangfire: A Feature-Rich Approach to Task Scheduling in .NET Jonathan Roellinger Apr 16, 2024 In the vast landscape of .NET scheduling libraries, Hangfire stands tall as a formidable competitor. We've previously explored…