CDC Stream
Database time machine — captures every change from Postgres and lets you replay history safely.
I'm Rohan Sawai, and this is my personal website where I document my journey as a software engineer. I'm passionate about my craft and like sharing my knowledge and learnings with others.
You can find here content related to algorithms, data structures, distributed systems, and software development.
I am pursuing a Masters in Computer Engineering (specializing in Machine Learning). I currently work as a Software Engineering Intern @AWS Security.
I love working with different technologies, and contributing to the design of complex software systems. Continuous learning is my biggest motivator.
This section will be updated as I grow wiser.
Database time machine — captures every change from Postgres and lets you replay history safely.
How I finally understood one of the most influential papers in distributed ML — after bouncing off it twice.
Don’t send verification emails synchronously during signup. Enqueue the work and let a background worker handle retries with exponential backoff.