automation
unpdf vs pdf-parse: I Switched After a 2AM Vercel Crash
pdf-parse crashes on Vercel because of native canvas deps. I switched to unpdf: zero native deps, 3-5s per PDF, Edge-safe. Migration path included.
· 7 min
2 posts tagged with "debugging"
unpdf vs pdf-parse: I Switched After a 2AM Vercel Crash
pdf-parse crashes on Vercel because of native canvas deps. I switched to unpdf: zero native deps, 3-5s per PDF, Edge-safe. Migration path included.
57 Bugs in AI-Generated Code: How I Verify Before Shipping
Verify AI code with forced evaluation and build-test-proof. Stop trusting confidence, use evidence-based completion instead.