-
DevOps
Escape JSON property names in jq
I’m using the command line a lot and jq is a helpful tool for dealing with JSON data. You can…
Read More » -
Software Development
Create Git patches from command line
Git patches are an easy way to apply changes to a project if you don’t want to go through the…
Read More » -
Enterprise Java
Video course on efficient enterprise testing
I’ve created a few videos on the topic of effective enterprise testing. I still see a huge importance in this…
Read More » -
Software Development
GitHub on the command line
hub is a command line client for GitHub. You can use it to view or create issues, pull requests, conveniently…
Read More » -
Core Java
Matching patterns with Java
If you’re using Java, there’s a high chance you’ve seen its pattern matching before. The String#matches(String) method internally uses the…
Read More » -
Software Development
Global gitignore
A widely used Git feature is to use local .gitignore files which list which names and patterns of files and…
Read More » -
Core Java
Managing multiple Java installations
With more and more Java releases coming up, it’ll be more interesting to manage multiple Java installations on your local…
Read More » -
Enterprise Java
Efficient enterprise testing — conclusion (6/6)
This last part of the series will cover additional end-to-end tests, testing in production, and a conclusion of the parts.…
Read More » -
Enterprise Java
Efficient enterprise testing – test frameworks (5/6)
This part of the article series will cover test frameworks and my thoughts and experiences on when and whether to…
Read More »