FIELD NOTES

Practical technology,
explained like a conversation.

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

155published notes
Web Infrastructure

Verify HTTP/2 negotiation

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 http/2 negotiati…

Read note →
Web Infrastructure

Check upstream timing in Nginx

This is a practical operator’s guide: establish context, run the smallest useful check, interpret it correctly, and leave a clean recovery path.Our specific objective is check upstream timing in nginx. Separ…

Read note →
Web Infrastructure

Trace and fix UTF-8 corruption across PHP and MySQL

Find the exact encoding boundary that corrupts text, migrate MySQL safely to utf8mb4, validate PHP input and output, repair recoverable data, and verify with multilingual probes.

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 →
Web Infrastructure

Serve static assets with safe caching

When this problem appears in production, urgency encourages guessing. The procedure below deliberately slows the first minute down so the next thirty are useful.Our specific objective is serve static assets …

Read note →
Web Infrastructure

Find oversized web responses

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 find oversized web responses. Measure t…

Read note →
Web Infrastructure

Review PHP upload limits

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 review php upload limits. Application an…

Read note →
Web Infrastructure

Validate Nginx before every reload

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 validate nginx before every reload. Syntax validation is the cheap…

Read note →
Web Infrastructure

Remove PHP array elements without breaking key semantics

An API removes one item from a PHP array, encodes the result, and clients receive a JSON object instead of a JSON list. The deletion worked. The representation changed because PHP arrays are ordered maps: removing an integer key does not automatically close th

Read note →
Web Infrastructure

Inspect certificate expiry

Before touching configuration, we will turn the symptom into a precise question and collect a baseline that can be compared after the work.Our specific objective is inspect certificate expiry. Monitor expiry…

Read note →
Page 1 of 2 · 16 posts