Using asdf to Manage Your Programming Language Installations
One of the most annoying aspects of working on multiple projects as a developer is dealing with projects that use different versions of the same programming language. If you’re a NodeJS developer, you’ve probably used NVM to cope with this. In fact, most programming languages have their own solution to this problem. However, when you’re working across multiple projects that span multiple programming languagues, using a different version management tool for each language can be cumbersome....