What are content management systems (CMS)?

Well, as the name says, content management systems, or in short CMS, are builds (custom or platform based) that provide content creators, editors and content managers the ability of managing the content in a structured, easy to use way. For example this post is being written using such a system, specialized for blogging and general presentation websites called WordPress. WordPress Continue reading

Memcached setup and optimization for different platforms

Have you ever wondered if query caching is enough? Well it isn't because not just data query results increase the load time of a webpage but also the data processing that requires computation power and processor time. What if your application is using the same object processing with no or minor data changes. Then the fastest way to handle this Continue reading