Grokking Recursion Through SQL
Understanding Recursive CTEs gives another perspective on recursions overall.
Understanding Recursive CTEs gives another perspective on recursions overall.
The next Iron release brings very important updates. There will be a tooling to turn opaque types into value objects (like newtype) with optional validation.
FS2 Kafka is a great library that simplifies reasoning around Kafka by representing event flow as fs2 streams. In that part we play around with notion of Pipe, move error processing to explicit flow, and test Kafka with Weaver.
FS2 Kafka is a great library that simplifies reasoning around Kafka by representing event flow as fs2 streams. In that part we’ll take a look how to encode ADTs, tackle re-processing of events, and how to commit batches of offsets.
FS2 Kafka is a great library that simplifies reasoning around Kafka by representing event flow as fs2 streams. The note is devoted to step-by-step deserialization with careful error management.