Shahid

Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

Real time feed update using Socket.io

Socket.io is platform independent web framework which allows us to program real time bidrectional communication betweeen various devices. Using Socket.io we can build some real time application such as Live chat OR real time analytics of shares etc. I have…

How to add Google reCAPTCHA in WordPress

Google reCAPTCHA is becoming popular since the day of its announcement. The performance of this product is not been evaluated yet because of its age. I have covered basic tutorial about how to code custom script with Google reCAPTCHA. In…

IndexedDB : Database in browser

IndexedDB is a JavaScript-based object-oriented database. It provides key -value data management within browser. IndexedDB Api wraps the SQL like features to perform CRUD operation. In this tutorial i am going to explain basics about IndexedDB Api with sample code. Sample…