Skip to main content

2024 / System design, backend, product shaping

BetterLogs

A log analysis tool built to cut through operational noise and turn large log volumes into usable answers quickly.

Python / FastAPI / Parsing / Internal tooling

Context

Large log files were slowing down debugging and forcing people into repetitive manual triage. The product needed to reduce time-to-answer, not just store more logs.

What I did

I shaped the product around fast ingestion, focused querying, and a response surface tuned for operational use. The goal was to keep the system useful under real delivery pressure instead of turning it into a generic observability clone.

Outcome

The tool gave teams a faster path from incident symptom to probable cause and was recognized internally for its impact.

Back to work