Christopher Tobin

The 73rd Page

See below for a collection of posts that I’ve written about a variety of topics.

Adding a Jekyll Pipeline in Azure DevOps

  • Nov 9, 2019
  • 5 min read
  • Devops

GitHub Pages has served me pretty well so far. I’ve been using it to host this website and I’ve found it to be a really incredible tool. I decided to take this a step further by integrating some de...

Introducing Updated Website

I had been rolling with the Minimal Mistakes theme for quite a while on this website. It served me well in its time here. I really loved the design - it looked gorgeous. But I never really liked ho...

Project Euler Problem 1 Analysis

The very first problem in the famous Project Euler and its a good one! This is a great way to get our feet wet by creating a program to solve a mathematical problem.