noob

noob

Any Phoenix 1.7 (non-LiveView) tutorials out there?

Hi,

I know of one tutorial: https://phoenixonrails.com/
Any others out there? Book or online?
Also I want tutorials that concentrate on Phoenix and not Liveview. I think there is a lot of unexplored territory there not addressed by the current tutorials I’ve encountered.

Thanks

Most Liked

sodapopcan

sodapopcan

If you haven’t looked already (as it’s very common that people don’t), the official Phoenix Guides are very in depth without going into LiveView (that’s left up to the LiveView guides). It depends on what you are looking for, of course. I’ve never read anything other than those myself (and I could probably use a refresher, honestly).

michallepicki

michallepicki

I liked TDD Phoenix by @germsvel , but it’s still using Phoenix 1.5 unfortunately. Recently I also found dwyl/phoenix-todo-list-tutorial

D4no0

D4no0

You will most probably will never find a tutorial that will cover everything.

I would recommend to get started with some basic tutorials. I strongly recommend not using generators, ecto or anything else to minimize the noise.

Phoenix by itself is built on very simple concepts, once you understand how Plugs work, and heex, you will pretty much know 80% of how framework works.

noob

noob

Thanks, I’ll take a look!

Where Next?

Popular in Chat/Questions Top

New
makeitrein
More Ecto questions! More madness! The context: there’s a list of books that I want to filter with a dropdown… The dropdown: looks some...
New
davearonson
I am looking for smallish problems to solve, using Elixir concepts beyond the basic syntax and concepts of Elixir as a language, such as ...
New
ericdouglas
I think that would be really interesting to have official books created by the community about all kinds of development we can do with El...
New
wallyfoo
Long story short, I have a real world need to create a view for hooking up a shipping terminal to live data, but because of some early ar...
New
Nvim
Anybody know of a Pragmatic Studio 40% off coupon code for video course like Phoenix?
New
Kielo
Hi, I run a language learning blog and would like to learn how to code so I can create an app to help English speakers learn French. I ...
New
yachnytskyi
Hello everyone. I am gonna start with Elixir/Phoenix, thinking to use Stephen Grider as a start point, then elixir school and other sourc...
New
Allyedge
So, I want to get an Elixir book, but don’t know which one to get. Both Programming Elixir 1.6 and Elixir in Action looks interesting, b...
New
koen_vb
Hi, I was looking for a pointer of how I could most easily start with phoenix regarding deploying it to something like linode or google c...
New

Other popular topics Top

chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 30048 115
New
yurko
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
_russellb
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
vac
Hi, I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New

We're in Beta

About us Mission Statement