Type‑Safe Event Sourcing in TypeScript + PostgreSQL: A Hands‑On Guide
Learn how to model, store, and replay domain events with full TypeScript type safety using PostgreSQL’s JSONB and generic repositories.
Mastering the Visitor Pattern in TypeScript: From Theory to Real‑World Code
Learn how to implement the Visitor pattern in TypeScript, with a step‑by‑step AST example and practical tips for extensible, type‑safe code.
**Actors in Action: A Practical Guide to the Actor Model in JavaScript/Node.js with TypeScript**
Learn how to build fault‑tolerant, concurrent Node.js services using the Actor Model—complete with typed messages, supervision trees, and real‑world code.