SP

Shubham Patel

Social codacode.wordpress.com

Latest posts

  1. 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…

    10y ago · Read on codacode.wordpress.com →
  2. 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…

    11y ago · Read on codacode.wordpress.com →
  3. 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…

    11y ago · Read on codacode.wordpress.com →
  4. 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…

    12y ago · Read on codacode.wordpress.com →