-
Enterprise Java
Improve your Logging in your Java EE Application with tinylog 1.1
tinylog is a lightweight logging framework for Java. In opposite to Apache Log4j and Logback, tinylog consists of a single…
Read More » -
Enterprise Java
Using Stored Procedures With JPA, JDBC. Meh, Just Use jOOQ
The current edition of the Java magazine has an article about Big Data Best Practices for JDBC and JPA by…
Read More » -
Software Development
Apache Kafka – What Is It And Does It Compare To Amazon Kinesis?
What is Apache Kafka? Apache Kafka is an open-source, distributed, scalable publish-subscribe messaging system. The organization responsible for the software…
Read More » -
Career
Worst Resume: Bad Starts
This week we have a four page Java developer resume that needs help in a bunch of places. Again, I’ve…
Read More » -
Software Development
SQL for Application Developers
“SQL? Isn’t that just something my ORM tools use?” Often application developers can and should remain at least one level…
Read More » -
Core Java
The Top 10 Exception Types in Production Java Applications – Based on 1B Events
The Pareto logging principle: 97% of logged error statements are caused by 3% of unique errors We received a lot…
Read More » -
Enterprise Java
Spring-Reactive samples
Spring-Reactive aims to bring reactive programming support to Spring based projects and this is expected to be available for the timelines…
Read More » -
DevOps
A Nonprofit Case for Docker
Even in discussions with people pretty familiar with Docker, I find many are convinced it is only needed for those…
Read More » -
Core Java
Gradle tricks – display buildscript dependencies
The simply way how buildscript dependencies (e.g. plugins) can be displayed and analyzed in Gradle Introduction This is the third…
Read More »