Service architecture in Scala
What is a service architecture ? What is it for? What benefits can you gain from it? How do you implement it in Scala? All this with interactive examples.
Code snippet in Scala, ready to reuse.
What is a service architecture ? What is it for? What benefits can you gain from it? How do you implement it in Scala? All this with interactive examples.
This is a quick code snippet to see how to go from Option to Either and back. This can be useful to carry or remove error states
Introducing the Bird Operator – or – how to chain methods in a beautiful pipeline. Remove all nested method calls from your code base easily.