AVAntoine Valtoninvirtuprobe.hashnode.dev·Sep 9 · 5 min readBuild the Smallest Support System You Can TrustAn 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 w10
AVAntoine Valtoninvirtuprobe.hashnode.dev·Sep 9 · 8 min readThe Real Economics of Solo SupportA 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.10
AVAntoine Valtoninvirtuprobe.hashnode.dev·Sep 8 · 7 min readYour Definition of Done Ends One Step Too EarlyA 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 origi10
AVAntoine Valtoninvirtuprobe.hashnode.dev·Sep 1 · 8 min readHow to Test an Email Verification Flow End to EndAn 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 v10
AVAntoine Valtoninvirtuprobe.hashnode.dev·Aug 31 · 3 min readHow to Test Multi-Protocol Workflows Without Switching Between ToolsTesting 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 10