What is the best introductory tutorial for Phoenix that uses a current version of Phoenix?

What recommendations do you have for the best introductory tutorial for Phoenix to create a basic web app that uses a current version of Phoenix. I’ve found some that are pre 1.5. I’m looking for an up-to-date tutorial that walks through the details–Ideally using the PETAL stack.
The closest I’ve found are maybe these:
Chris McCord Twitter clone
Warren Beatty Todo List example

Does anyone other/better tutorials to recommend?

2 Likes

Here are two more links to useful resources that are relatively up-to-date:
Anatomy of a Phoenix App, by Michael Lamb
This Phoenix Todo List Tutorial by dwyl

Help Wanted: If people know of other good, and current, introductory tutorials, please reply with links to the best resources you know about, to help others avoid wading through outdated info.

1 Like

Maybe this list can be helpful.

2 Likes

For LiveView, the pragmatic studio free course:
https://online.pragmaticstudio.com/courses/liveview
I don’t remember what version it covers, but I’m following it with version 1.5.x without problems.

5 Likes

You have the official Phoenix Guides, which come with the Phoenix docs
https://hexdocs.pm/phoenix/overview.html

1 Like