Software EngineeringResult Pattern: control flow done rightHow to use the Result Pattern to make expected failures explicit, avoid exceptions as control flow, and improve readability in .NET applications.5 min readSoftware Engineering
Development practices, quality, documentation, productivity, and technical choices for building sustainable software.
2 articles published
Latest articles
Software EngineeringResult Pattern: control flow done rightHow to use the Result Pattern to make expected failures explicit, avoid exceptions as control flow, and improve readability in .NET applications.5 min read
Software EngineeringAutomating integration tests with TestContainers and DockerHow to use TestContainers, Docker, xUnit, and WebApplicationFactory to automate integration tests with real dependencies in .NET applications.5 min read