An automated trader for the Texas power market
ERCOT settles electricity in intervals that don't wait for anyone to be awake. The platform I worked on places and manages orders against that market automatically, which changes the engineering problem: correctness stops being the whole job, and noticing is half of it.
I built the services for market data collection, order placement and system monitoring, and designed the trading pipeline to run as GCP container batch jobs orchestrated from GitHub Actions. Then I instrumented health metrics across every stage and aggregated them into performance insight, so a degraded run announced itself rather than being discovered later in a settlement report.
A pipeline nobody is watching needs to be louder than one that somebody is.