How can I programmatically generate Heroku-like subdomain names?
Engineer at the Heroku API team here: we went with the simplest approach to generate app names, which is basically what you suggested: keep arrays of adjectives and nouns in memory, pick an element from each at random and combine it with a random number from 1000 to 9999. Not the most thrilling code I’ve … Read more