-
Core Java
JDK 9 Checklist: Project Jigsaw, sun.misc.Unsafe, G1, REPL, and More
Java 9 is (hopefully) months away, and it’s time to go over what’s about to change, and what you should…
Read More » -
Core Java
Integrating Gatling into a Gradle build – Understanding SourceSets and Configuration
I recently worked on a project where we had to integrate the excellent load testing tool Gatling into a Gradle based build.…
Read More » -
Agile
Heavy lifting is the easy bit
If you want to annoy me say something like “Building software should be like building a house…”. To say I’m…
Read More » -
Core Java
Project Amber: The Future of Java Exposed
If all goes according to plan (Project Jigsaw we’re looking at you), Java 9 is set to launch in less…
Read More » -
Software Development
A Remote Slave Is Still a Slave
Working remotely is definitely a trend, according to the BLS and my personal observations. “Let them work from home” seems…
Read More » -
DevOps
Testing Dockerized SQL Databases
One of the big advantages of using Docker for testing is that you don’t need to install the required dependencies of…
Read More » -
Scala
Play and SBT basics
Previously we had an introduction to sbt, its default tasks and how to add extra tasks. Play comes with the…
Read More » -
Scala
SBT basics
Sbt is the de facto build tool in the Scala community. Being used to other build tools you will be…
Read More » -
Agile
With Agile, No Warnings Needed
Have you ever worked on a project where the management and/or sponsors felt it necessary to provide you warnings: “This…
Read More »