public 8 min read Object Calisthenics #5: Other points of views Pierre Belin, Yoan Thirion, Jonathan Roellinger, Clément Sannier, Guillaume Faas Nov 26, 2024 You've seen two implementations of calisthenics objects that differed in many ways, both in the way they applied…
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…