>_
System_Architect
  • /home
  • /blog
  • /categories
  • /tags
  • /about
  • /home
  • /blog
  • /categories
  • /tags
  • /about

// category.filter

System-design

[ 02_LOGS ]

Posts in System-design

// 2024

Mar 1500:00 UTC
architectureSTATUS: COMPLETED

Optimizing Distributed Locks in Go

An analysis of race conditions in high-throughput microservices and the implementation of a custom locking mechanism using Redis and Lua.

Feb 1000:00 UTC
architectureSTATUS: COMPLETED

Idempotency Keys in Payment Gateways

Handling duplicate requests in a distributed environment using Redis.