Blog

Ext
Posted by | July 17, 2017
Chrome Extension – Redirect to base URL

If you’re wondering how to make a Chrome Extension, Chrome has wonderful documentation for basic implementations. But for use extra level features requires a lot of Google and forums. Today,...

Continue Reading
my-geo-location
Posted by | January 2, 2017
My Geo location on Google Map

Blog about, How to display your current Geo Location (Real time fetch from your browser) on Google Map. First of all, You will need below points to be ready. - Google...

Continue Reading
codeigniter-hooks
Posted by | August 13, 2016
Getting started with CodeIgniter Hook

 Getting started with CodeIgniter Hook:- CodeIgniter provides one feature called “Hook” that can tap into and modify the inner workings of the framework without hacking the core files. For example,...

Continue Reading
db-transaction-codeigniter
Posted by | August 13, 2016
DB Transaction with CodeIgniter

Transaction in CodeIgniter CodeIgniter's database abstraction allows you to use transactions with databases that support transaction-safe table types. In MySql, InnoDB table type provides support for transaction. CodeIgniter facilitates developers...

Continue Reading
Posted by | July 5, 2016
How to use Bcrypt module to Hash and save passwords in the node.js

Using Bcrypt is the perfect way to save passwords in the database regardless of whatever language your backend is using – PHP, Ruby, Python, Node.js, etc. So, lets see how...

Continue Reading