Blog
Dark and Light
Saturday, Oct 3, 2020
Introducing Dark Mode I have implemented theming of this website to allow you, the visitor, to dictate wheter you would like to see things in light or dark mode. It seems that more and more websites and applications (desktop and mobile) are respecting the user’s decision to choose a theme that suits them best. I personally prefer things in dark mode and have that reflected across all my devices. To me, it just feels better. ...continue reading
Cloud Deployment
Friday, Sep 11, 2020
Overview This covers the process I went through to deploy this website using Amazon AWS web services. Since this is a simple static site, with no current ties to any backend services, I wanted to eliminate the overhead of having a dedicated webserver. Since the cost to host a static website using the serverless capabilities of S3 and CloudFront can be as low as $1, this immediately seemed like an appealing solution. ...continue reading
Hello World
Monday, Aug 17, 2020
This is my first post to a blog/website that I have created using vanilla HTML/CSS and JavaScript built on top of the Hugo static site generator. The purpose of this site and blog is to document my work, explore new ideas, and create something unique and personal to myself. I’ve broken the content of this site into two primary sections: An informal blog Intended to consist of (almost) daily summaries of my work and ideas. ...continue reading