Engineering

Blog

Notes on building Syllogic: data modelling, type-driven design, and the parts of the platform worth writing down.

  • CRxx: poor man's event sourcing

    ยท Ethan Kent

    An append-only alternative to CRUD that keeps immutable state snapshots instead of domain events, and the monoid algebra that makes partial updates safe.