-
Core Java
I/O Demystified
With all the hype on highly scalable server design and the rage behind nodejs I have been meaning to do some…
Read More » -
Enterprise Java
JMX : Some Introductory Notes
JMX (Java Management Extensions) is a J2SE technology which enables management and monitoring of Java applications. The basic idea is…
Read More » -
Software Development
So you are a programmer…
Been there. Done that. And suffered for that… Programming is fun. But there are some other associated stuff we programmers…
Read More » -
Enterprise Java
Learn by Errors : Java + OSGi
Recently I worked on getting Apache Hive work inside an OSGi environment. While not proving to be a proverbial piece…
Read More » -
Software Development
Joins with Map Reduce
I have been reading on Join implementations available for Hadoop for past few days. In this post I recap some…
Read More » -
DevOps
Monitoring : Making sense of the buzz word jungle
Nowadays we are constantly reminded of the virtues of being proactive or more colloquially put “Being one step ahead of…
Read More » -
DevOps
SSH Tunneling Explained
Recently I wanted to set up a remote desktop sharing session from home pc to my laptop. While going through…
Read More » -
Enterprise Java
Apache Thrift Quickstart Tutorial
Thrift is a cross language RPC framework initially developed at Facebook, now open sourced as an Apache project. This post…
Read More »