Building Resilient Systems with Idempotent APIs
https://dev.to/karishmashukla/building-resilient-systems-with-idempotent-apis-5e5p
"In the context of API designing, idempotency is crucial to prevent unintended side effects and ensure the predictability and reliability of the API. It allows clients to safely retry requests without causing any data duplication, overwriting, or other unwanted effects." -- #KarishmaShukla
Mike Amundsen