These are my blogs
and also my life

9. Akka Cluster Sharding - case study
2021-10-17 linkshortener scala akka
Introduction In the previous posts I described concept of linkshortener service, how to implement it with Akka Persistence and how to prepare view ... Read More
8. Akka Projection - case study
2021-09-27 linkshortener scala akka
Motivation In the one of the previous posts I described how to use akka persistence on the example of linkshortener service. It explains how ... Read More
6. Akka persistence - case study
2021-09-04 linkshortener scala akka
Introduction In the previous post I described linkshortener service concept. This time I am describing how to implement it using akka-persistence. We ... Read More
5. Short tour around akka Effect and EventSourcedBehaviorTestKit
2021-08-22 scala akka test
Motivation On the last time I gave a chance to EventSourcedBehaviorTestKit to test my application. Unexpectedly one of my test failed with timeout ... Read More