Programming Refresher

Writing code and seeing our application automating a task is a great fun to see.

Pages

▼
Thursday, February 4, 2016

Designing utility methods in ruby

›
This demo is to introduce ways of defining static methods in ruby. Generally utility classes will not store any state information and threa...
Sunday, May 10, 2015

Sorting a collection by more than one field

›
Let's say we have an Employee Object with the fields as given below. class Employee implements Comparable { private int empid;...
Thursday, May 7, 2015

Observer Pattern example

›
package designpatterns; /* * Observer Pattern example */ class WeatherData { float temperature; float humidity; pu...
Wednesday, May 6, 2015

Adapter Pattern example

›
Adapter Pattern It helps to assign/convert one interface (called as source) to another distinct interface (called as target). Example D...
Saturday, May 2, 2015

Coding refresher on Github

›
It gives an immense pleasure to share my technical experience with fellow people. I started pushing all my local code fragments/programs to...
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.