Recent Posts
-
April 13, 2020
Implementing Authentication on Play Framework
Implementing User Authentication on Scala Play Framework
-
March 24, 2020
When 1 + 1 = 3
How to make Java saying 1 + 1 = 3 by messing with Integer cache
-
December 01, 2019
My journey into React
My experience coming from the JVM into front-end development with React
-
September 17, 2019
Type safe builder pattern
How to create a type safe builder pattern
-
June 18, 2019
First steps into RabbitMQ
Beginners tutorial on why and how to use RabbitMQ with Scala examples
-
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