I am looking for a tutorial on How I can build something in Elixir from scratch. No Phoenix or any other sort of framework. Strictly looking to build in Vanilla Elixir. It would be ideal if the resource is free, and a good follow along.
This isnāt exactly what you are looking for, but since you are looking for learning resources, Iād love your input.
Iām in the process of doing the initial work for a video tutorial series that builds a game from scratch in Elixir. The initial versions of the app weāll build in the series is built to be used in the command line or an IEx session. Eventually the logic will be used within Phoenix LiveView so that the game can be played in the browser.
Is that something youād be interested in?
Beyond that, Iād love your thoughts on the content. Most video tutorial series are taught from the standpoint that the teach knows everything from the beginning. This has benefitsāmainly in that no time is wasted in teaching you exactly what you need to know to get the project done. However, this also has drawbacks. Iāve noticed that a lot of new developers donāt know what to do when problems arise during a project or the direction of the project changes.
Iām weighing the idea of doing a sort of live-coding series for this project. Youāll see me get errors that I have to figure out how to not only diagnose but also solve. Youāll see me change my mind about architecture as the project grows! Iāll discuss pros and cons of different approaches. Youāll see me read and interpret documentation!
The potential downside of this is not all of the time will be spent building the app with correct code (since even I make mistakes; EVERYONE doesāevent the best online teachers and best courses regardless of how polished the presentation). Iām guessing that 80% of the time would be on ācorrectā code and 20% would be refactoring, rethinking, or solving bugs.
What do you (or anyone else) think of that approach?
Iām not the OP, but personally I would love to see a tutorial series of something other than a game - whether itās something like a flickr clone, twitter, chat, Tiktok even basically something that people are likely to want to build using Phoenix (Iām not sure many people will be using Phoenix for a game?)
Regarding the format, again this is just personal preference, but I prefer something that is structured, rather than something more like a stream - Iām not good at watching long videos and so generally prefer something more succinct and with just the info I need. What you could do tho is make videos of you working through things/the problem available as well, in case people would like to go through them. I thought PragDave found a pretty good balance in his video course (elixir-for-programmers-course)
These are just my personal preferences tho and I expect there is probably enough people who would prefer either type
Thanks for the response, @AstonJ! I appreciate your perspective and will definitely take it into consideration when I finally decide on how Iād like to move forward.
Awesome. The other thing I would suggest is to give some thought on how youāll be able to easily update it - Phoenix (or rather LiveView) is moving pretty fast atm and being able to easily update the course to stay current will be a huge plus.
Shall we move these posts into a dedicated thread? More people might see it then