Blogs

How I montior my …

My monitoring setup

My monitoring stack is relatively simple. For visualization, I use Grafana. Metrics are aggregated by Prometheus, logs by Loki, and alerting is managed by the Alertmanager

I chose these tools because of their massive communities, and in particular, the Prometheus ecosystem has an …

My Router Setup: A Deep …

Welcome to a closer look at my home network architecture. This post will walk you through my current setup, explaining the “why” behind my choices and diving into the configurations that make it all tick.

My Network Architecture

+-------------------------+
|        INTERNET         | …

How my blog is hosted on …

Why I use IPFS and HUGO for my blog

For this portfolio, my main requirement was to avoid using a traditional server to host it. I wanted to minimize the single point of failure (SPOF) and also reduce hosting costs.

Other options could have been static hosting services like GitLab Pages, Vercel, or …