Writing
Notes from the field
Backend architecture, .NET, and pragmatic system design. Some posts live here, some on Medium — both are listed below.
Article
Architecture is a deliverable
Diagrams, ADRs, and runbooks are not paperwork. They are the part of the system that survives the people who built it.
ArchitectureEngineering Leadership
Read article Medium
SSH Configuration for GitLab on Windows
A reliable, repeatable SSH setup for GitLab on Windows — including agent, multi-account routing, and pitfalls that waste a day.
DevOpsGit
Read on Medium Medium
Project template in .NET
A pragmatic .NET solution template — folder layout, project boundaries, and the conventions worth standardizing across teams.
.NETArchitecture
Read on Medium Medium
Light Clean Architecture — part 2
Continuing the case for a leaner Clean Architecture in real-world .NET projects, with concrete trade-offs and code.
.NETClean Architecture
Read on Medium