A Scala 2.10 (and newer) implicit class example (how to add new functionality to closed classes) Read more
Scala data types: bit sizes, ranges, and docs (Byte, Short, Int, Long, Float, Double, Char) Read more
What def, val, and var fields in Scala traits look like after they’re compiled (including the classes that extend them) Read more
GraalVM native executables can run faster than Scala/Java/JVM applications, with much less memory consumption Read more
Generating a list of URLs from Apache access log files, sorted by hit count, using Apache Spark (and Scala) Read more
The mathematical foundations of functional programming provide the strongest basis to modularize our domain models Read more
Play Framework form mapping field validators (boolean, text, nonEmptyText, date, email, number, etc.) Read more
Processing Scala command-line arguments with Argot, and passing command-line arguments through SBT Read more
The Case for Message-Driven (Understanding Async, Non-Blocking, Concurrent, Parallel and More) Read more