-
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 » -
Software Development
The 10 rules of a Zen programmer
On a rainy morning I found myself sitting on the desk thinking about efficient working. Before I started as a…
Read More » -
Agile
Introduction To Scrum
This post is an introduction to Scrum, one of the Agile methods to drive software application implementation. Reading this post is a…
Read More » -
Agile
Introduction To Agile Principles
This post is a reminder about Agile principles. It is also an introduction for those who want to learn about…
Read More » -
Core Java
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 » -
Agile
Predictability – Making Promises you can Keep
Speed – being first to market, rapid innovation and conducting fast cheap experiments – is critically important to startups and…
Read More » -
Enterprise Java
JSON-Schema generation in Jersey
So in my previous post I talked about a proposal to allow the use of JSON-Schema in a WADL, this post…
Read More »