shansiddiqui94
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
Trending in Chat/Questions
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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
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.
shansiddiqui94
Thank You for responding,
well Mr. Derek I am really trying to learn and thought a small guided app or tutorial that is more detailed would better help me grasp what I am learning.
I feel if I created a solo app at this phase I would fail horribly
APB9785
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.
shansiddiqui94
Hello,
Thank you for replying back, this link seems to be everyone’s favorite, it is very much up to date and clean and easy to follow.
Are there any YouTubers or blog posts/screencasts that you personally followed that helped you on your Elixir journey?
dimitarvp
Small chat app. Open 3 browser tabs pointing at the same address, register as 3 separate uses and get cracking.
derek-zhou
I highly recommend the phoenix section of the fly.io blog. It might be a bit challenging for beginners though.
dement
I was about to ask the same question. I am just starting in LiveView, and the version currently installed using mix phx.new is 0.16.4. The tutorials I’ve tried so far use much older versions. In some, I can work my way through the errors and warnings caused by the version differences, but some I can’t. The tutorials I’ve seen so far are using versions below 0.10.
It’s unfortunate that the LiveView docs don’t walk you through an example app like the Phoenix docs do.
So, does anyone know of any tutorials/guides that use LiveView v.0.16+? Or a version close to that?
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.
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
What I’ve tried, and have installed:
My settings (not sure if
exis even valid. Just a long shot):It’s working in
.heexfiles, just not inside the render functions in.ex.UPDATE: I answered my own question. The correct config settings are:
It seems (but I’m not 100% sure) that it was just Emmet the entire time.