-
Software Development
Migrate sonar data from old to new sonar version
At my current project we were setting up a new buildserver. One of the things we had to do was…
Read More » -
Software Development
Using Go to build a REST service on top of mongoDB
I’ve been following go (go-lang) for a while now and finally had some time to experiment with it a bit…
Read More » -
Scala
Building a REST service in Scala with Akka HTTP, Akka Streams and reactive mongo
At the end of last year I wrote a couple of articles that showed how you can use Spray.io to…
Read More » -
Scala
Scala snippets 4: Pimp my library pattern with type classes.
I wanted to write an article on the fun parts of scalaz, but thought it would be best to first…
Read More » -
Scala
Scala snippets 3: Lists together with Map, flatmap, zip and reduce
You can’t really talk about scala without going into the details of the Map, flatMap, zip and reduce functions. With…
Read More » -
Scala
Scala snippets 2: List symbol magic
The following other snippets are also available: Scala snippets 1: Folding In scala every symbol can be a function, so…
Read More » -
Scala
ReactiveMongo with Akka, Scala and websockets
I was looking for a simple websocket server for one of my projects to test some stuff with reactive mongo.…
Read More » -
Scala
Scala snippets 1: Folding
Coming from a Java background, Scala provides lots of nice features and libraries that allow you to create nice and…
Read More » -
Scala
First steps with REST, Spray and Scala
On this site you can already find a couple of articles on how to do REST with a multiple of…
Read More »