Software Engineering
- 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 →