Nash·Mar 5, 2025Resolve cyclic dependencies with Castle WindsorAlthough of course you should avoid this!
Nash·May 2, 2024The Foundations of Software ArchitectureUnderstanding the Notions of Dependency and Coupling
Nash·Apr 8, 2024Mastering Code Testing: Harnessing SUT or FixturesDive into the world of code testing with this comprehensive guide
Nash·Nov 16, 2023Why I hated Monad, and why I start to love itExploring an alternative approach to flow and error management
Nash·Oct 11, 2023A Threadsafe implementation of DbContextHow to enable Entity Framework DbContext to multithreadingA response icon5A response icon5
Nash·Jun 23, 2023Simplifying Dependency Injection in TypeScript with Injected-tsA simple DI (Dependency Injection) library for typescript
Nash·Jun 19, 2023Clean code story — How to shorten your methodsUsing encapsulation and Tell don’t ask principle
Nash·Jul 13, 2022Clean code story — No commentsWhy you should prefer short methods to comments, even on already short methods
Nash·Mar 23, 2022Clean code story — Exceptions handlingWhy not returning null? And how to handle exception in a clean wayA response icon6A response icon6