Resources
Guides, notes and
reference material
Everything we have written, organised by discipline. No gated PDFs and no email walls — if it is useful, it is on the page.
- Security
- AI
- Design
- Cloud
- Engineering
- Strategy
2 articles
Security
10 min read
SSRF is an identity problem, not a network problem
A URL allowlist on Northwind's webhook feature was defeated by DNS rebinding in under a minute. Validating hostnames cannot work; validating the socket can. And the deeper fix is internal services that refuse unauthenticated callers.
9 min read
Rotating database credentials without a maintenance window
Aldridge Risk had database passwords three years old because rotation meant downtime. The two-role pattern, why connection pools make rotation hard, and how to time the revoke so it is safe rather than hopeful.
3 articles
AI
9 min read
Write the evaluation set before you write the prompt
Most language-model features fail because nobody agreed what correct looks like. A labelled set of 200 real cases, scored field by field and run in CI, settles the argument before it reaches a customer.
8 min read
Guardrails are a queue, not a filter
Blocking a bad model output is the easy half. The design question is what happens to the four per cent you block, who reads it, how fast, and what they are allowed to do about it.
8 min read
Set the price ceiling before you build the feature
Pick a unit — a ticket, an invoice, a search — and a number of pence it may not exceed. Everything about retrieval, routing and caching follows from that constraint, and features that cannot meet it are cheaper to cancel early.
2 articles
Design
9 min read
Designing for density: software experts stare at all day
A trading desk, a dispatch board and an auction floor have nothing in common with a consumer app. Whitespace becomes a tax, the keyboard beats the mouse, and every colour you spend on decoration is one you cannot spend on a breach.
8 min read
The cost of a wrong click: undo, confirmation and audit
Confirmation dialogs stop almost nothing — users dismiss them in under two seconds. Classifying actions by reversibility, and building the data model to support correction, prevents far more damage than another Are you sure.
2 articles
Cloud
11 min read
CPU limits were costing us latency and money at the same time
Corvus Logistics ran 96 nodes for a workload that fits on 60. The throttling metric nobody was watching explained both the node count and a 810ms p99. What CFS quota does, and how to set requests from evidence.
12 min read
Tail latency on shared Postgres: what pooling mode actually costs you
p99 sat at 900ms while the database ran at 30% CPU. The queue was in the pooler, not the engine. A walk through pool sizing arithmetic, what transaction mode silently breaks, and per-tenant fairness.
2 articles
Engineering
10 min read
The lock queue is the deploy risk: online schema change on Postgres
At Kestrel Industrial a two-second ALTER TABLE took the shop-floor API down for six minutes. The cause was head-of-line blocking in the Postgres lock queue. Expand-contract, lock_timeout, and how to make backfills boring.
11 min read
Idempotency keys do not make retries safe
A duplicate payout on Meridian Exchange traced back to an idempotency key written in a different transaction from the effect it guarded. The storage model, the concurrency case most implementations miss, and the metric that proves it works.
Service reference
Every practice, documented
All 44 service pages carry a process, a stack, an honest note on when not to hire us, and four questions we actually get asked.
Design
UI/UX Design
Research, interaction design and design systems for software people use every day.
Design
Product Design
Discovery, prototypes and scope decisions that stop teams building the wrong thing.
Engineering
Blockchain Solutions
Permissioned ledgers, tokenised assets and independently audited smart contracts.
Engineering
IoT Development
Firmware, connectivity and telemetry pipelines for devices you cannot easily reach.
Consulting
Digital Transformation
Sequenced change programmes that ship working software, not slide decks.
Engineering
Legacy Modernisation
COBOL, Delphi, WebForms and Oracle Forms moved off, without a big-bang cutover.

