
Archive for the ‘Code’ Category
Google’s 10 golden design principles – always worth remembering
Friday, August 21st, 2009Different Cache Implementations
Sunday, June 1st, 2008Looking into different cache modules for high performance dynamic websites. Looks like many of the big sites (YouTube, Flickr, New York Times and many more) are using memcached which looks to be a very interesting and straight forward piece of software.. Then as I have the luxury of working in a pure J2EE environment I have looked into pure-java caching frameworks as well (like ehcache). This article is an interesting (but maybe not elaborate) example of the two; http://gregluck.com/blog/archives/2007/05/comparing_memca.html
Mobile ‘Poor mans GPS’ in action – just the start!
Thursday, November 29th, 2007Not sure when it happened but Google launched a new beta version of its Google Maps for Mobiles with a feature “My Location”. This feature allows you to see your approximate location on a map via a mobile phone without using GPS. It calculates your location based on the nearest phone towers. Its nothing new but its exciting that the technology is starting to get used some more. While the Google thing works on many platforms, the Java integration of this technology is under JSR-179 “Location API” and there is a pretty cool article about the Java Location API here. This is just the beginning! This technology over the next year is going to get so hot!! Imagine the advertising potential as well as the opportunity for new and exciting business ideas around social computing etc.. How exciting.











