Posts tagged "devops"
-
Building yaml-janitor: Solving the Comment Preservation Problem
How I built a YAML linter that preserves comments, validated 1,736 production files, and published it to RubyGems
-
Building a Fully Decentralized Voting System Using Just Git and Pull Requests
Creating a transparent, auditable voting system where Git commits are the ledger, pull requests are ballots, and CI validates every vote without any centralized servers or databases.
-
The Accidental Complexity of Doing The Right Thing or The Pain of Setting Up Privacy-Focused Analytics (2025 Edition)
The frustrating journey of setting up GoatCounter for privacy-respecting analytics, encountering broken Docker registries, build failures, and tooling friction that makes ethical software harder to deploy.
-
node-postgres-exporter — A Lightweight, Configurable PostgreSQL Prometheus Exporter
Building a flexible Node.js-based Prometheus exporter for PostgreSQL with multi-database support, dynamic custom metrics via JSON configuration, and production-ready fault isolation.
-
Deploying a Zola static site to a custom domain with Github Actions
Setting up automated deployment for a Zola-based static site using GitHub Actions to build and publish to GitHub Pages with a custom domain and DNS configuration.