CASE STUDIES
Four countries, one codebase
A field-service platform running in four countries, with both an admin site and a technician app — four separate codebases folded back into one.
- Year
- 2026
- Role
- Consolidation lead and frontend engineer
- Client
- Foxbith
The same system had been copied once per country. At two that was survivable. At four, a single bug meant fixing it in four places, and those four places had drifted apart.
The work was to merge them back into one without flattening the differences. Language, currency, symbols and date formats moved into a single layer that both the web app and the mobile app read from, and the data that every country shared was redesigned to live in one place instead of four.
The clearest measure is time per bug: from four fixes and four rounds of testing down to one.