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

// tag.filter

distributed-systems

[ 02_LOGS ]

Posts tagged with "distributed-systems"

// 2026

Jan 1509:00 UTC
learningSTATUS: COMPLETED

Notes from Reading 'Designing Data-Intensive Applications'

Key insights from Martin Kleppmann's book on building reliable, scalable, and maintainable systems

// 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.