-
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Misc
Developer’s wife – Or how do they stand us?
First of all we would like to begin with 2 apologies. The first one is sent to all women developers…
Read More » -
Agile
Introduction To Extreme Programming (XP)
This post is an introduction to Extreme Programming (XP), another of the Agile methods for software application implementation. Reading this post is…
Read More » -
Core Java
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 » -
Core Java
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 » -
Software Development
Off-loading your test execution using Hudson
One of the annoyances if you have a load of tests for a particular project is that running them can…
Read More »