www.khorner.com is rebranded and now LIVE!

Previously, this site was a personal lifestyle Wordpress site. As I began reinvesting in my technical skills, I used it to workshop my understanding on AWS services like Route53, Amplify, S3, etc.

When I decided it was time to create a portfolio of work, I needed to rebrand.

This site is intended to document my Generative AI journey and showcase my progress and technical competencies. The site is hosted on Github Pages. I’ve configured my domain to land on it and have a local environment to maintain it.

I chose Github Pages for multiple reasons:

  1. It’s free
  2. I can update and manage it in my IDE - Visual Studio Code
  3. It’s free
  4. It’s a simple example of a DevOps pipeline: I commit changes via git and it publishes the site
  5. I learned enough Ruby, Gems, and Markdown to be dangerous! 💣🧨💥
  6. You can see the code at khorner.github.io

Pre-launch Task List:

  • Revert domain record managment (SOA, NS, MX, CNAME TXT) to Google Domains from AWS Route53
  • Verify khorner.com domain with Github account
  • Create Github repository: khorner.github.io
  • Install and configure local Ruby, Gem Jekyll environment
  • Configure Visual Studio Code environment for Github and install Markdown Preview Enhanced extension
  • Read the Markdown guide
  • Stay awesome!