Merge pull request #34 from softinio/add-sbtb-talk

added SBTB 2020 talk post
This commit is contained in:
Salar Rahmanian 2021-04-10 11:47:54 -07:00 committed by GitHub
commit 16b3623411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 1 deletions

View file

@ -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/)

View file

@ -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"

BIN
static/img/sbtb2020.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB