A working catalogue of general, reusable software architecture patterns, each with a concrete, illustrative example. The "In NomNomzBot" tag just shows one place each pattern happens to show up in practice — the pattern itself is technology- and project-agnostic.
What it is: Organizes a system into concentric layers (Domain, Application, Infrastructure, Presentation) where dependencies point inward only, so business rules never depend on frameworks, databases, or UI.
