Site Tech Info

I thought I’d devote a section to giving a little insight into this website and how I designed it. First off, as many of you may have noticed by now, this is a WordPress blog. What you may not know, is that it’s hosted on a RaspberryPi 5 in my apartment. But, I only did that for cost savings. Here’s the details:

  1. Host is a RaspberryPi 5 running Ubuntu

    Cheap and fast! What could be better?

  2. Static assets are kept in S3

    Cheap to host, but cloudfront is cheaper for the traffic

  3. S3 content is cached by Cloudfront very cheaply and efficiently

    Nice and fast and free for any small site

  4. Cloudflare is put in front of it all, providing some security for this site

    Free version, but it does a lot!

  5. Cloudflare’s turnstile is in place to keep my forms spam-free!
  6. HTTP3 is supported 👍

    Latest and greatest QUIC-based protocol

  7. IPv6 works as well!

    Because, it should work everywhere already!

  8. DNS for this site is set up with Route53 as the registrar and Cloudflare’s nameservers, and DNSSEC is enabled 👍
  9. Memcached caching for All The Things

    Fast caching for a fast site

  10. More to come!