Latest posts
-
Python hisses – 1
I just started learning Python, and came across two handy functions. We want to know to a basic thing about an object. What are its attributes and methods? The answer is dir(object). It will return all the attributes…
-
The Rails rails
Development in Rails has steep learning in comparison to PHP. In Rails, things are scattered and one needs to take care of many things at once. Sometimes you will need four terminals! Here are some things you will or…
-
Make New Year Happy
With advent of 2015, our hopes and expectations from the new era takes height. Dream high, work hard and achieve success. Live like a bird, fly with freedom, observe the beauty of the world and find all that’s…
-
Token based registration/Invitations in a nutshell (Ruby on Rails)
This post is all about registrations methods used by various sites. Mainly secure (token) based registration. Majorly, I will be providing links for many related resources and solutions. Here, I will summarize many…