Automation

How I built an automated news section for my blog using Python and Claude API

I added a fully automated News section to my blog that pulls from 10+ RSS feeds, lets AI pick the most relevant story, writes the article, and publishes it twice a day — without me touching anything.

Read more →

Automating blog deployment with GitHub Actions

Every time I published a post I had to SSH into the server, run hugo build, and hope nothing broke. Here’s how I automated that with GitHub Actions.

Read more →