Svn Vs Git

For a growing team it is always a problem which version control system they should use to handle their growing project and team needs. Which is more flexible, easy to manage code and deploy code.  Currently, we have many version control systems which developers/Teams are using to manage code and deploy code. The most popular version control systems are: Git […]

Memcached Vs Redis, Why to pick them for web application?

Memcached is quite different from Redis.Memcached stores data in memory and loses all stored data (cache) when the server is restarted.Redis instead can be persistent and can keep stored data even when the server is restarted, more over Redis has more features ( like List, Set, Hash, etc.). We use Memcache for lot of things and it does it good, and in […]