Creating a Personalized Dashboard with Glance

Overview This week I decided to go over the trending repositories on Github. I came by an amazing tool Glance which is a a very powerful and rich tool to create dashboards. As I work on minimizing my digital life, this tool seems to be an ideal replacement of constantly checking out your favorite blogs, Youtube channels, RSS feeds or Subreddit posts. This tool combines them all by creating a minimalistic and customizable dashboard that you can modify to match all of your needs. ...

March 24, 2025 · 4 min

Setting up self-hosted GitHub Actions Runners in Kubernetes

Overview GitHub Actions provides powerful CI/CD automation, but running workflows on GitHub-hosted runners can be costly. By using self-hosted runners, users can control their infrastructure, optimize spending, and improve security. For Kubernetes users, GitHub offers a convenient way to manage self-hosted runners via the Actions Runner Controller (ARC). This allows automatic scaling of runners based on workload demand using Helm and Terraform. In this guide, we’ll walk through setting up self-hosted GitHub Actions runners on Kubernetes using Terraform and Helm. ...

March 2, 2025 · 5 min