Conference Talks and Meetups


Optimising Scala 3 build times

Scala Matsuri 2024, Tokyo Japan: Reviewing the latest performance improvements I added to the Scala 3 compiler.

Mirrors for Operations, not Data

Scalar Conf 2024, Warsaw Poland: New work on automatic typeclass derivation for interfaces.

Adding multi-project builds to Scala CLI

SF Scala Jun 2023, San Francisco USA: I wanted to build a full-stack app with Scala CLI, so I built-in support for multi-project builds. Also a brief overview of the Scala Center with my colleagues.

How does incremental compilation work with Scala 3?

Scala Days 2023, Seattle USA: Incremental name hashing algorithm, pipelining and other improvements.

View all talks

Video Tutorials


Immutable Data - Your Next Superpower

Let's Talk About Scala 3: Get to know Scala's collections: thanks to being immutable, they are safe from data races but still provide a fluent API with powerful transformations. Learn to apply the same principles to your domain models and business logic. Eliminate boilerplate with metaprogramming. See how it all comes together in a serverless API backend.

How Does the Scala Compiler Give You a Mirror?

Scala Compiler Academy: A full walkthrough of the implementation of Mirror synthesis in the Scala 3 compiler, plus an overview of mirrors themselves.

Pick any Card - Write Better Data Structures with Scala

Let's Talk About Scala 3: Get to know Scala's collections: thanks to being immutable, they are safe from data races but still provide a fluent API with powerful transformations. Learn to apply the same principles to your domain models and business logic. Eliminate boilerplate with metaprogramming. See how it all comes together in a serverless API backend.