Concurrency
- 10 April 2021 · 1 min read
Acting Lessons for Scala Engineers With Akka and Zio
In November 2020 I had the great privilege to do a Talk at Scale By The Bay Conference. Recording of my talk ▶ Watch on YouTube Slides Slides for my talk can be found here. I also wrote three blogs …
Read more → - 13 November 2019 · 1 min read
Next-Level Diagnostics for Async & Concurrent Errors with ZIO
In November 2019 I had the great privilege to do a Talk at Scale By The Bay Conference with John A De Goes. Recording of my talk ▶ Watch on YouTube Slides Slides for my talk can be found here.
Read more → ZIO Actors
Overview ZIO Actors is a high-performance, purely functional library for building, composing, and supervising typed actors based on ZIO using Scala. Original creator of this project, though I do not …
Read more →- 1 November 2020 · 7 min read
Introduction to Zio Actors
In this post I am going to do a quick introduction to using the ZIO Actors, a library that implements the Actor model using Scala and ZIO a library for asynchroneous and concurrent programming. …
Read more → - 24 October 2020 · 6 min read
Introduction to Akka Typed Using Scala
In this post I am going to do a quick introduction to using the Akka Typed toolkit that implements the Actor model using Scala. As part of this post I will be developing a simple application using …
Read more → - 4 October 2020 · 6 min read
Introduction to the Actor Model
My first proper computer was an IBM PC clone with an Intel 486 processor. It had a button on it called turbo that when you pushed it would run the processor at double the speed. I say proper as …
Read more →