LDAP authentication with Phoenix arcgis_geocode - a client library for the ArcGIS Geocoding APIs

The Adventures of Generating Random Numbers in Erlang and Elixir

While working in Elixir I needed to generate a random number and to my surprise could not find an easy way to do so without using Erlang (at first - see below). That lead me to learning a few interesting things about random seeds, how to create secure ones and how Erlang handles random.

Read More