Latest Project
Products-API Microservice
The goal of this project was to work with an inherited legacy front-end e-commerce web portal, and build out a specific API micro-service to be used by the front-end client. The micro-service was to be a RESTful API that would need to handle web-scale traffic and was containerized using Docker and deployed to an Amazon EC2 instance. After employing optimization strategies such as SQL query optimizations, indexing, caching, and load balancing, I was able to crush the minimum requirements of 100 requests/second and sucessfully scale my service to handle 200-750 requests/second at less than 2000ms of latency and a less than 1% error rate.
Technologies Used:
- TypeScript
- Node
- Express
- Postgres
- Docker
- Redis
- Nginx
- AWS EC2
- Artillery
- Swagger UI
