Latest articles

  • Making the case for Continuous Deployment

    Over on the corporate blog, I’ve tried to make the case for executing continuous deployment for Sitecore solutions.  In reality, the concepts apply to any web applications being developed, but the particulars of how you will accomplish it will depend on the technology platforms being used. I’d love to get some feedback, so please take… Read more

  • Feeling the Product Owner’s pain

    Feeling the Product Owner’s pain

    On Friday, a large group of us gathered in the office for a full day of looking at how we are currently managing our requirements over the course of a project. In the room we had folks who play the roles of technical leads, scrum masters, and product owners, all chatting over some giant muffins,… Read more

  • Sitecore 7: Unit Testing fake indexes with MSTest

    I recently posted a prototype solution to our corporate blog showcasing unit testing against Sitecore 7 indexes. I have made a solution available for download to show you how to use MSTEST to execute unit tests against fake indexes in Sitecore 7, and also how to do this without a mocking framework. Along with the… Read more

  • Cloning issues in JIRA OnDemand using Atlassian SDK

    Cloning issues in JIRA OnDemand using Atlassian SDK

    Recently, I wanted to start spinning up new projects in JIRA with some common epics and stories that we see on a lot of our projects. This seemed like a great way to capture some of the best practices and planning items that our teams have gathered over the years and ensure our teams can… Read more

  • Sitecore Continuous Deployment: Templates and Sublayouts

    If you have decided to move to a continuous deployment model with your Sitecore solution, you now have several hurdles that you need to overcome to get your solution from development into production without risking the stability of the user experience.  One of these is the introduction of new ‘building block’ content items such as… Read more

  • Sitecore 6.6: Custom error pages do not display when Sitecore database down

    With some versions of Sitecore, there is a known issue where a 500 error will be shown if the connection to the Sitecore database is down.  A Karbyn blog post details the confirmed versions and how to reproduce, as well as a potential fix via Sitecore support ticket 377391.  We have also confirmed the issue… Read more