ECS in practice: EventBus, testability, and the bridge to enterprise April 13, 2026 — 5 min How the EventBus, pure rules, and ECS's data/logic separation echo enterprise architectures. architecture gamedev ECS
ECS vs OOP: why I chose composition to build a browser game April 9, 2026 — 7 min Entity Component System vs object-oriented programming: lessons learned from choosing ECS architecture for a TypeScript browser game. architecture gamedev ECS