During my three year tenure at Google I went from a Junior engineer to one of the most influential engineers in our org. I acted as:
• The Sole Lead Backend Engineer for any Gsuite related project. I worked closely with engineers from Gmail, Google Chat, Drive, Calendar, etc on gathering requirements, designing and implementing common infrastructure
• Tech-lead of the ingestion team at People stack
• Co-represented over 40 engineers working with Site Reliability Engineers
• Privacy point of contact for our team
I have finished many end to end projects at Google. However, here I will only list four projects that I led/co-led that won a company wide award:
• Bronze performance award on Memory utilization: The first project I did at Google was rewriting a GO map-reduce pipeline in C++. While translating, I found many algorithmic inefficiencies. The new algorithm saved hundreds of terabytes of RAM on every run (twice a day).
• Silver latency optimization: One of my projects was launching a recommendation system in the new Google chat project. While launching the project even though I was not in the Chat organization I found inefficiencies in their logic and calls to spanner. The optimization led to 95% latency optimization at 99 percentile.
• Silver CPU optimization: I worked on decommissioning a complex legacy system (95K Lines of Code) and after moving to the new system the analysis showed more than 40% CPU optimization.
• Platinum Code health award: After seeing the state of our code base and attending org-wide architecture summits led by our strong SREs I *solely* found many snow-flakes (adhoc code paths due to legacy or bad implementation) in our system and took action to remove all of them. These flaws are all related to code health that makes the system complicated, hard to understand and debug. In addition, new features sometimes had to be implemented more than once. This project was called snow-plow by leads in the team since it removed all snowflakes.