Self-hosting My Blog

This blog is built with Hugo. It’s an open-source static site generator that let’s me create blog posts using simple markdown files.

October 28, 2025 · 4 min · Me

Create a Dotnet Framework and Node Build Environment in Docker

At the company I currently work for, our CI pipelines run on a dedicated server that we own and manage on premise. This build server is using Atlassian Bamboo and is configured to run the builds using agents running directly inside the host OS which means builds share and depend on components installed on the host OS.

October 1, 2019 · 6 min · Me

Dotnet Core Webapi With Mssql in Docker Part 2

In the previous post I showed how to setup a Dotnet Core WebApi project to run inside docker.

August 31, 2019 · 8 min · Me

Dotnet Core Webapi With Microsoft SQL Server in Docker - Part 1

I have been hearing a lot of people talking about docker and all of the benefits it introduces and they got me interested in the technology. However, I only recently managed to get some time to play around with Docker.

August 24, 2019 · 7 min · Me