Tag: #dependency-injection
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
Effect-TS Deep Dive — Solving Effects, DI, Resources, and Concurrency in One TypeScript Library
Effect-TS is fp-ts's successor and TypeScript's answer to ZIO. A single Effect<R, E, A type tracks Context (DI), Error, and Value at once — and the same model carries resources, concurrency, and streams. Why Promise alon
2026-05-14 · 19 min read #effect-ts#functional-typescript#effect-system#dependency-injection#typed-errors