Ask HN: How do you effectively manage multiple developer environments?
1 points| kumaraman | 4 years ago
Here's what I'm currently doing:
- Multiple browser profiles per project
- Bash script to run if it exists on directory change
- VS Code workspaces
- Various Alfred Workflows
Things I don't have answers for: - Running multiple applications on Mac (MS Teams doesn't allow more than one organisation to be signed in at once, so I have to use a tab in the browser)
- Easily switching between Desktop/Laptop environment
- Sharing multiple calendars so clients can easily book time
I'd love to hear all your suggestions or tricks that make you work more efficiently!
dadior|4 years ago
sandruso|4 years ago
I also wrote terminal util for saving/opening all tabs from safari to/from textfile. Good for context switches.
If I want to use global node program I run it in generic nodejs devcontainer…