You're viewing the readable version of this site. The interactive extras (search, diagrams, read-aloud) need JavaScript and a current browser. Enable JavaScript; if it is already enabled, update your browser.

Tag

Notes tagged “software-architecture”

Every note filed under software-architecture, newest first.

A filtered view of the notes.

2026

  1. Don't Orchestrate What You Can Derive

    Describe the work as semantic operations, establish the laws they obey, and let an interpreter derive the safe schedules.

  2. Your Application Is a Graph

    Dependency injection becomes easier to reason about when wiring is treated as a finite requirements graph: compile what is known, preserve genuine runtime choices, and keep authorization separate.