Story

Show HN: Self-updating engineering blogs repo with GitHub Actions

break_prod Thursday, February 12, 2026

Hi HN,

There’s a great engineering blog aggregation repo on github kilimchoi/engineering-blogs that I’ve used for a while. It’s an excellent resource, but it hasn’t been actively maintained in a few years — and many links have moved or broken.

That made me wonder: why do most “awesome engineering blogs” lists eventually decay?

So I built an open-source repo that aggregates engineering blogs and keeps itself updated automatically using GitHub Actions.

On a schedule, it:

> Checks blog sources for new posts > Detects broken or moved URLs > Validates links > Updates the index automatically

Basically - CI/CD for engineering blog aggregation.

I’d love feedback on:

> Any high-quality blogs I should include - specially from individuals or you > Better ways to detect canonical/moved content reliably > Whether RSS-only aggregation is enough

Thank you!

Summary
This repository curates a collection of engineering blogs from various companies and individuals, providing a valuable resource for developers to stay up-to-date with industry trends, best practices, and technical insights.
4 0
Summary
github.com
Visit article Read on Hacker News