ENGINEERING NOTES
Engineering
Stories about the technology and people building understandable software.
Domain-Driven DesignPractical Domain-Driven Design handbookA single-page guide for turning problem-space language into boundaries, models, and testable code.Engineering articleFrontend Caching StrategiesStudy cache layers, freshness, stampedes, keys, and tag invalidation on the frontend.Engineering articleBeyond Beautiful CodeCompare perspectives on code aesthetics and how those aesthetics move as systems evolve.Engineering articleIt's the Boundary, Stupid!See how caller, data, trust, time, scale, and organizational boundaries shape software design.Engineering articleModeling Series: View ModelsModel presentation requirements explicitly with a table-oriented view model.