Tag: astro
All the articles with the tag "astro".
-
Over-Engineering a Clap Button, Again
4 min read astroThe clap button worked, but KV had a race condition. I migrated the backend to Cloudflare D1 for atomic writes and hashed IPs.
-
Auto-Publishing Scheduled Posts with GitHub Actions
8 min read astroMy Astro blog already supports scheduled posts, but I still had to push to master to actually publish them. Here's how I fixed that with a cron job and a tiny Node script.
-
Bringing Interactivity to a Static Blog: The Clap Button
4 min read astroStatic sites are fast but lonely. I added a Medium-style Clap button using Astro, Preact, and Cloudflare Workers to fix that.
-
Adding a Links Section to My Blog
3 min read AstroI built a links section to share interesting things I find around the web, with my own commentary.
-
Automating My Blog Workflow with Bun
7 min read bunHow I killed the friction of writing by building a custom CLI generator for Astro using Bun.