Hardware considerations for development

Just a thought: Elixir and Erlang scale across multiple cores quite nicely, but if you’re working with many front-end assets, that means you’ve probably got Node.js in your build pipeline, which is essentially single-threaded, so peak clock counts more than number of cores when you run that. Sigh…