Recent Posts

Remembering GIT commands

less than 1 minute read

GIT is one of the most popular SCM tools being used these days, and even though there are lot of UI interfaces to it (Source tree, GIT extensions etc), It re...

Duck Typing in python

less than 1 minute read

Understand what duck typing in python means with an example