-
Agile
Agile Mindset for Your Startup
I got to share the stage with the other half last week at Harvard Innovation Lab, when Jeffrey Beir &…
Read More » -
Core Java
Imbibing the Fluency of Mockito
I recently found myself writing some code to integrate two disparate platforms. One of these systems is Java based and…
Read More » -
Agile
Refining a Change Canvas to Represent a Minimum Viable Change
Using a change canvas helps change agents deliver on the first promise of the Lean Change method, that change be…
Read More » -
DevOps
HAPROXY up and running in couple of minutes
I tried HAPROXY for my WEBAPP (Hosted on tomcat) -reason for using HAPROXY is that it also supports WEBSOCKETS and…
Read More » -
Core Java
Multiple Inheritance in Java and Composition vs Inheritance
Sometime back I wrote few posts about inheritance, interface and composition in java. In this post, we will look into…
Read More » -
Enterprise Java
neo4j/cypher: Getting the hang of query parameters
For as long as I’ve been using neo4j‘s cypher query language Michael has been telling me to use parameters in…
Read More » -
Enterprise Java
Graph Processing: Betweeness Centrality – neo4j’s cypher vs graphstream
Last week I wrote about the betweenness centrality algorithm and my attempts to understand it using graphstream and while reading…
Read More » -
Android Core
Android HTTP Client : Network error and ConnectivityManager
In this post I will show how to handle connection errors or the situation when the connection changes (i.e from…
Read More » -
Enterprise Java
Unit Testing of Spring MVC Controllers: REST API
Spring MVC provides an easy way to create REST APIs. However, writing comprehensive and fast unit tests for these APIs…
Read More »