diff --git a/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md b/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md new file mode 100644 index 0000000..20fd7f5 --- /dev/null +++ b/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md @@ -0,0 +1,33 @@ ++++ +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/) + diff --git a/content/post/introduction-to-zio-actors.md b/content/post/introduction-to-zio-actors.md index 99d4ef3..e24c93a 100644 --- a/content/post/introduction-to-zio-actors.md +++ b/content/post/introduction-to-zio-actors.md @@ -2,7 +2,7 @@ title = "Introduction to Zio Actors" date = 2020-11-01T14:14:21-08:00 description = "Introduction to ZIO Actors" -featured = true +featured = false draft = false toc = true featureImage = "/img/ZIO.png" diff --git a/static/img/sbtb2020.jpg b/static/img/sbtb2020.jpg new file mode 100644 index 0000000..eed2ac6 Binary files /dev/null and b/static/img/sbtb2020.jpg differ