Last updated on Jul 31, 2023
Learning Elixir & Phoenix Framwork 2023
As a new developer I found learning elixir and phoenix to be a bit challanging expecially due to different versions in tutorials and concepts like functional programming which was totally new to me .
This blog aims to collect a few reference i found usefull throught my learning of the two and you can use in your journey.
Online Courses
Here is a list of courses paid & free that can I found to be useful to get you started.
- The Complete Elixir and Phoenix Bootcamp. - Good for learing elixir for intermidiate devs well paced
- Functional Programming with Elixir – Full Course - powerful for intro to Elixir for beginner.
- Pattern Matching course
Reading Resources.
Prefer Reading instead. Here are best resources.
- Elixir & phoenix documentation - docs is always the best resource as it will remain updated.
- Elixir school
- ElixirCast - both video and reading tutorials for elixir & phoenix framework.
Projects Based Tutorials
Want to learn by building here are a few tutorials for you.
- Build a Realtime ChatApp
- Building a GitHub Gist Clone with Phoenix LiveView -Ongoing (Aug 2023).
- Build a blockchain in Elixir. very interesting concepts.
- Hands-on Elixir & OTP: Cryptocurrency trading bot
Conclusion
That's it this are the resources i found useful feel free to share in the comments what you think or what other resources can help other devs. Happy Coding!