Build the Smallest Support System You Can Trust
An engineering guide to support identities, states, event logs, privacy boundaries, channel adapters, and the smallest system an indie developer can trust. My first test for a support setup is not w
Search for a command to run...
An engineering guide to support identities, states, event logs, privacy boundaries, channel adapters, and the smallest system an indie developer can trust. My first test for a support setup is not w
A practical engineering guide to response windows, interruption costs, reusable replies, and sustainable customer support for solo developers. The dangerous support message is not the difficult one.
A practical developer workflow for turning shipped feedback into clear public changelog updates without creating another weekly content burden. The code was live. The test suite was green. The origi
An email-verification feature can return 200 OK and still be broken. The signup endpoint may accept the request while the message is never delivered. The email may arrive with the wrong token. The v
Testing an API is easy when everything happens over HTTP. Real applications are rarely that simple. A user signs up through an API. A confirmation email is sent. An account appears in a database. A
A practical way to test workflows that pass IDs, tokens, and state between systems A signup test often begins with a simple request: POST /users → 201 Created That response is useful, but it does n
A practical five-question test for choosing tools that must verify APIs, email, identity, DNS, and databases together. A user clicks Create account. The API returns 201 Created. The test is green. T