Tag: #fp-ts
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 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-errorsThe Practical Value of Functional Programming — Monad, Functor, Pure Functions, Haskell, Erlang/Elixir, Gleam, Effect-TS, Phoenix LiveView (2025)
What React Hooks, Redux, RxJS, Swift, Rust, and Kotlin share — the philosophy of functional programming. How Church's 1930s lambda calculus became 2020s distributed-systems reliability, why Monads are hard yet necessary,
2026-04-15 · 13 min read #functional-programming#monad#functor#pure-function#haskell