Menu

#Idempotency

20 posts

Feed·
20 of 20 posts
Idempotency Keys: The API Pattern That Prevents Duplicate Charges (and Worse)
🖼️
0

Idempotency Keys: The API Pattern That Prevents Duplicate Charges (and Worse)

DEV Community: javascript·Mean·2 days ago
#ynRSx0lf
#dev#idempotency#result#json#retry#keys

Network requests fail. Timeouts happen. Clients retry. And without idempotency keys, a single payment...

15s
Read More
Why We Accidentally Blocked Our Users: A Deep Dive into Idempotency in Distributed Systems
🖼️
0

Why We Accidentally Blocked Our Users: A Deep Dive into Idempotency in Distributed Systems

DEV Community: redis·amir·3 days ago
#trXr8dfH

A production story about payment retries, duplicate requests, Redis, distributed locks, and how idempotency keys protect users from flaky networks.

15s
Read More
Laravel idempotency works better when TTL follows user intent
🖼️
0

Laravel idempotency works better when TTL follows user intent

DEV Community·Saqueib Ansari·about 1 month ago
#rNqItDc2

Stopping duplicate requests is only part of the idempotency problem. This piece looks at why replay windows should be based on business intent and workflow lifetime, not generic middleware defaults that happen to be easy to apply.

15s
Read More
📰
0

Prevent Duplicate API Requests in Angular with Idempotency and HTTP Interceptors

DEV Community: angular·Alessandro Tornesello·about 1 month ago
#ageuGc71
#dev#class#strong#code#idempotency#article

Modern web applications frequently interact with APIs that perform critical operations such as payments, order creation, or data updates. One common problem developers encounter is duplicate requests caused by: users double-clicking buttons unstable…

15s
Read More