Emmanuel Corels
FIELD NOTES

Practical technology,
explained like a conversation.

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

134published 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 →
Product Engineering

Turn a feature request into acceptance checks

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 turn a feature request into acceptance checks. A useful scope desc…

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 →
Product Engineering

Create a release from an exact commit

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 create a release from an exact commit…

Read note →
Product Engineering

Write a migration rollback note

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 write a migration ro…

Read note →
Product Engineering

Measure API behavior at the boundary

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 measure api behavior at…

Read note →
Product Engineering

Keep changelogs useful to operators

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 keep changelogs useful to o…

Read note →
Product Engineering

Design feature flags with an exit plan

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 design feature flags with an exit plan.…

Read note →
Product Engineering

Review dependency risk before upgrades

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 dependency risk before upgrades. …

Read note →
Product Engineering

Capture architecture decisions briefly

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 capture architecture decisions briefly. A …

Read note →
Page 1 of 2 · 13 posts