Consuming Jekyll-feed xml with Node.JS and Mustache templates

|

I’ve been spending some free time sprucing up my GitHub personal readme. One of those tasks was to pull the last 5 blog posts from here and list them on my readme. This post will outline some of the basic components and provide a link to my repo where the functional source code lives.

Rewriting URLs with Nginx

|

In my post ‘HTTPS for Multiple domains using GitHub pages’, I was originally using a HTML file with a meta redirect. While this technique does work, I discovered a very annoying flaw. Anyone that had an old, or non-ssl link was redirected to the home page instead of the page or post they wanted. This isn’t a delightful experience so I started doing some research to find a better path.

Rego Unit Testing

|

This post is going to outline some basics, interesting tidbits, and caveats on unit testing rego policies.

HTTPS for Multiple domains using GitHub pages

|

In today’s modern Internet, nearly all browsers show a big warning when viewing an insecure/non-ssl site. If you own a single domain name and use GitHub Pages to host your site, this is a simple matter to resolve. So what happens if you own multiple domains that point to the same site?

Habitat pipelines in Azure DevOps

|

I’ve been doing some work related to building and deploying Habitat artifacts using Azure DevOps so I thought I’d blog the basic steps so future me can set it up again…