softinio.com/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md
2021-04-10 11:07:05 -07:00

1.6 KiB

+++ title = "Acting Lessons for Scala Engineers With Akka and Zio" date = 2021-04-10T10:20:09-07:00 description = "Salar Rahmanian's talk at Scale By the Bay conference 2020 on Akka Actors and ZIO Actors" featured = true draft = false toc = false featureImage = "/img/sbtb2020.jpg" thumbnail = "" shareImage = "" codeMaxLines = 30 codeLineNumbers = false figurePositionShow = false keywords = ["concurrent", "concurrency", "actor model", "actor", "actors", "threads", "petri net", "coroutines", "distributed", "akka", "erlang", "elixir", "akka.net", "microsoft orleans", "orleans", "zio", "zio-actors", "zio actors","swift language actors", "functional programming", "fp", "tech talk", "talk", "conference", "scale by the bay", "scala by the bay", "by the bay", "functional.tv", "sf scala"] tags = ["actor model", "concurrency", "distributed systems", "scala", "zio", "zio-actors", "functional programming", "conference", "talk"] categories = ["concurrency", "distributed systems", "scala", "functional programming", "conference", "talk"] +++

In November 2020 I had the great privilege to do a Talk at Scale By The Bay Conference.

Here is the recording of my talk

{{< youtube AQXBlbkf9wc >}}

I also wrote three blogs posts as a companion to my talk

Introduction to the Actor Model

Introduction to Akka Typed Using Scala

Introduction to Zio Actors