How I Solved Collecting Gaming News From Around the World

Live site: gaming.tyvan.dev Why I Built This I read gaming news more often than I should probably admit in a professional setting. The problem is not that there is no gaming news. The problem is the opposite. There is too much of it, scattered across different publishers, feeds, launchers, communities, and whatever tab I opened three days ago and now refuse to close because “I might need it later”. So I wanted a small web app with one job: show latest gaming articles keep them easy to scan preserve the original publisher links avoid turning the homepage into a casino lobby with CSS That became Gaming Feed, a simple Next.js app backed by an existing PostgreSQL table of RSS-style articles. ...

July 28, 2026 · 7 min · Ty Van

Deploying a Next.js App to k0s with GitHub Actions

A practical CI/CD setup for building a Next.js app, publishing a container image, and deploying it to a k0s Kubernetes cluster through GitHub Actions.

May 11, 2026 · 4 min · Ty Van