Haven't had any experiences on real projects, but I have some self projects
E-Commerce Backend System April 2026 - May 2026
Backend Developer
- Designed and developed a monolithic RESTful API architecture for an e-commerce platform, managing core domains including product catalogs, user authentication, and order processing using ASP.NET Core Web API.
- Implemented Repository Pattern and utilized Entity Framework Core to optimize database queries, ensure data integrity, and decouple data access from business logic.
- Integrated Redis Caching to store frequently accessed, low-mutated data (such as product categories), reducing database load
- Leveraged Firebase Storage for scalable product image management and utilized Docker to containerize the application, ensuring environment consistency across development and testing.
Github link: LeMinhPhat-UIT/SE121-ECommerce_Backend
Food Delivery Backend System April 2026 - May 2026
Backend Developer
- Architected a distributed system utilizing a Microservices approach to handle independent business capabilities (Authentication, Users, Notifications, Delivery) for a food delivery platform.
- Established asynchronous communication between services (e.g., triggering notifications upon successful orders) by integrating RabbitMQ as a message broker to ensure system resilience and loose coupling.
- Developed a real-time shipper tracking feature by combining SignalR for persistent WebSocket connections and Redis Geo for efficient geospatial location queries.
- Integrated OpenRouteService API to dynamically calculate delivery distances and provide accurate Estimated Time of Arrival (ETA) for users.
ContainerizedindependentmicroservicesusingDocker, simplifyinglocalmulti-serviceorchestrationanddeployment preparation.
Github link: LeMinhPhat-UIT/SE346-Food_Delivery