Where can I find examples of small Elixir programs to learn from?

Hi,i’m new to elixir.
i’m searching elixir small programs to try it out my self,Is any good resources out there?
Thank you.

3 Likes

Have a look at this:

And

There are also some listed in example applications here:

:023:

4 Likes

Thanks @AstonJ.
:relaxed:

1 Like

Tap into the mind of the creator of Elixir himself as he solves some Advent of Code programming puzzles. You can learn a lot by watching these videos https://www.twitch.tv/josevalim/videos

4 Likes

Thanks @ericgray

2 Likes

I found https://exercism.io very helpful and funny as I started with elixir.

4 Likes

If you are really new to Elixir then the best resource is the official guide, where you will build a simple application, with explanation of everything, and making usage of a lot of features.

Another real world application is the changelog a full featured portal of news and podcast

5 Likes

Also please take a look into http://howistart.org/posts/elixir/1/
This post of Jose is fun to do and gives you a little bit of a grasp of Elixir in a relatively short time.
I think that this post is kind not that popular in the community, I might be wrong although :wink:

1 Like