Blog

Thoughts, tutorials, and insights on web development.

  • Building a Performant Personal Site with Astro

    February 15, 2025

    A deep dive into why I chose Astro for my personal homepage and the architectural decisions that make it fast.

    • astro
    • performance
    • webdev
  • The Art of Accessible Animations

    December 8, 2024

    How to create beautiful motion effects while respecting user preferences for reduced motion.

    • accessibility
    • css
    • animation
  • Getting Started with Static Site Generation

    September 20, 2024

    An introduction to static site generators and when to choose them over server-rendered apps.

    • ssg
    • webdev
    • beginner