Menlo Park, California, United States
Worked on multiple infrastructure projects
Instagram Test Data Experience
• Led an initiative to revamp the entire manual testing ecosystem for Instagram, which previously lacked proper support for feature testing beyond using a production account
• Created features that allowed for the creation and control of test users, ensuring that all resulting data was effectively isolated from production data
Consolidation of Testing Frameworks at Meta
• Designed and Developed a consolidated testing framework for Meta that brought together two separate testing frameworks, one for automated testing and the other for manual testing
• Resulted in a single and unified method for creating all test data, leading to a substantial reduction in the amount of code and maintenance required
Test Prod separation in Memcache
Memcache, a widely used distributed caching layer at Meta, was used in both production and testing environments, leading to data pollution. To address this issue
• Created a test version of Memcache that was completely isolated from the production version, thereby preventing data pollution.
• Enabled the use of the newly created test version of Memcache for testing flows, such as manual testing of Facebook products using test users or automated testing scenarios, preventing them from affecting production data.