Legacy Code Standardization
Refactored inconsistent legacy modules into a cleaner, standardized backend structure so new features can be implemented faster and with lower regression risk.
Backend API Modernization
This project modernized a legacy HR system used for employee attendance and daily task operations at crocodic.com. The old version was difficult to maintain due to hardcoded logic and non-relational data design, so the system was rebuilt with standardized code and normalized database architecture.

Refactored inconsistent legacy modules into a cleaner, standardized backend structure so new features can be implemented faster and with lower regression risk.
Redesigned non-relational and hardcoded data structures into normalized relational tables with clear constraints, reducing duplication and improving data integrity.
Delivered a successful migration from the old architecture to a new production-ready version with better maintainability and clearer domain boundaries.
The migration was completed successfully and the new version is easier to maintain, easier to extend, and more reliable for daily HR operations. With standardized code and normalized relational models, the backend is now in a much better position for future scaling and feature growth.