Blog


This is a personal blog.The opinions expressed here represent my own and not those of my employer.

Defining Multi-project Builds with sbt

Let's setup a simple multi-project build using sbt, assuming we're already familiar with regular single-project builds....


Recording UI Tests Using Scalatest, Selenium and Akka

In any web project with some kind of UI involved it's usually convenient to have, at least, a basic suite of automated User Acceptance Tests....


Lessons Learned After Adopting Innovation Days

By the end of last year I began working on a proposal for the implementation of Innovation Days within the Netquest technology department. My main...


Composing Future, List and Either

Very often we deal with Future[A], List[A] and Either[A, B] types but, when it comes to composing them, things can get messy....