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
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex











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.