» Tag
software-design
5 postsGo Domain-Driven Design: Free 9-Chapter Tutorial Released
Explore a free 9-chapter tutorial on Domain-Driven Design in Go, featuring a runnable codebase.
A Fair Coin Isn't Enough: Why a Randomized Experiment Can Become Unanalyzable
A cryptographically fair coin flip still failed as an experiment: missing join keys, no re-draw guard, and no power calculation made it unanalyzable.
4 Advanced Python Patterns Learned from Auditing HTTPX Source
An audit of the HTTPX library's source code reveals advanced Python techniques: keyword-only arguments, sentinel objects, ABCs, and mypy strict mode enforcement.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comSOLID Principles Explained: Five Rules for Code That Withstands Change
A deep dive into SOLID with real C# violations and fixes for each principle, going beyond definitions to the actual code smells behind them.
Your Agent Framework Should Not Become Your Architecture
Explore how agent frameworks can impact architecture and discover the AgentsKit project.