We had a Python CLI (5k LOC, click framework) that processes data files. Works fine locally, handles like 50 concurrent requests fine. Ship it to production as a systemd service. Day 2: memory climbs
DNMarcus and 1 more commentedWe tried strict semver with a monorepo approach first (all components in one package, bump major for any breaking change). Worked fine at v1-v3 then became a nightmare. Every button color tweak or spa
NJNina and 3 more commented