Articles

How we build, and what we have learned doing it.

Primitives That Do Not Drift

Identifiers, timestamps and errors are the three things every service touches and almost nobody specifies. Getting them wrong is cheap on day one and expensive forever after.

UUIDv7 IdentifiersUTC TimestampsThe Error Envelope
September 5, 2026 · 9 minRead more

One Contract, Many Clients

A hand-written API client passes review because it works today. It has no link to the route it mirrors, so the next schema change leaves it quietly wrong.

OpenAPI Code GenerationRTK QueryDrift Checking
September 5, 2026 · 8 minRead more

The Gate Is One Command

A check that exists only in a workflow file is a check nobody can reproduce. One command decides whether a change is done, and CI runs exactly that command.

The One-Command GateRuffpytest
September 5, 2026 · 7 minRead more

Start Any Platform From Scratch

A new engineer should reach a running system with one command, on any of our projects, without reading a wiki page that went stale eight months ago.

DockerForkTex CloudPostgreSQL
September 5, 2026 · 7 minRead more

Documentation as JSON

Markdown is a fine thing to read and a poor thing to maintain once there is structure worth keeping consistent. So we stopped writing it by hand.

ForkTex KnowledgeDrift CheckingPydantic
September 5, 2026 · 11 minRead more

Declarative Production

A repository should state how it runs in one file a machine can read. Otherwise every consumer of that fact re-derives it, and one of them is wrong.

ForkTex CloudDockerBlue-Green Deployment
September 5, 2026 · 10 minRead more

Every Hour Accounted For

A bare number on a timesheet is unauditable — it cannot be questioned, verified, or connected to a deliverable. So we do not ship bare numbers.

ForkTex SubstratePostgreSQLWeasyPrint
September 5, 2026 · 6 minRead more

Receipts That Satisfy the Law

A fiscal receipt is valid or it is not. There is no partial credit, and the device — not your software — is the authority.

PythonC#PostgreSQL
September 5, 2026 · 8 minRead more

Want this applied to your systems?

We write about how we work because it is how we deliver.