After a few good sessions at Great Indian Developer Summit (GIDS)-2011, I look forward to another great 3 days at the GIDS-2012. I thought of listing out the talks I have planned […]
A brief introduction to using Option and Either classes
Previously I had written about Companion classes in Scala and there in I had mentioned one of its uses i.e defining the apply method to support object literals. In this post I […]
Getting started with JSON-P

I have during my college days used XMLHttpRequest object and its equivalent in Microsoft world to make Ajax calls and those Ajax calls were to the URL within the same domain. But […]
HTML5 Geolocation API with Goolge Maps
I have been reading Head First HTML5 and read about the Geolocation support in HTML5 and also went through the example they have shared about using the Google Maps with HTML5 geolocation […]
Brief overview of An “object” in Scala
In Java world we are all familiar with the term object and interchangeably use it with the term instance. Both these terms represent initialization of a class with the required parameters. But […]
DSL based approach to input Graph data in graph theory based java programs

Most of us have coded some programs which deal with graph theory algorithms like finding the shortest path between two vertices, finding the minimum spanning tree for a given graph and so […]
Creating External DSLs using ANTLR and Java
In my previous post sometime back I had written about creating Internal DSLs in Java. In the book Domain Specific Languages by Martin Fowler, he discusses about another type of DSL called […]
Strategy Pattern using Lambda Expressions in Java 8
Strategy Pattern is one of the patterns from the Design Patterns : Elements of Reusable Object book. The intent of the strategy pattern as stated in the book is: Define a family […]
Monitoring ADF application deployed on Weblogic using Newrelic Java agent

I had registered on Newrelic some time back. I was lured into the registration by the free T-Shirt on offer for anyone who deploys Newrelic agent and use it to monitor the […]
Book review: Fitness for Geeks
Fitness for Geeks is a book for gadget/app freaks who want to calculate and track each of their actions. This book is loaded with nutritional information which will take some time to […]