A deep dive into ZIO fibers, structured concurrency, and why they make concurrent code actually maintainable.
ZIO 2 Fibers: Concurrency Without the Pain
Notes on Scala, ZIO, distributed systems, and software craft.
A deep dive into ZIO fibers, structured concurrency, and why they make concurrent code actually maintainable.
How to use Scala 3's new macro system to eliminate boilerplate and catch errors before your program ever runs.
Step-by-step guide to building a resilient, backpressure-aware Kafka consumer using ZIO Streams and zio-kafka.