Hey, I'm Rithwik!
I'm a Computer Science undergraduate at IIIT Bangalore, India. I am passionate about tech; specifically in the fields of Distributed Computing, Blockchain, Forensics and Reverse Engineering. My personal website is where I share my projects, articles and many more interesting things. Feel free to reach out via email or any social media.
Featured Projects
CovIntel
CovIntel is a one stop AI solution for vaccine surveillance and monitoring. New cases are predicted over a duration, for a given geography and given vaccine and generates visualisations.
Latest Blogs
Unpacking containers: A 101 to building your own isolated environments
December 07, 2022
Containers are often confused with VMs. This blog discusses about how isolation works and how constructs work under the hood by building your custom container.
Causality and clocks in a dynamic distributed setting
February 13, 2022
Vector Clocks and Lamport Clocks do not scale well in a dynamic setting as they suffer from actor burst problem. This blog discusses about some issues with vector clocks and how Interval Tree Clocks can be helpful in this scenario.