How to create a Chrome extension to show meta tags used on a webpage in 5 easy steps

I was wondering the other day if developing a chrome extension is a difficult task. I see thousands of extensions available on chrome web store to make our life easy, but is it really difficult to develop one. There was only one way to find out. It was to actually try and develop one myself.… Continue reading How to create a Chrome extension to show meta tags used on a webpage in 5 easy steps

Using IBM Watson’s Discovery Service to get fresh content

Fresh content on a website serves multiple purposes, including keeping you in the search engine loop. Updating your site is just as important to search engines as it is to your visitors. Search engines generally give high praises to websites that offer new information and sources for search requests. However, being desirable to search engines is… Continue reading Using IBM Watson’s Discovery Service to get fresh content

Using percona with AWS RDS – Editing Big DB tables

I recently had a situation where i had to alter huge tables(having >3 Million records). Normally we go with standard process of altering the table, you go to SQL editor, type in your SQL command, execute it and table is altered. But when it comes to huge tables, you may want to alter your approach. There are… Continue reading Using percona with AWS RDS – Editing Big DB tables