Hey reader! After many years, I’ve finally decided to start moving my blog off Wordpress and onto a site I host myself. After quite a bit of work, all the content has now been migrated, and I…| Jeremy Davis
My work on a container-based v10.0 project keeps raising interesting challenges – things that don’t work quite the same way in Docker or Kubernetes, compared to the old world of “…| Jeremy Davis
My QA team had a deployment issue recently, where Azure DevOps failed to successfully release to a couple of servers. The reason for the failure wasn’t obvious to me immediately, so here̵…| Jeremy Davis
There was a lot of interesting information releases during Sitecore Symposium last week. Since I had to summarise this for a work event, I figured I should reuse those thoughts, and write up a brie…| Jeremy Davis
Sometimes you have a problem that you should absolutely have seen coming. The annual “the company’s Sitecore license has expired” fun is very much one of those things. But I’…| Jeremy Davis
I was asked to enable Sitecore’s ItemService endpoints on a containerised instance of Sitecore recently, and my first pass through this didn’t work. Turns out there’s a key bit of…| Jeremy Davis
A while back I got a support issue where a client’s Content Editor was suddenly very broken. No UI – just a giant YSOD. It’s turned out to be the sort of mistake which I could see…| Jeremy Davis
There are bits of the C# language that we don’t think about too much when writing websites – and implicit conversions are one of those things. But while I’ve been messing about wi…| Jeremy Davis
I had an interesting discussion recently, about how some code could calculate a “random” but deterministic numeric value based on some data. This made me think of the classic old concep…| Jeremy Davis
Some time back, when I was looking at how to release containerised Sitecore into Azure Kubernetes Clusters, I worked through the question of “how do I make DevOps wait for the new images to b…| Jeremy Davis