Earlier quoted context omitted.
> Who fully sets up a significant project locally? Who doesn't? I couldn't imagine having to push to some cloud agent and wait a random amount of time every time I want to test something. With it local I can just save, maybe rebuild or have it auto-rebuild if necessary, and test, then repeat. On a fast machine this can be a few seconds or instantaneous. Maybe the niche I'm missing here is very "green" developers who…
Really? Redundant databases? Redundant redis servers? Caching? All locally?
I’ve run Kubernetes clusters in multiple Parallels VMs locally with work loads in them to play around.
You also learn a ton about how things work which helps you debug and fix stuff when things go wrong. Even if you use managed stuff it’s always a huge plus to understand at least the basics of how it runs.