-
Software Development
Continuous Delivery: Static Analysis
This is the third article in the “Continuous Delivery” series. The CI Tools Setup ended with Jenkins up and running…
Read More » -
Android Core
How to develop an Android Weather app using Weatherlib
Some users asked to me some details on how to use the Weatherlib. In this post want to describe how…
Read More » -
Core Java
Java Singleton Design Pattern
Its one of the simplest design pattern in Java. If any one asks me which design pattern you are good…
Read More » -
Software Development
Hello Cassandra
A colleague recently told me about several benefits of Cassandra and I decided to try it out. Apache Cassandra is…
Read More » -
Software Development
The simple scalability equation
Queueing Theory The queueing theory allows us to predict queue lengths and waiting times, which is of paramount importance for…
Read More » -
Enterprise Java
Declarative Linking in Jersey 2.9 and up
A couple of weeks ago A couple of months ago I was looking how I was going to engineers new…
Read More » -
Software Development
Free as in Beer has caused Heartbleed (and Much More)
Heartbleed is a bit over one month old now. A bug significant enough to have its own Wikipedia page. Today,…
Read More » -
Career
How Ben Accidentally Became a Developer
In early April I received a message from Ben, delivered to my Reddit account. I’ve been reading /r/resumes for, well, the…
Read More » -
Enterprise Java
Adding C3PO Connection Pooling in Spring JDBC
Connection pooling is an operation in which a system pre-initializes the connections to be used in the future. This is…
Read More »