shansiddiqui94

shansiddiqui94

Any beginner friendly Phoenix Liveview projects, tutorials. blogs

Hello all,

I recently did my first app in Phoenix and Liveview, many thanks to all the users who assisted me. I found that the tutorial I used didn’t explain it as well as I expected.

My question is are there any projects or mini-apps, that you can recommend a beginner such as myself to do so I can get a little more comfortable with the language and framework?

Thank you

First Post!

derek-zhou

derek-zhou

Welcome to the club.
Your first real project has to be something you have a need yourself, because most likely no one else will use it :slight_smile:
So it all depends on what you want to do. Throw out some ideas and we can help you to filter out things that are too hard.

Most Liked

APB9785

APB9785

Creator of ECSx

The more you fail, the more you learn…

That said, LiveView Course | The Pragmatic Studio is a fantastic resource for beginners, covering pretty much all the basics of LV development.

dimitarvp

dimitarvp

Small chat app. Open 3 browser tabs pointing at the same address, register as 3 separate uses and get cracking. :slight_smile:

brewinstallbuzzwords

brewinstallbuzzwords

The book Programming Phoenix LiveView has been really helpful for me. It’s not finished yet, but most of the chapters have been published and if you buy it you’ll get the updated versions as they’re released.

Last Post!

chrisdel101

chrisdel101

I’m doing the Pragmatic Studio tutorial. I’m looking for an elixir-friendly HTML auto-complete extension (for VScode).

Does anyone know which one they are using? https://online.pragmaticstudio.com/courses/liveview-2ed-starter/steps/3
Sign-in required :frowning:

What I’ve tried, and have installed:

  • auto close tag
  • elixirLS
  • Phoenix Framework
  • emmet (comes by default)

My settings (not sure if ex is even valid. Just a long shot):

 "emmet.includeLanguages": {
    "phoenix-heex": "html",
    "heex": "html",
    "ex": "html"
  },

It’s working in .heex files, just not inside the render functions in .ex.

UPDATE: I answered my own question. The correct config settings are:

 "emmet.includeLanguages": {
    "phoenix-heex": "html",
    "heex": "html",
    "elixir": "html"
  },

It seems (but I’m not 100% sure) that it was just Emmet the entire time.

Where Next?

Popular in Chat/Questions Top

asfand
I am Asfandyar from Pakistan. This is my first time to the forum. I develop PHP websites using CodeIgniter, which is super easy to learn...
New
asfand
I already created an Elixir Phoenix app for learning purpose. In this app students of our collage will create profiles, and will chat wit...
New
markdev
What are the best beginner resources for learning Elixir and OTP (not Phoenix) in 2018?
New
Nopp
Hello there, i have a lot to read and to learn, but are there some books, that are focussing on how i “should” plan the architecture of ...
New
Chawki
hi,i’m new to programming world i had learned front-end( javascript,react.js) and i wanna learn a back-end programming language i thought...
New
Nvim
Anybody know of a Pragmatic Studio 40% off coupon code for video course like Phoenix?
New
woohaaha
I’m coming from Ruby and Rails. I have read some Elixir and Phoenix books. They shed a lot of light about building applications in Elixir...
New

Other popular topics Top

nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
985 44778 311
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New

We're in Beta

About us Mission Statement