I've seen a couple[1][2] of posts recently about personal websites/blogs where some people seemed hesitant to post their own site, and perhaps more didn't post at all to avoid self-promotion. So I thought, why not ditch the modesty and just have a post where you can shamelessly plug your own website. I love reading your comments here, so let's see what you all have put on your websites.
[1]: https://news.ycombinator.com/item?id=19188760
[2]: https://news.ycombinator.com/item?id=19114037
I'm a UX engineer so my focus was on a site that loads quickly, is accessible, and is easy to read. It gets 100s across the board on Google Lighthouse because it's built with one HTML file.
The CSS was ruthlessly cut down to a single style tag and I believe there's only a tiny bit of JavaScript for lazy loading images and Service Workers for offline capabilities (in case you need my email in a Subway tunnel?). The service worker file needed to be separated (so I guess it's two files then) but the single HTML was compressed as much as I possibly could to reduce the size down. I even downloaded the Google font file to preload it faster and to strip out all of the unused glyphs.
It definitely loads quickly.
I also have some interest in design, so I wanted to express myself a bit, choosing lots of fonts and designs to create a somewhat eclectic homage to computing past and present.