Category Archives: development

Test management in parallel development

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

Posted in Code Management, development, test | Tagged | Leave a comment

Code management in Parallel development

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

Posted in Code Management, development | Tagged | Leave a comment

Multiple Content Blocks in WordPress using Categories and Posts

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

Posted in cms, development, wordpress | Tagged | Leave a comment

How to enhance the scope of output cache

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

Posted in .NET, development, research | Tagged , , | Leave a comment

Development Process

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

Posted in development | 2 Comments