by admin | Mar 30, 2016 | Technical Articles |
Have you ever opened a closet only to have all the inside contents fall all over you? In the programming setting, this is called as “spaghetti code”. These are the kind of codes that are so jumbled that as soon as you make a little change, everything starts falling...
by admin | Dec 14, 2015 | Technical Articles |
If prediction pundits are to be believed, 2016 is going to be year of visual. After all, we are bombarded with so much data every day that we ignore most of it, unless it catches our fancy. And visual is a sure shot way to catch an eye. But more often than not, we...
by admin | Sep 6, 2014 | Technical Articles |
Web scraping (web harvesting or web data extraction) is a computer software technique of extracting information from websites. The Mechanize library is used for automating interaction with websites. Mechanize gem automatically stores and sends cookies, follows...