Can we build better?
Can we have a dependable and reproducible way to build and test scala applications locally and in a CI pipeline? Adam Gordon Bell (@adamgordonbell) |
Algebra and Parametricity
Reasoning using parametricity requires a polymorphic function from which we can derive free theorems. In this post, we are going to look at the algebra of these polymorphic functions and how we can arrive at a concrete value for them. Tony Morris (@dibblego) |
How to Deploy a Scala Application to AWS Lambda
I'll demonstrate how to deploy a Scala application to AWS Lambda, step by step. Daniel Ciocîrlan (@DanielCiocirlan) |
5 lessons learned from my continuing awesome journey with ZIO
Learn about performing non heap-safe recursion, running a side-effect alongside an effect that is repeated, unintentionally using TestClock in periodic assertion code, forgetting to map between ZIO Test assertions, and interrupting a fiber that originates from a Managed#Acquire scope. Natan Silnitsky (@NSilnitsky) |
Scala 3 - A community powered release
This blog aims to capture what it takes to coordinate the Scala 3 release efforts and to invite you to help us make it a success! The Scala Center team (@scala_lang) |
Apache Kafka and ZIO
This article will explain why you want to use Apache Kafka in your project, Core Concepts about Kafka, and how you can use it with the ZIO Kafka library. Aleksandra Holubitska (@Oleksandra_A) |
Akka HTTP loves JSON: 3 Libraries You Can Integrate into Akka HTTP
In this article we'll address not one, but 3 different ways to handle JSON in Akka HTTP. Daniel Ciocîrlan (@DanielCiocirlan) |
4 Ways to Make Change in Scala
With that in mind, this blog post about 4 different ways to solve one of the exercises, and what they taught me, not just about Pure FP, but about teaching Pure FP. Joe Warren (@hungryjoewarren) |
Top Link of August: An Introduction to Functional Design
Definitely the most popular article last month, don't even think about skipping this one! John A. De Goes (@jdegoes) |