Bundling Gatling Tests into an Executable JAR
Gatling is a fabulous framework for load and performance testing against web applications. Tests are written in Scala, and since Scala runs on the JVM, you can still use the…
Gatling is a fabulous framework for load and performance testing against web applications. Tests are written in Scala, and since Scala runs on the JVM, you can still use the…
As your Java projects grow in complexity, so do the number of dependencies. It might not be immediately obvious that many dependencies use *other* dependencies, and the versions of those…
I recently had a use case for cleaning out a JSON object and removing empty values. This was related to merging JSON where an empty key-value pair or place in…
Lately I've been doing a lot of performance testing. It's fun to watch the metrics in real time and test the limits of the system but when things goes wrong…
I used Java a lot when I was studying CS in college but I must have been asleep for the non coding stuff because I have a number of knowledge…