Serving Datastar Streams
Datastar leaves the server-side implementation open-ended. Datastar provides SDKs for various languages, but those SDKs only cover the protocol on top of SSE that the Datastar JavaScript client …
Software Engineer · Lifelong Learner
Datastar leaves the server-side implementation open-ended. Datastar provides SDKs for various languages, but those SDKs only cover the protocol on top of SSE that the Datastar JavaScript client …
Datastar is an HTMX-like framework that attempts to minimize the amount of Javascript you write using a few concepts:
ADTs is a fancy term for a type composed from other types. There are two kinds of Algebraic Data Types.
Monads are interfaces for sequencing behaviors related to a data type.
Object Oriented Programming is really two different ideas: message-passing and compile-time hierarchies. The former informs modern distributed systems and the latter is the basis of popular modern …
Event Sourcing departs from traditional state-centric data management. Instead of treating the current state of entities as the primary source of truth, Event Sourcing recognizes that the sequence of …