Hacker News new | ask | show | jobs
by PublicEnemy111 4055 days ago
I have a micro EC2 instance I do my development on. I just the repo on my mac, put the folder into sublime and I'm ready to go. There's just something about having Redis, Postgres, Nginx, gunicorn, flask, etc. running on my mac that I don't like.

If you don't want to pay $5/month for an EC2 instance, just run everything in a docker container.