I rely on video chat throughout the day, and I'm worried I'll lose that if I move to a small town in AK. Anyone out there doing this successfully?
Thanks all
With modern package managers (npm, pip, etc), docker images, etc - it can take significant time to download dependencies. I currently have a fiber internet connection (>300mbps), but there's a chance I'll move to a rural area with slow internet (<5-7mbps).
For reference, i use docker/ruby/go/js professionally so that requires frequent downloads, updates to packages. Everything is of course collaborated on via git.
TLDR;
- How do you manage the constant upload/download of software development with slow internet?
- Do you have any tips/tricks for managing dependencies with slow internet?
- Do you ever manage days at a time without internet access?
Thanks all!