How to become a Java Champion

1515 days That’s how much time it took me from the moment I started this blog, until I became a Java Champion. In this article, I’m going to show you what I did so that, after 1515 days… Read more

Similar

High-Performance Java Persistence Tips

Introduction A high-performance data access layer requires a lot of knowledge about database internals, JDBC, JPA, Hibernate, and this post summarizes some of the most important techniques you can use to optimize your enterprise application. 1. SQL statem... (more…)

Read more »

Java Collectors

To be 100% clear this post is not about Java Garbage collector neither Java getting your money :D. Java 8 introduced Collectors, but still m... (more…)

Read more »