Hi!

This is all about my experiences , the feelings, the joy, the nervousness and a wholesome adventure that surrounded my internship. The summer internship that i did in July-August, 2013 at Thrillophilia, Bangalore.

Thrillophilia, founded in 2009, with 1400+ travel options and 40000+ happy travellers is the best activity travel curator of India. At Thrillophilia.com you can find unique tours of India, things to do, experiences, adventure activities and offbeat places to stay in India.
As per Alexa traffic rankings, Thrillophilia is among the top 20 Travel Web sites

This post was originally written in Aug, 2013 and is a complete re-post of the same.



Heads up

  • This one is a little long. There are excruciating details at times.
  • There is a small PS at the end.
  • For my sake, i have given it a title, i.e.

Continue reading …

This is just a test post to see how it works, how the blog looks like, links, code snippets and all.

Let’s do a simple Hello World Program for that.

Print Hello, World! in Java
1
2
3
4
5
public class HelloWorld {
    public static void main(String [] args) {
        System.out.println("Hello, World!");
    }
}

Just the final steps…

Fire up Git Bash
1
2
3
4
5
# Go to the directory where octopress is
cd c:/github/blog # for me
rake generate # Generate to the proper format
rake preview # Check how it looks like by visiting localhost:4000/blog in Chrome
rake deploy # Add, Commit, Push to the repo

Looks nice!

Ok then, that’s all for now!

Watch out for better posts coming up. ;)