Recent Posts
-
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
-
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.