
My Blog
My thoughts documented... be afraid!

Generating testable content in Episerver
After recently starting working with Episerver. I have decided to try and put together a series of blog posts on the ways I am leveraging the features available in Episerver.
This post is going to be about how I use an Initializable Module to create...

My go-to nuget packages
I find myself using a few key nuget packages in most, if not all, project. Some well known, some not so much.
So I thought I would document the ones I use often. It would be great to hear about any I have missed, and any on my list you haven't used, but...

C# 9.0 - Blurring the lines between object oriented programming and functional programming
C# has always been a very object-oriented language. Initially based on Java, over the years it evolved and improved, but always been close to it's Java roots. Recently there has been a shift in focus to introduce more features you would see in functional ...

Sitemap Driven Load Test
A pretty simple little script that can be run on Linux (or Windows Subsystem for Linux (WSL)), which will pull a sitemap.xml and turn it into a csv, and the randomly order it and use it as a data source for Taurus to run a JMeter load test.

SDL Topology Generator
Available at http://topologygenerator.azurewebsites.net/
In preparation for taking my SDL certification(s) I came across a need for something to make setting up the topology in SDL Web 8 easier, as it can currently only be run using powershell scripts,...