-
Enterprise Java

Programmatically Listen to JUnit Test Results
There are many ways available to run JUnit tests, from the IDE, build tool, or development modes. To process and…
Read More » -
Core Java

Capitalize English Titles With Java, Quarkus & GraalVM
Over the years, Iâve been writing a lot in English, which isnât my mother tongue, and for writing titles (headlines,…
Read More » -
Enterprise Java

Logging Performance Comparison
In a previous blog post, I explained the pros and cons of using logging. In this post, weâll explore and…
Read More » -
Core Java

The Case Against Logging
The one thing that all enterprise applications have in common, regardless of their framework, language, or communication protocols is that…
Read More » -
DevOps

Using Nginx as Browsersync proxy
For frontend development, Browsersync is a helpful tool that reduces the turnaround time to a minimum while coding. While serving…
Read More » -
Enterprise Java

Calculations in Quarkus Qute using AtomicInteger
Quarkus’ Qute Templating Engine is very handy for creating server-side rendered pages. Besides the regular loops and control structures, thereâs…
Read More » -
Core Java

The Log4Shell vulnerability and how to fix it
Since Friday, the Java and general IT world has been in a bit of turmoil after a zero-day vulnerability in…
Read More » -
Enterprise Java

Using JaCoCo to measure system test coverage
Measuring test coverage of your production code can quickly become a heated topic, especially with regards to which percentage is…
Read More » -
Enterprise Java

Configuring plain Java projects using MicroProfile Config
If youâre in the Enterprise Java space, youâre probably aware that you can use MicroProfile Config to configure your applications.…
Read More »



