krishna_vaguelyright
Hi I am new to Elixir, just started learning 3 weeks back. I am building a Chat App with Elixir/Phoenix as backend & React-Native on frontend.
Would love to have any references for any OS projects / courses that I can follow to understand this in depth right from basics to dev-ops.
Thanks ![]()
Trending in Other Resources
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 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
abreujp
This course. https://phoenixliveview.com/
And others resources: GitHub - abreujp/masters-of-elixir: A comprehensive collection of resources for mastering Elixir. · GitHub
krishna_vaguelyright
Thanks for this… Even after such extensive googling, I wonder why I never came across these both… The list of resources is just great…
I had come across this course earlier with seemed comprehensive where they are explain the complete tooling also in the curriculum…
I dont know if you have come across this. Which of these 2 is better for my usecase. I dont know enough to make an informed choice.
Thanks once again.
Nefcairon
I would always check for which version of phoenix the course is.
https://phoenixliveview.com/ i can recommend.
abreujp
I’m not familiar with the course you mentioned, but I can definitely recommend the ones I shared. And thank you for your kind words about the resources!
krishna_vaguelyright
Thanks! I was wondering is it good enough for creating a chat-api without live-view? as my frontend is actually in React Native.
abreujp
Yes, you can build an API without LiveView.