Webhook Idempotency: Lessons from a ‘Double Charge’ Production Bug
A deep dive into webhook idempotency, exploring a production bug that caused double charges and offering implementation patterns to prevent it.
Thanh Nguyen là một software developer chia sẻ kiến thức thực tế về backend, web development và cloud computing. Blog tập trung vào Django, JavaScript, AWS, React cùng các kỹ năng nền tảng giúp lập trình viên học và làm việc hiệu quả hơn.
3 articles from this blog
A deep dive into webhook idempotency, exploring a production bug that caused double charges and offering implementation patterns to prevent it.
Learn how to build a shared PDF generation package using @react-pdf/renderer and Turborepo monorepo for consistent PDFs across frontend (Next.js) and backend (NestJS).
How to migrate email infrastructure from plain HTML to React Email with zero downtime using the Strategy Pattern.