Skip to content
nayem.talukder

journal / 3 entries

Technical Writing

Engineering notes worth keeping: things I learned in production, explained the way I wish someone had explained them to me.

DebuggingJul 31, 2026featured3 min

The Error Is Real. The Layer Is Wrong.

A CORS failure that was a file permission. A registry auth error that was a full disk. In layered systems the error tells you where the failure surfaced, not where it lives — four production examples and the habit that cuts through them.

KubernetesJul 29, 20263 min

The Crash That Never Reaches the Logs

OOMKill is a SIGKILL: the process gets no chance to log, so the pod's logs look innocent while the whole fleet throws NoneType errors. Where the evidence actually lives, and the write-time habits that prevent the class.