Good Reads
Post Link
09.Aug.2023
How Sidekiq really works - Paweł Dąbrowski
Exploring how Sidekiq works to see how it connects to Redis and provides useful features for background job processing.

28.Jul.2023
Microservices Pattern: Sagas
Implement transactions using a saga, which is sequence of local transactions

10.Apr.2023
How to do distributed locking — Martin Kleppmann’s blog

01.Apr.2023
How to Write a Git Commit Message
Commit messages matter. Here’s how to write them well.

[28.Jul.2023] - Workflow Patterns
[01.Apr.2023] - The Chubby lock service for loosely-coupled distributed systems