All 11

IntelliJ Live Templates with Google Guava
Setup IntelliJ live templates with Google Guava.
March 15, 2014/by Erik Pragt
A quick introduction to AssertJ
An introduction to testing using fluent assertions with AssertJ.
February 26, 2014/by Erik PragtEnable Jacoco with Jetty
Enabling code coverage for Jetty using Jacoco and Maven.
December 10, 2013/by Erik PragtPure Python: Reversing a String
Except for programming examples, you almost never encounter the…
November 11, 2013/by Erik PragtPure Python: The in keyword
The in keyword has a number of uses. The two most used functions…
November 7, 2013/by Erik PragtPure Python: Multiplying Strings
Whenever you want to create a repeat String in Python, you can…
November 1, 2013/by Erik PragtThe curious case of Grails’ generate-all
I've been using Grails for some years now, and my normal workflow…
September 24, 2013/by Erik PragtUpgrading Grails 2.2.4 to 2.3.0
I'm currently working on a trivial Grails application, running…
September 11, 2013/by Erik PragtRegister a custom Jackson ObjectMapper using Spring Javaconfig
For a project for a client I'm working on, we are creating a…
August 21, 2013/by Erik PragtGradle: renaming build.gradle to moduleName.gradle
When working with multimodule projects, having many build.gradle…
July 29, 2013/by Erik PragtGradle: displaying artefact locations
Gradle's output, unlike verbose build tools like Maven, is very…
July 22, 2013/by Erik Pragt