Scala
-
Changing Scalatra and sbt default directories
Conventions are not always good. I recently started a new internal web project at Codurance and I decided to use…
Read More » -
Testing AKKA application with Spock
AKKA is message-driven and actor model based concurrency toolkit. Although it’s written in Scala, AKKA can be used in any…
Read More » -
Akka Typed Actors: Exploring the receptionist pattern
In this article we’ll explore another of Akka-Typed patterns. This time we’ll show you how you can use the receptionist…
Read More » -
Two-way SSL (client certificates) with Scalatest
At work we recently added the option to authenticate machine to machine communication using client certificates (two-way ssl). While this…
Read More » -
Scala: working with JSON
Working with a JSON is very common task in a software development process. In Scala you can do it in…
Read More » -
Event sourcing + free monads = free sourcing?
I recently wrote about Event Sourcing and Free Monads. The natural next step is combining the two! How would a…
Read More » -
Scala extractors infix sample with Rational numbers
I keep coming back to the awesome introductory material on Scala put together by Daniel Westheide. One of the examples…
Read More » -
For Java Developers – Akka HTTP In The Cloud With Maven and Docker
From time to time it is necessary to just take the little effort to think outside the box. This is…
Read More » -
Akka Typed: First steps with typed actors in Scala
With the [release of Akka 2.4.0| http://akka.io/news/] a couple of weeks ago the experimental Akka Typed module was added. With…
Read More »