FIX: You do not have the SUPER privilege (Amazon RDS)

Open the RDS web console. Open the “Parameter Groups” tab. Create a new Parameter Group. On the dialog, select the…

tgugnani

Check which process is using port 80 in OSX

You need to run these commands as root to show other users' processes, for example: sudo lsof -i ':80' If…

tgugnani

Annotation (Java config , No XML) Based Setup for Spring 4 MVC

In this tutorial we will setup a simple Hello World Web Application Based on Spring 4. The configuration will be…

tgugnani

Consuming REST API in Java Spring through RestTemplate

This post will show you how to consume a RestFul API in Spring through RestTemplate We will be consuming data…

tgugnani

API and Affiliate Details of online Book Selling sites in India

The below table lists out the different online book shopping sites in India and weather they have a public product…

tgugnani

How to get value of URL parameters into Controller (Laravel)

1. If you have your parameter attached to the URL after the question mark like http://www.yoursite.com/someRoute?key=value Your route for this…

tgugnani

Selenium Webdriver ( Junit ) Tips and Tricks

I have started working with Selenium Web Driver to Automate testing for a web application that I have been working…

tgugnani

Selecting random key and value from Java HashMap

Here is the Java example that shows how to get the random key value set from a Hash Map in…

tgugnani

How to get current timestamp in Java

Here are the Java examples that shows how you can get the current timestamp in Java -To get Unix (Epoch)…

tgugnani

Write Selenium test cases with Junit (Maven and Eclipse)

This post will guide you how you on how you can run the automation test scripts with Selenium Web Driver and…

tgugnani