Recently I’ve been thinking about what the ideal developer environment looks like to me and tried to implement some of those thoughts at Famly. I don’t mean developer environment in the sense of an IDE but rather the set of tools and services you are running in order to develop on your various projects. If you’re working on a backend that might be Postgres, Redis, and your backend. To me this is your developer environment; the developer environment is agnostic to what tools you use to m...