FIELD NOTES

Practical technology,
explained like a conversation.

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

152published notes
Product Engineering

Move uncommitted work off the wrong Git branch

Preserve staged, unstaged and untracked changes while creating the correct branch—and handle the harder case where that branch needs a different base.

Read note →
Networking & ISP Systems

Check BGP information responsibly

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 check bgp information responsibly. Read…

Read note →
Automation & Scripting

Test automation against fixtures

This procedure is written for real environments where access, uptime and rollback matter as much as the technical fix.Our specific objective is test automation against fixtures. Small deterministic fixtures …

Read note →
Databases & Reliability

Prove PostgreSQL backups can restore

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 prove postgresql backups can restore. Inspect archives and rehears…

Read note →
Web Infrastructure

Keep WAF exceptions narrow

This procedure is written for real environments where access, uptime and rollback matter as much as the technical fix.Our specific objective is keep waf exceptions narrow. Document every exclusion and bind i…

Read note →
Linux & Server Operations

Test file state before Bash acts—and handle the race

Negating a Bash file test takes one character. Deciding what “missing” means—and keeping the next operation safe when the filesystem changes—takes more care. A deployment script can report that a file is absent when it …

Read note →
Containers & Kubernetes

Explain why a service has no traffic

A good diagnosis should be repeatable by another engineer. We will record the environment, run a bounded test and verify the result from the service boundary.Our specific objective is explain why a service h…

Read note →
Product Engineering

Protect main with required checks

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 protect main with requir…

Read note →
Cloud & DevOps

Make Terraform changes reviewable

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 make terraform changes reviewable. Formatting, validation and a sa…

Read note →
Networking & ISP Systems

Verify MTU without fragmentation

A good diagnosis should be repeatable by another engineer. We will record the environment, run a bounded test and verify the result from the service boundary.Our specific objective is verify mtu without frag…

Read note →
Page 11 of 13 · 152 posts