
Distributed lock using PostgreSQL
This post talks about why you may need a distributed lock and how you can create a distributed lock using PostgreSQL.
The story of my experiments with code
This post talks about why you may need a distributed lock and how you can create a distributed lock using PostgreSQL.
This post describes importance of passing a single correlation id across requests in microservices and how we an achieve this in .NET.