Skip to main content
  1. References/

Architecture Design Basics

Notes and such about architecture / system design and such. Mainly my own reference notes.

Pattern Taxonomy

A taxonomy of patterns. These design patterns are from a practical tooling angle. The intent is for this post to be a quick reference to trade-off-balancing and the tooling that can be considered for common architecture/system design needs.

·· 175 words· 1 min

Core Concepts

Technology-agnostic fundamentals that underpin every system design. These are the building blocks: how networks behave, how to model data, how to design APIs. Patterns build on these; without them, pattern-level answers lack grounding (see Patterns Taxonomy).

·· 61 words· 1 min