Tag
Notes tagged “software-architecture”
Every note filed under software-architecture, newest first.
A filtered view of the notes.
2026
- 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.
- 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.