Skip to content
lfm.sys SysAdmin & Backend Developer Initiate contact
Writing

Technical notes for backend and production systems work.

MDX articles live in src/content/articles and can become case studies, debugging writeups, or engineering notes.

A Production Debugging Playbook for Backend Incidents

A practical sequence for moving from symptom to root cause across logs, metrics, traces, database state, and network behavior.

#Debugging #Observability #Backend
Read →

PostgreSQL Observability Notes for Backend Services

What to track when PostgreSQL latency becomes application latency: query plans, locks, connection pools, indexes, and workload shape.

#PostgreSQL #Performance #Observability
Read →