Try is free in the Future
Lately I have seen a few developers consistently use a Try inside of a Future in order to make error handling easier. Here I will investigate if this has any...
Lately I have seen a few developers consistently use a Try inside of a Future in order to make error handling easier. Here I will investigate if this has any...
This article is meant for knowledge workers that want to be more on top of things and feel secure that they haven’t forgotten about something, freeing their ...
Today I have been experimenting with setting up a nice project structure for web applications using Spray and ScalaJS. First I considered the simplest option...
I was toying around with a multi project SBT file and the new IntelliJ 13 SBT support. It turns out that it has a lot of trouble with multi project setup...