BMG-Go-Backend
Developed robust RESTful API in Go powering a React Native inventory app, handling authentication, item management, file uploads, and 20k+ daily operations.
Designed clean layered architecture (handlers, services, repositories, domain) with dependency injection and lightweight HTTP routing.
Integrated PostgreSQL (via sqlx) with repository pattern and automated migrations for efficient data access.
Built middleware stack for JWT authentication, authorization, CORS, rate limiting, and security enhancements.
Dockerized the application for easier deployment and maintenance.