Recently I was asked to work on a older project for enterprise customers. And we are always weary of working on old unmaintained code
But it just felt like a breath of fresh air
All code in same repository, UI, back-end, SQL, MVC style
Fast from feature request to deliver in production. Changes, test, fix bugs, deploy. We were happy and the customers too
No cloud apps, buckets, secrets, no oauth, little configuration, no docker, no micro services, no proxies, no CICD. It does look somewhere along the way we overcomplicated things
100% agree with you.
OAuth + Docker/Kubernetes + massive configs to make things to build sucks the life out of every project for me that has them. And when it uses a non-git version control system.
But it just felt like a breath of fresh air
All code in same repository, UI, back-end, SQL, MVC style Fast from feature request to deliver in production. Changes, test, fix bugs, deploy. We were happy and the customers too
No cloud apps, buckets, secrets, no oauth, little configuration, no docker, no micro services, no proxies, no CICD. It does look somewhere along the way we overcomplicated things