Understanding git working areasA friend once asked me to explain git to him. I believe that understanding the git working areas is the key to understanding git. I am not…Apr 12, 2021Apr 12, 2021
Minimize validation headache for users in Rails AppI was creating a simple user model on a rails app. Well, the application was not that complicated so I expected I quick finish but got…May 23, 2020May 23, 2020
Parameters and ArgumentThere is unofficial confusion between arguments and parameters.This confusion is not limited to newbies like me but you will find lots of…Nov 22, 2018Nov 22, 2018
Python ModulesThe power of language lies in it’s libraries .This is what makes python which has simple syntax and being loosely typed, one of the most…Oct 22, 2018Oct 22, 2018