How Stripe Prevents Double Payments
Learn the engineering patterns that prevent duplicate charges and how to implement them in your payment systems
Search across 141 posts, 19 explainers, and 60 topics
Learn the engineering patterns that prevent duplicate charges and how to implement them in your payment systems
Turn your repository into an automated testing and deployment machine that catches bugs before they reach users
Picture this: it’s Black Friday, millions of shoppers worldwide are frantically clicking “Add to Cart”...
Vary what something does and how it does it independently
Picture this. You’re standing outside Select City Walk in Saket, tired after shopping, and you...
From panic to performance confidence – scripting, scaling, observing, and automating load tests with k6
WhatsApp is a household name, but for software engineers, it’s a legendary tale of massive...
Prompt engineering is a critical skill for software developers working with AI models like GPT....
Git is an indispensable tool for software developers, enabling version control, collaboration, and efficient workflows....
Imagine this: It’s 9 AM, your nightly scheduled CI/CD pipeline has failed again, and you’re...
Access elements sequentially without knowing the underlying structure
When working with multi-module Scala projects, there are scenarios where you need to exclude specific...
Reduce chaotic dependencies by having objects communicate through a central hub
Decouple senders from receivers by giving multiple objects a chance to handle requests
Build tree structures where clients don't distinguish between leaves and branches