This is the most common one, but reiterating – Travel light. You won’t be using a lot of stuff you think you need. It is extremely useful in cases where you have to walk carrying your luggage, which is not an uncommon occurrence. I remember running a km with my 9kg backpack to catch a…

Read More My top 10 travel tips

In Feb 2017, I travelled to Mexico and Colombia which are only Spanish speaking countries with very few English speakers, especially outside the tourist areas. I don’t speak Spanish and had no prior experience with the language. I learnt few words and phrases on the go to help me communicate basic stuff. The guide below…

Read More Spanish hack while traveling

AngularJS has been out there for quite a while now and is getting increasingly popular. It is a very powerful Javascript MVC framework for building well-structured and maintainable web applications. This tutorial is not an introduction to AngularJS but to demonstrate how quickly one can build a simple well-structured web application. This is targeted towards…

Read More Building a Simple Quiz App using AngularJS

Today I read about YUI 3 Caching Utility. It allows to cache frequently used data in javascript memory (Basic caching) or HTML5 localStorage object (Offline caching). Although we can implement our own caching mechanism in javascript, the YUI caching is general purpose and also provides a set of events. Moreover it can be easily integrated…

Read More Caching in Javascript (YUI Cache)