Heyo 👋 I'm Prathamesh.

I'm a Software Engineer living in Mumbai, evolving and working on making cool things at Upstox.

Template for writing tech specs

June 14, 2020

I'm sharing a tech specs templates that helps me plan the engineering work. It makes me streamline my thoughts, seek early feedback on approaches and effectively collaborate across teams.

A case for API client libraries in microservices architecture

May 31, 2020

In this post, I will make a case for maintaining API client libraries for inter-process communication in microservices. I will present the benefits they will have for a team maintaining multiple services, and how it can improve the team collaboration.

#YAGW... yet another git workflow

May 22, 2020

In this post, I will present a workflow that can help “fast” paced, small teams which are managing multiple projects. It’s a variation of the classic git-flow, with alterations to support simultaneous development and QA testing cycles of many features.