Best Scala talks I've seen in 2017


This year has flown by very quickly, and what a year it was for Scala community! Since I watched dozens of talks this year and attended quite a few conferences, I yet again decided to pick my favorite talks of the year! I hope that you will enjoy them just as much as I did.

Libra: Reaching for the stars with dependent types

A well-crafted introduction to Libra - the dimensional analysis library. Zainab Ali explains why we need dimensions for our numeric values and how this can help us safely send rockets to space. There are sightings of Shapeless, dependent types and lots of educational code examples. Given at Typelevel Summit Copenhagen.

Pssst… Be sure to also check out Zainab’s latest talk from this year’s Scala eXchange: Topiary and the art of origami.

The Design of the Scalaz 8 Effect System

2016’s “Scala Monad of the Year” award went to Free monad. This year the award definitely needs to go to the IO Monad, which destroyed the competition and won by a landslide. In the talk given at Scale by the Bay, John A De Goes describes the design of Scalaz new IO. Based on simple examples he shows how one can communicate with external effectful systems in pure, referentially transparent way.

The making of an IO

Since we have two competing functional-programming libraries in Scala ecosystem, cats also needed the IO! New cats-effect library is nicely introduced by Daniel Spiewak in his Scala.IO talk.

BTW, the “Scala Monad of the Year” award is totally made up, so please do not approach me to accept the prize “on behalf of IO monad”.

Composing Programs

Beginner-friendly introduction to functional programming and how it helps with software compositionality. Rúnar Bjarnason gives examples of composable software, talks about category theory, monoids, kleislis, functors, side effects and Minecraft. Highly recommended if you don’t know why functional programming is getting so much traction. Given at Scala eXchange.

Go to SkillCasts page to watch this talk.

Honorable mention

This year’s honorable mention is not a talk, but a very nice and detailed article about asynchronous programming in Scala. Author of Monix library, Alex Nedelcu gives an overview of async programming with straightforward explanations.

What do you think?

Well, that was fast! I feel like the 2016 version of this post was written just yesterday. I still think last year’s picks are great and educational so please make sure you watch them!

It’s obvious I missed at least one excellent talk from one of this year’s conferences or meetups. Please let me know in the comments section below or on Twitter. See you in 2018!