Recent Posts
-
April 23, 2019
Play Framework and Slick example updated
The updated version of the Play Framework, Slick, and MySQL tutorial and demo application. Now for Play 2.7.X
-
February 14, 2019
An intro to Mutation Testing - or why coverage sucks
A intro to Mutation Testing, a technique that has become robust enough to be seen as a reliable alternative to Code Coverage as the de facto metric for assessing your unit tests quality.
-
August 31, 2018
Strings are not the type you are looking for
Why use statically typed languages when all of your types are Strings? Forget about Primitive Obsession and leverage the type system for code correctness
-
July 01, 2018
Are Scala Streams really lazy?
Are Scala Streams really lazy?
-
February 20, 2018
Creating forms on your Play application - Part 2
Advanced HTML forms in Play framework.
-
February 01, 2018
Creating forms on your Play application - Part 1
How to create simple HTML forms in Play framework.
-
November 30, 2017
Why you should think twice before using Tuples
Why you should think twice before using Scala Tuples. The problems of using tuples in Scala.
-
August 29, 2017
Handling exceptions in Scala
How to handle exceptions in Scala. try/catch vs Try vs Catch[T]