Latest articles
How I use Slack effectively at work
Slack (or one of its clones) has become an indispensable tool at many companies. In this article, I outline a few tips that help me make the most out of it, while avoiding its many pitfalls.
Jilt 1.7 released!
Jilt, my Java library for generating Builder pattern classes, keeps receiving more attention, and thus more feature requests and bug reports. The latest release, 1.7, addresses several raised issues: easier exclusion of the Builder generated code from code coverage, better support for changing the Builder class name with meta-annotations, and a fix for using toBuilder on a class with a private constructor.
Graal Truffle tutorial part 16 – debuggers
In the sixteenth part of the GraalVM Truffle tutorial, we add support for debugging your language using Chrome DevTools.