daron

daron

New Years Resolution to learn Elixir - start with Phoenix Liveview or is there more practical utility in traditional HTTP requests?

Just wanted to say that this year is going to be the one I learn Elixir more than a hello world app.

I discovered Elixir a few months back and have been really inspired watching all the different conference talks, listening to podcasts, and reading blog posts. I learned to program a decade ago writing WordPress themes and PHP. Now I’m half and half between custom WP work for F500’s and bespoke web apps with Laravel (Rails-like for PHP).

My first project is to build a little general purpose tracking app for some other new year’s resolutions, but I’m curious what you would build as a learning project if you were starting today? What are some things I could add to a run of the mill CRUD app to add that bit of Elixir flare?

Do you think it’s worth it to start with Phoenix Liveview as a total noob to the framework, or is there more practical utility in traditional HTTP requests?

PS I’m looking to change jobs. If you’re interested in teaching me Eliixir on the job, DMs are open @daronspence

Most Liked

derek-zhou

derek-zhou

Start with Elixir the language. Once you wield the language with some fluency, either liveview or static view will do; the choice only depends on your problem space.

axelson

axelson

Scenic Core Team

Although it’s not CRUD, one project that could be interesting (i.e. I wish someone would build it) is a cross-project hexdocs search. You’d start by reading in a mix.lock file (or maybe mix.exs), then download/build all the docs for all the dependencies. Then expose a LiveView interface to search through all the docs (but you could display the docs via ex_doc).

Similarly to derek-zhou I’d recommend starting with plain elixir. In particular I’d recommend the official getting started guide followed by Exercism Elixir track. Once you’re a decent way through the Exercism track then I’d start on a phoenix application/project.

Good luck!

derek-zhou

derek-zhou

Start with something you would use everyday. It is called dog-fooding. Ever wonder why there is so many note taking apps or static site generators on github?

Where Next?

Popular in Chat/Questions Top

sadcad
I love the Phoenix and Elixir docs, but I always tend to learn faster when I watch a video of someone explaining things and then I implem...
New
peerreynders
Manning 2016 Halloween weekend sale via Deal of the Day Friday, October 28 - Half off all MEAPs - code WM102816LT Saturday, October 29 ...
332 30824 154
New
Allyedge
Hey, I want to learn Elixir OTP and I wanted to know if there are any good resources that teach it. I found some web pages, but none of t...
New
dogweather
Can anyone recommend books/courses/videos that use real-world Elixir? E.g.: Idiomatic error handling design, whether it’s {ok/error, .....
New
Fl4m3Ph03n1x
GenStage and Flow resources? I have been hearing about GenStage and Flow, a tool built upon it, for quite some time. I understand it allo...
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
Fl4m3Ph03n1x
Background After following the communitiy suggestion, I bought the Elixir in Action 2nd Edition book and I am about to finish it now. I ...
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
Sujit
Hi Team From the title, I am entirely new to programming and i am interested in learning elixir but not sure where to start. Can someone...
New
ericmachine88
Hi all, I am currently on this course https://www.ludu.co/course/discover-elixir-phoenix Half a way thru, and struggled a bit.. someti...
New

Other popular topics Top

sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
danschultzer
None of the current solutions worked well for me, so I went ahead and built a user management system from scratch. This project took far...
548 29603 241
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set? Thanks.
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
boundedvariable
I am going through the kafka architecture. All the features what the kafka is providing are already in Erlang. I would like hear your opi...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement