Core Java
-
Java Heap Dump: Are you up to the task?
If you are as much enthusiasm as I am on Java performance, heap dump analysis should not be a mystery…
Read More » -
Guava Preconditions Class
Anyone who’s written much Java has probably written methods that begin with conditionals that verify either the provided parameters or…
Read More » -
Guava Stopwatch
Guava‘s Stopwatch is another Guava class new to Guava Release 10 (as is Optional, the subject of another recent post).…
Read More » -
Database and Webapp Security
Threat Model This is a discussions on database and webapp security loosely based on the quick reference page on my…
Read More » -
Java SE 11: Moving Java Forward
Introduction This serie of article presents how, in my opinion, the java language should evolve to keep being a top…
Read More » -
Guava Functions & Java 8 Lambdas
I recently read Brian Goetz’s The State of the Lambda and after reading that article I wanted to try using…
Read More » -
Facade Design Pattern – Design standpoint
In our previous article we have described about the Adapter Design Pattern. In today’s article we are going to show…
Read More » -
Google Guava Cache
This Post is a continuation of my series on Google Guava, this time covering Guava Cache. Guava Cache offers more…
Read More » -
Google Guava – Futures
This post is a continuation of my series on Google Guava, this time covering Futures. The Futures class is a…
Read More »