Safer Exceptions in Scala 3
Learn how the idea of checked exceptions can be revisited in Scala 3, and how to approach error handling overall. Dean Wampler (@deanwampler) |
Type Class Derivation in Scala 3
Scala 3 added several powerful mechanisms which can be used for type class derivation. In this post, we’ll see how using several of them have enabled us to save time and effort when writing tests. Ron Aharoni |
Learn Scala with Online Courses
A retrospective of 2021 and announcements of new courses coming up this year. Scala Center (@scala_lang) |
Functional Programming in Scala
Algebraic structures, functions, type classes and other building blocks based on mathematical theory - all you need to grasp when beginning your adventure with FP. Raghavendra Pandey |
Migrating to Java 17
The impressive performance promised by Java 17, especially regarding garbage collection, was big enough a carrot to push us to migrate. The cherry on top: our Scala 2.13.7 is compatible with Java 17! Julien Deray (@Julien_Deray) |
Top Link Of December: Smart constructors for case classes
You think you know all patterns around case classes? This article may surprise you. Noel Markham (@noelmarkham) |