AstonJ

AstonJ

How have you been learning Elixir?

What’s been working well for you?

(We also have a How have you been learning Phoenix thread.)

First Post!

gtcode

gtcode

Started with Elixir in Action (but have a bunch of Erlang books that I’ve read in recent years). EIA is really excellent and practical.

Studying the Phoenix Trello tribute which looks quite well designed, superb learning tool.

Most Liked

knewter

knewter

For the record: I’m not on meth! But I’m thick skinned too. For what it’s worth, I’m doing streaming of the same content at http://dailydrip.com and teaching Elm now too.

bigardone

bigardone

Hi there!
Well, I first subscribed to Learn Elixir TV to get an overview of the language. I’ve also read Programming Elixir and now I’m finishing Elixir in action as well. I prefer going into practical stuff as soon as possible so I’ve also subscribed to the Red:Four tutorial which is awesome.

I believe in learning by doing, so I built the Phoenix Trello tribute/clone and tutorials, which has been an awesome experience so far, now even more specially after seeing that many other people are using it to learn about Elixir/Phoenix. Thanks to everybody for the support by the way :heart_eyes:

Finally, I’m building my second tribute/clone of another great application I use everyday, and I’m putting in practice everything I’ve learned so far since I build Phoenix Trello :smile:

mackenza

mackenza

I am trying to learn Elixir without doing web programming. I am not a big fan of web frameworks and tend to avoid them, especially when I am just learning a new language or technology. So I am working through stuff without learning Phoenix and Ecto.

I have been doing the Exercism Elixir track. It’s good, but I am not sure if I will complete it. I am learning, but I am not that crazy about the use cases.

I am thinking of getting Red4 and I like what I see in Elixir in Action (anyone know why the Manning books are more expensive than the PragProg ones?).

I am feeling a little lost between the resources that are mostly syntax based and the ones (not enough of them) that are practical based. I prefer the latter.

My ultimate goal with Elixir is to write OTP Big Data apps (and/or encourage the community to do so) that rival those on the JVM like Hadoop, Spark, Cassandra, etc. Also, I think we should take aim at Golang and see if Elixir/Erlang + BEAM is suited to their sweet spot of network services apps.

Last Post!

kpeter

kpeter

I started off with Programming Elixir and by reading the Elixir docs and various Elixir-related blog postings.

For me, there are two things that are very effective for learning: doing and teaching. Doing means that I experiment with Elixir by writing code. This is very simple at first and expands in size as I progress. Teaching means that I explain Elixir to others. In my case, I decided to write about it in a series that I call “Learn with Me: Elixir”. I write about Elixir as I learn it and anyone else who is also interested in learning can follow along with me. If anyone is interested, you can find it at https://inquisitivedeveloper.com/.

Just writing about Elixir has taught me a great deal and has helped me to remember things.

Where Next?

Popular in Discussions Top

AstonJ
If a newbie asked you about Phoenix Contexts, how would you explain the basics to them? Feel free to be as concise or in-depth as you li...
New
sergio
There’s a new TIOBE index report that came out that shows Elixir is still not in the top 50 used languages. It also goes on to call Elix...
New
rower687
Hi all, I’ve been reading a lot about the “let it crash” term and how supervising processes and the whole messaging passing make an elixi...
New
joeerl
I’m playing with Elixir - It’s fun. I think @rvirding does give Elixir courses these days. Re: files and database - when I given Erlang ...
New
rms.mrcs
A couple of days ago I was discussing with a friend about different approaches to write microservices. He said that if he was going to w...
New
boundedvariable
I am going through the kafka architecture. All the features what the kafka is providing are already in Erlang. I would like hear your opi...
New
klo
Got a question about when to concat vs. prepending items to list then reversing to achieve appending. So i know lists boil down to [1 | ...
New

Other popular topics Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New

We're in Beta

About us Mission Statement