Learning / Notes

small configs/dot files

Shorter entries for database notes, system design patterns, tooling reminders, and practical operational checklists.

Mar 7, 20261 min read

Manual Ubuntu patch flow

A compact flow for patching a vulnerable package manually without losing operational control.

Mar 5, 20261 min read

MySQL N+1 signals

Short notes for spotting N+1 behavior before it turns into a database fire drill.

Mar 4, 20261 min read

GOMODCACHE CI notes

A quick checklist for treating the Go module cache as infrastructure instead of magic.