· software
Brass TS — Building an Effect Runtime in TypeScript (Part 4)
TL;DR brass-http is not a fetch wrapper. It’s an effectful HTTP client built on top of a runtime with fibers, structured concurrency, and cancellation. In the...
TL;DR brass-http is not a fetch wrapper. It’s an effectful HTTP client built on top of a runtime with fibers, structured concurrency, and cancellation. In the...
Exploring algebraic effects inspired by Effect-TS, ZIO, and the Koka language The Problem: Python's Hidden Dependencies and Exceptions Every developer encounter...