Vagrant for Erlang Development

I typically like to do development work on my local machine. Locally I’ve got all my favorite tools, scripts, and aliases along with custom … Read more

Similar

Simple slug generator in Erlang

In Erlang, we are going to write a small module called ‘slug.erl’ which can handle all of this. Our home-spun routine will yield a quasi-random string of characters & with that, we can let our imagination run wild with what to do with the results.

Read more »