Blog ✍️
Notes from building AI systems and the infrastructure they run on.
2026
September
- The cloud stack has seven levels now, it's not just IaaS, PaaS, SaaS
Every course still teaches three boxes. The market has seven levels for compute, a second stack for data, and a category that only exists because AI agents write code that has to run somewhere.
Cloudarticleserverlesspostgreskubernetesai-agentsvercelcloud-runneon
August
- Set up Prometheus, Node Exporter, and Grafana on Debian or Ubuntu
A step by step guide to a working monitoring stack on a single Debian or Ubuntu server: Prometheus for storage, Node Exporter for host metrics, Grafana for dashboards, all running under systemd.
DevOpsguideprometheusgrafananode-exportermonitoringsystemd - Self-hosting WordPress with Docker: Apache or PHP-FPM, plus a Redis object cache
A production WordPress stack in Docker Compose: pinned images, a database and Redis that never publish a port, an object cache with the drop-in that actually makes it work, and both the Apache and PHP-FPM routes behind nginx.
Self Hostingguidewordpressdockernginxredismariadbphp