Blog

My thoughts on software development, my projects, and anything else that I am interested in.

Idempotent database inserts: Getting it right

Idempotence is the basis of resilient distributed systems. This blog post explores a common solution for idempotent database inserts and its flaws and proposes an improved version.