Debugging apache mod_proxy_balancer

Originally published on my WordPress blog on October 14, 2013. Below are some notes that I made while debugging mod_proxy_balancer. I had to set it up in a hurry when...

Subdomains, pretty urls and some config

Originally published on my WordPress blog on January 15, 2011. This post sort of collates information about using subdomains to make your urls look much nicer. Say suppose you are...

Sqlserver Non-clustered indexes and deadlocks

Originally published on my WordPress blog on July 05, 2010. ORM tools and other abstraction on RDBMS have become ubiquitous. But there is no substitute for understanding the basics of...

Customize gradle directory structure

Originally published on my WordPress blog on June 04, 2010. I started using gradle very recently. It is so much more easy to understand than maven. I guess I am...

Mnesia Quickstart

Originally published on my WordPress blog on January 05, 2010. Basic introduction on Mnesia Mnesia is a RDBMS. But it belongs to the nosql category of RDBMS. Reason being the...