Notes
Logs in Distributed Systems
August 26, 2023
How Log as an append only file plays pivotal role in modern distributed systems.
Serialization in Protocol Buffers
August 20, 2023
How protocol buffer serializes data efficiently and how it performs compared to json.
Understanding Transaction Isolation in DynamoDB: From Concepts to Conflicts
August 11, 2023
Explore the essentials of transaction isolation in DynamoDB, understanding serializable and read-committed levels, and how they ensure consistency in concurrent operations.