Software Engineer
Current- Enhanced AWS Lambda performance by reducing average latency to -125ms (a 71.8% improvement from cold starts) through dynamic function warming on a user-specified cadence, implemented via simple, closure-like modifications.- Configured a Docker image that enables users to self-host the application on their preferred cloud provider, ensuring compatibility across various hardware setups and allowing a four-person development team to host local versions for development and testing.- Improved API performance by refactoring Express middleware to pure routes and optimizing routers, reducing overall latency by 68.5% for statistical calculations through enhanced time complexity and decreased response size.- Enhanced test coverage using Jest and SuperTest for both front-end and back-end, implementing incremental unit and integration tests; also introduced automated benchmarking to ensure the CI/CD workflow validated performance without degradation.