My Coding Journey...


railroady gem

RailRoady is simplified version of the RailRoad gem.


a simple bash script

It is yet another time again for me to write a blog post.


CLI Data Gem Project

recent-earthquakes-gem


self in Ruby

Everything in Ruby is an object. Every piece of code you write belongs to some object. And every object has a class. Inside those classes there is self which refers to object itself which is an instance of that class.