Results for: "store"
Contents (253)
100+ Best Google Chrome Extensions
There are a lot of extensions specific to Google and its services, which isn't surprising considering Chrome is Google's browser.…
read more
Redis: installation and usage on Ubuntu/Debian
About Redis Redis, developed in 2009, is a flexible, open-source, key value data store. Following in the footsteps of other NoSQL…
read more
13 Top Free Android Productivity Apps
If you are an android user and a blogger, then this post is for you. We have listed the top…
read more
Creating a Notepad app with indexedDB
indexedDB, which is new in HTML5, allows developers to persist data within the web browser. As a result your app…
read more
Learning Loops in Php: FOREACH
Loops come in several different flavors in PHP: for, while, do-while, and foreach. We will introduce you to each of them in 3 lessons…
read more