A quick and practical guide to implementing the Tagless Final pattern in Scala.
Baeldung Author
Riccardo Cardin
Computer Science addicted. Principal lecturer @ the University of Padua. Team Leader and Senior Software Developer @ XTN – Cognitive Security. Technical Blogger.
Here's what I've written (so far):
Baeldung on Scala
- All
- Akka (4)
- Functional Programming (2)
- Scala Core (1)
- Scala Concurrency (1)
Typed Mailboxes in Scala
Filed under Akka
A quick and practical overview of typed mailboxes in Akka.
Monads in Scala
Filed under Functional Programming
A quick and practical guide to Monads in Scala.
Implicitly in Scala
Filed under Scala Core
A quick and practical introduction to implicitly in Scala.
Map a Future for Both Success and Failure in Scala
Filed under Scala Concurrency
Learn how to map Futures for both success and failure in Scala.
Supervision and Monitoring in Akka
Filed under Akka
Learn how to use Akka and supervision to improve the resiliency of distributed systems.
Akka Interaction Patterns: Request-Response
Filed under Akka
Dive into the request-response pattern with Akka
Akka Interaction Patterns: The Tell Pattern
Filed under Akka
Learn about one of the most common interaction patterns between Akka actors