10 Sep 2021
|
web
github
node
jekyll
atom
feed
xml
mustache
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.
16 Mar 2021
|
web
github
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.
23 Feb 2021
|
unit
testing
rego
das
opa
This post is going to outline some basics, interesting tidbits, and caveats on unit testing rego policies.
22 Feb 2021
|
web
github
nginx
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?
27 Sep 2019
|
habitat
applications
pipeline
ci/cd
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…