Others Archive
16 Sep 2013
Hosting a Static Website on Dropbox

This tutorial explains us on Hosting a Static Website (i.e. HTML, JS and CSS, no PHP) on Dropbox
02 May 2014
Install multiple JDKs on Mac OS X

In this post we shall see how to install multiple JDKs on Mac OS X, and also switch between them easily as and when required.
07 Jul 2014
Convert Java Object to/from JSON using Jackson

This tutorial explains how to convert Java Object to/from JSON using Jackson library along with a sample implementation.
28 Aug 2014
Debug remote Tomcat from IntelliJ

In this post we shall see how to debug a web application deployed on remote or a locally setup tomcat from IntelliJ IDEA.
10 Sep 2014
Getting started with Gradle

This tutorial explains about getting started with Gradle- the newest build tool, with steps for download, installation and verification
29 Jul 2017
LeetCode – Two Sum

LeetCode - Two Sum Programming Interview - Given an array of integers, find two numbers such that they add up to a specific target number.