In the last post, we discussed about code management related issues around parallel development. Let us have a peek at the challenges with testing the application in a parallel development scenario. Test Management There are multiple issues that we are … Continue reading
Parallel Development There are various situations in which we, as development teams, are faced with the challenges around parallel development. In this post, let us look at some of the challenges around such a situation and how to tackle them … Continue reading
Most websites have a main content area which is composed of more than a single content block. As WordPress is first and foremost a blogging platform, its support for a highly flexible CMS isn't comprehensive. This is mainly seen in … Continue reading
How to enhance the scope of output cache Output cache can be used to store the rendered HTML in the client system for a certain period of time. I.e. if the same page is requested within the specified time period, … Continue reading
We have a comprehensive integrated development process based on configuration management best practices and "Continuous Integration" principles. All artifacts related to the project are versioned and stored safely in our version control repository, which is backed up regularly. The development … Continue reading