#does anyone have any interactive learning website recommendations for elixir?
1 messages · Page 1 of 1 (latest)
Thanks! I will check that out
I know this wasn’t your question, but any reason in particular you want an interactive website v.s. finding the problem and solving it yourself in your own dev environment? I’ve tried the interactive tools before and always find them surface level and lacking, and too much gets lost in translation when moving to my own environment.
My personal recommendation would be to go through Advent of Code problems or something similar, and write the code in your local environment. Then you’ll get to use iex and a lot of the built in documentation/language tools during the problem solving process, as you would if solving a real problem in production.