00:00:00 UTC
sevenroute.dev
Section ◆ About · The person behind the dashboards Updated April 2026 Open to new work · Q3 onwards
— About

I build small, reliable systems — and the quiet tools that keep them honest.

RoleDevOps / SRE engineer BasedWherever the latency is low Working inUTC ± 3 Pronounsthey / them

The short version.

I'm an infrastructure engineer who likes the parts of the job most people quietly avoid: log pipelines, runbooks, the second post-incident review, the cleanup PR no one notices.

My day-to-day is mostly Linux on AWS — keeping fleets of EC2 instances healthy, watching them through ELK and Grafana, and writing the Terraform & Ansible that holds it all together. I treat observability as a design problem, not a logging problem.

I write here because I keep solving the same problems twice. This site is mostly a notebook to my future self, with a side hustle as a portfolio.

Outside the terminal: long walks, slow coffee, and an unhealthy interest in physical maps of fiber routes.

SR
Portrait, 2026 · Placeholder

Selected chronology.

2018 — present
2024 — nowPresent role

Senior SRE, mid-stage SaaS.

Owning the observability stack and on-call rotation for a 30-service backend. Migrated three pipelines from CloudWatch-only to a self-hosted ELK + Grafana setup, halved alert noise, doubled signal.

Senior SRE
2021 — 2024Three years

Platform engineer, fintech.

Built the CI/CD platform from a handful of brittle Jenkins jobs to a unified GitHub Actions setup with signed images and automated rollback. Wrote the first version of cluster-postcard here.

Platform engineer
2019 — 2021Two years

DevOps engineer, logistics startup.

One of three engineers running production. Lots of pager duty, lots of learning, and the original version of the Ansible Telegram bot that still gets used by friends.

DevOps engineer
2018 — 2019One year

Linux sysadmin, first real job.

Managed a small bare-metal fleet, learned what "the network is fine" really means, and accidentally fell in love with monitoring.

Sysadmin

A periodic table of the stack.

Things I reach for first. Roughly grouped, deliberately incomplete — I'd rather use one tool well than five tools poorly.

01OS
Lx
Linux
Daily driver
02Cloud
Aw
AWS
EC2 · S3 · IAM
03IaC
Tf
Terraform
Infra-as-code
04Cfg
An
Ansible
Config mgmt
05Obs
Es
Elastic
Logs · search
06Obs
Gr
Grafana
Dashboards
07Obs
Ls
Logstash
Pipelines
08Obs
Pr
Prometheus
Metrics
09Lang
Py
Python
Scripts · bots
10Lang
Go
Go
Small CLIs
11Run
Dk
Docker
Containers
12CI
Ga
GH Actions
CI / CD

How I work.

i.

Boring tools, on purpose.

I'd rather pick a tool that has been quiet for ten years than one that's exciting this quarter. Boring is a feature; surprises live in the bill and in pager duty.

ii.

Observability before features.

If I can't see it, I can't fix it. Every system I touch grows a dashboard before it grows an endpoint.

iii.

Cheap by default.

Cost is a real constraint, not a footnote. Most of my favourite designs came from someone forwarding me an AWS bill.

iv.

Write the runbook first.

If it's worth deploying, it's worth a one-page document explaining what to do at 3 a.m. when it breaks.