Programming

4 posts

Domain IDs in Scala

Domain IDs in Scala

September 15, 2024

How to implement domain ids in Scala with minimal overhead using opaque types and a companion trait.

Read more

Exponential Backoff with Input Reset

Exponential Backoff with Input Reset

August 24, 2024

Scala 3 extension method for resetting ZIO Schedule exponential backoff based on input data.

Read more

Scala 3 Implicit

July 4, 2024

Scala 3 port of Rock the JVM Type Classes Scala 2 example

Read more

Bin Packing

Bin Packing

April 21, 2023

A simple bin packing strategy that minimizes the quantity of bins used, finds the smallest bin for packed item(s), and adds bins until all items are packed.

Read more

All Tags
Index of all tags and posts