Elixir Examples - Feedback Wanted

I created an open-source collection of small Elixir code snippets to try to make solutions more Googleable.

I am looking for feedback on how to improve this and ideas on what other examples should be added here: Elixir Examples

Thank you.

12 Likes

That looks brilliant Brandon!

One quick suggestion is when you click on an item, change the description to try and reflect what you think people might search for - e.g., change:

Convert an atom to a string

to

This snippet shows you how to convert an Elixir atom into a string

It may be subtle but I think it will help more people find the examples via search engines :slight_smile:

2 Likes

@AstonJ Thanks for the feedback.

I’ve started writing better descriptions like this one: http://elixir-examples.github.io/examples/range-of-characters

And created a github issue to remind myself to fix up the older examples: https://github.com/elixir-examples/elixir-examples.github.io/issues/1

2 Likes

It would be nice to have it all in a single page, i don’t see why you have to go back and forward for every single topic.
just saying.

This is great Brandon:

http://elixir-examples.github.io/examples/elixir-and-ruby-comparison

Thanks @AstonJ

@rauluranga I’ve added a link on the home page to a single page of all examples here:

http://elixir-examples.github.io/single-page

4 Likes

nice!!!

1 Like

Great Work @bjfish
Thanks for providing this. I am new to Elixir. I am searching for this from last 4 days.

1 Like

cool! great initiative!