* Created an API (Python/Flask) to track run-time errors in production and proactively notify engineers of the errors. The API queries Intuit’s Splunk database for error logs, looks up the files involved on Github to find committer information, and creates JIRA tickets for the committer to address the errors. APIs used: Takipi, Splunk, Github, JIRA
* Built a user interface (React) to integrate the above API in the Quickbooks Online production portal (hub for all Quickbooks engineers to track CI/CD information), allowing engineers to automatically query Splunk and display Jenkins build information and stack traces from OverOps to streamline debugging and bugfixes
* Created data visualizations for metrics such as test coverage, Jenkins build information, deploy time, and micro-service specifics. Built a dashboard (React & Flask) for the visualizations for CI/CD information for project managers, which is now used to efficiently track the development of each micro-service of the Quickbooks Online monolith