Things I’ve made
I’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.
Faker
is a pure Elixir library for generating fake data.https://github.com/elixirs/faker
Base62
encoder/decoder in pure Elixir.https://github.com/elixirs/base62
CustomBase
allows you to make base conversions in Elixir.https://github.com/igas/custom_base