FCFernando Castellanosinbackend-debugging.hashnode.dev·14h ago · 17 min readFrom Smoke Tests to Production Truth: Lessons from Load Testing Five APIs with LocustWhat five production APIs taught me when a green smoke test stopped being enough The short version. An API that returns HTTP 200 in a smoke test has told you almost nothing about whether it survives 00
FCFernando Castellanosinbackend-debugging.hashnode.dev·Jun 30 · 8 min readThe Bug Wasn't in Our CodeBACKEND ENGINEERING · DEBUGGING QA filed the regression at 4:50 on a Friday. The endpoint had worked the day before. The deployment that morning had gone green. Git showed nothing that touched the fai00
FCFernando Castellanosinbackend-debugging.hashnode.dev·Jun 25 · 10 min readHow I Use AI Assistants for Debugging Without Trusting Them BlindlyKey takeaways Treat AI output as a hypothesis to verify, never as evidence or a final answer. Ask the AI to map categories of causes — code, data, config, database, infrastructure — instead of "the c00