• Developed an enterprise order management platform with a microservices architecture, utilizing Spring Cloud and Eureka for service discovery, integrated with Feign for remote calls, and employed Spring Data JPA for efficient data persistence and query operations.
• Led optimizing order query response time by analyzing MySQL slow query logs with pt-query-digest, identifying and improving covering indexes and composite indexes, reducing the response time from 2.5 seconds to 112 milliseconds.
• Implemented a permission management module, with dynamic role and permission display and validation on the front end, and utilized Spring Security with JWT for user authentication, role management, and data encryption on the back end.
• Developed and integrated a log management module using Logback and Spring Boot for standardized logging, and integrated with ELK Stack for centralized log storage, querying, and visualization, supporting real-time monitoring and troubleshooting.
• Established a CI/CD pipeline using Docker and AWS, along with Jenkins for automated builds and deployments, reducing release cycles and enhancing deployment stability and efficiency, ensuring the high availability of the microservices architecture.