OpenSSL heartbleed bug allows hackers to untraceably read server traffic and some server memory. This implementation mistake leads to the leak of memory information from the server to the client and from the client to the server. Read on →

Last week I migrated my blog from WordPress to Octopress and find it very cool blogging engine. Though, migraiton of posts and pages was quite easy but migration or you can say linking of Disqus comments from WorlPress pages to Octopress was difficult. Read on →

Nowadays blogs I am reading are mostly running with jekyll and using octopress to publish. Lot of my friends migrated from WordPress to Octopress. I was curious why they are doing so and what is the advantege with Octopress over WordPress. Read on →

JavaScript is a prototype-based OOP language in which behaviour reuse (inheritance) is achieved using existing objects which serve as prototypes. Whenever you assign a object as prototype of other object, properties and methods will be available to that object. Read on →

After cloud computing, Multi-tenancy and SOA become a buzzword for tech companies those provide B2B solutions.

Multi-tenancy will reduce the cost and simplifies the release management. Read on →