Jun 14, 2025 Building REST APIs with Smithy4s Learn how to build type-safe REST APIs using Smithy4s, a code generation tool for Scala that creates server and client code from Smithy specs. #scala#smithy4s#rest-api#http4s
Oct 30, 2023 Class, Case Class, and their secrets! Discover the benefits of classes and case classes in Scala. Learn how to use them and why case classes are perfect for everyday use. #scala#case-class#functional-programming