FIELD NOTES

Practical technology,
explained like a conversation.

Tutorials, operational lessons and verified industry developments from the point where infrastructure, security and software meet.

143published notes
Automation & Scripting

Stop Python state leaking between function calls

Diagnose mutable default arguments, repair APIs without hiding intentional state, test the boundary, and roll out the change without surprising existing callers.

Read note →
Containers & Kubernetes

Read a failing pod in the right order

This walkthrough is for the moment when you need an answer you can defend, not another command copied from a forum.Our specific objective is read a failing pod in the right order. Events explain scheduling a…

Read note →
Web Infrastructure

Test a local virtual host directly

Treat this task as a short investigation rather than a magic command. The command matters, but the context around it is what makes the result trustworthy.Our specific objective is test a local virtual host d…

Read note →
Databases & Reliability

Find blocking PostgreSQL sessions

The useful outcome is not a green terminal. It is a clear explanation of what was checked, what the output means and what should happen next.Our specific objective is find blocking postgresql sessions. Ident…

Read note →
Cybersecurity

Review pending package security updates

There are several ways to get a plausible answer here. This guide focuses on the path that preserves evidence and minimizes accidental change.Our specific objective is review pending package security updates…

Read note →
Cloud & DevOps

Use AWS CLI identities safely

The fastest safe route here begins with narrowing the question. We will collect evidence first and change nothing until the output points somewhere specific.Our specific objective is use aws cli identities s…

Read note →
Networking & ISP Systems

Replace an HTTP GET body before a proxy drops it

Trace the request through every hop, understand current GET semantics, redesign simple retrieval as URI parameters and move complex criteria to an explicit POST operation.

Read note →
Containers & Kubernetes

Clean Docker space deliberately

There are several ways to get a plausible answer here. This guide focuses on the path that preserves evidence and minimizes accidental change.Our specific objective is clean docker space deliberately. Measur…

Read note →
Page 11 of 12 · 143 posts