Software Engineer with experience designing, building, and maintaining enterprise and event-based software solutions utilizing AWS infrastructure. Dedicated to developing maintainable, performant systems that are well tested and easy to understand.
Converted several Python services from Pipenv to Poetry for faster, more consistent dependency management
•
Defined a new, extensible configuration format to allow external developers to easily create new integrations entirely within the ActiveCampaign platform
•
Built new components in React to provide a step-by-step integration configuration experience for customers
•
Reduced duplication of IAM Role Policies generated by developer tooling, allowing a single IAM Role to access more SQS Queues
•
Eliminated several N+1 query problems, improving the response time of multiple frequently used API endpoints
•
Updated an I/O bound API endpoint to use async/await pattern, increasing the maximum number of requests per second, and reducing the maximum scale of the API server
•
Replaced limit-offset pagination with cursor pagination, significantly improving the peak response time of an endpoint serving data from a table with tens of millions of rows