Let's setup a simple multi-project build using sbt
, assuming we're already familiar with regular single-project builds....
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....
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...
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....
After working in several Scala projects you are likely to end up with a minimal seed (kind of a project template) that you'll use whenever...
I have to admit the post title is deliberately provocative but I'll try to prove that it's not necessarily inaccurate, although I could certainly have...
This post is about a minor contribution I did to SDKMAN!. Refer to this previous post for a quick overview of the tool and its...
So far all my experiences in contributing to open source projects share a common trait among them, other than being really simple and minor improvements:...
Over time I've been adapting my development environment to increase productivity. This means trying out alternatives beyond the out-of-the-box tools you get in a specific...