Published onNovember 15, 2023Wardley Mapping for Strategic DecisionsstrategyarchitectureA visual method for figuring out where your components sit and where they're heading
Published onOctober 27, 2023Monitoring Distributed Systemsmonitoringdistributed-systemssreSystem monitoring and alerting insights from Google's SRE
Published onSeptember 14, 2023Declarative vs. Imperative CIci/cdThe path to maintainable CI/CD workflows
Published onSeptember 9, 2023Writing Memory Safe C++ Codecppprogramming-languageTechniques for safer C++ in embedded systems
Published onAugust 12, 2023Tradeoffs In CAP TheoremnetworkarchitectureThe CAP theorem says you can only guarantee two of three properties in a distributed system — consistency, availability, or partition tolerance. Here's what that means in practice.
Published onAugust 10, 2023SOLID Principles in Object-Oriented Designsoftware-engineeringbackendAn Uncle Bob Classic