Debugging apache mod_proxy_balancer
Below are some notes that I made while debugging mod_proxy_balancer. I had to set it up in a hurry when I realized that Amazon Elastic Load Balancer I was...
Subdomains, pretty urls and some config
This post sort of collates information about using subdomains to make your urls look much nicer. Say suppose you are building a tumblr like service, then...
Sqlserver Non-clustered indexes and deadlocks
ORM tools and other abstraction on RDBMS have become ubiquitous. But there is no substitute for understanding the basics of a database. This opinion of...
Customize gradle directory structure
I started using gradle very recently. It is so much more easy to understand than maven. I guess I am not intelligent enough for maven. Gradle also follows...
Mnesia Quickstart
Basic introduction on Mnesia Mnesia is a RDBMS. But it belongs to the nosql category of RDBMS. Reason being the query language is not sql but Erlang....