Latest posts
10 October 2023
Explore a Rust implementation of the persistence mechanism behind message-queues and write-ahead-logs in databases. Embark on a journey from the theoretical underpinnings to a production grade implementation of the segmented-log data structure.
18 June 2023
A post discussing the role of message queues in multistage horizontally scalable ML inference. Originally written for a talk at TFUG Kolkata.
03 February 2022
A walk-through of a load balanced thread pool implementation from scratch.