-
Scala
Scalaz features for everyday usage part 3: State Monad, Writer Monad and lenses
In this article in the mini series on Scalaz, we’ll look at a couple of additional monads and patterns available…
Read More » -
Scala
Getting started with scala-native
This is just a quick recollection of the steps I’ve taken to get my own helloworld running using scala-native. I…
Read More » -
DevOps
Service Discovery with Docker and Consul: part 2
So, welcome to the second part of the series on using Consul for service discovey together with docker. In this…
Read More » -
Scala
Scalaz features for everyday usage part 2: Monad Transformers and the Reader Monad
For the second article of the “Scalaz features for everyday usage” we’ll look at the subject of Monad transformers and…
Read More » -
DevOps
Service Discovery with Docker and Consul: part 1
During the last year I’ve become a big fan of using Consul for all things related to service discovery. If…
Read More » -
Scala
Scalaz features for everyday usage part 1: Typeclasses and Scala extensions
Most of you have probably heard of the great Javascript book: Javascript the good parts. In the same light I’d…
Read More » -
Scala
Developing Scala in Atom with Ensime
When I began Java software development way back in the time of Java 1.3 I remember using JDeveloper for a…
Read More » -
DevOps
Create a Slack Docker proxy in Go – Part 2
In the previous article we had a look at how you could easily create a slack-docker-proxy using go and a…
Read More » -
DevOps
Create a Slack Docker proxy in Go – Part 1
Last year I had the opportunity to work with lots of cool tools and technologies. A couple of those were…
Read More »