All notes
Tags
Debugging
2 notesEngineeringAug 6, 20264 min
The server that restarted every five hours
A container that crash-looped with no panic and no error log — four times, for four different reasons. A tour through every way a health check can lie to you.
Read note
SendDockDebuggingDevOpsGo
EngineeringAug 6, 20263 min
The editor that ate my <
Type a lone < in the code editor and it silently became <. The culprit was a hidden component, two tabs away, faithfully doing its job.
Read note
SendDockDebuggingVueFrontend