-
DevOps
10 Practical Docker Tips for Day to Day Docker usage
I’ve had the opportunity to setup a complete new docker based microservice architecture at my current job, so since everyone…
Read More » -
Scala
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 » -
Scala
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 » -
Core Java
Akka Typed Actors: Exploring the receiver pattern
In the previous article we looked at some of the basic features provided by Akka Typed. In this article and…
Read More » -
Scala
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 » -
Scala
Listen to notifications from Postgresql with Scala
In the past I’ve written a couple of articles (Building a REST service in Scala with Akka HTTP, Akka Streams…
Read More » -
Scala
Scala typeclass explained: Implement a String.read function
In this short article I’d like to explain how you can use the typeclass pattern in Scala to implement adhoc…
Read More » -
Scala
Easy validation in Scala using Scalaz, Readers and ValidationNel
I’m working on a new book for Packt which shows how you can use various Scala frameworks to create REST…
Read More » -
Scala
Backpressure in action with websockets and akka-streams
So in the previous article I showed how you could create a websocket server using akka-streams. In this follow up…
Read More »