Loan payment inquiry system developed for a Peruvian financial institution. The software enables banking users to check their payment status quickly and securely.
Confidential
Digital Banking / Financial Services
1,000,000 banking users
Microservices with hexagonal architecture and Domain Driven Design (DDD) were implemented:
Relational database with optimized queries and strategic indexes for high concurrency.
Independent services with isolated business logic and idempotent operations.
Containers for microservices deployment and orchestration, facilitating scalability and maintenance.
Backend: ├── Node.js ├── SQL Server └── Docker