34 lines
1.6 KiB
Markdown
34 lines
1.6 KiB
Markdown
|
+++
|
||
|
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](https://scalebythebay2020.sched.com/event/e54O/acting-lessons-for-scala-engineers-with-akka-and-zio).
|
||
|
|
||
|
### 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](http://localhost:1313/post/introduction-to-the-actor-model/)
|
||
|
|
||
|
[Introduction to Akka Typed Using Scala](http://localhost:1313/post/introduction-to-akka-typed-using-scala/)
|
||
|
|
||
|
[Introduction to Zio Actors](http://localhost:1313/post/introduction-to-zio-actors/)
|
||
|
|