fceruti
Hello,
I’m trying to level up my Elixir game and wanted to ask you for your favorite public phoenix projects in terms of code organization, quality of code, testing, coverage and docs.
As a bonus, can you tell us why do you this the particular project is great?
Thanks!
Trending in Questions
Hey guys,
I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly
Do you guys have any suggestions what is the best prac...
New
Hello!
Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app.
I creat...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
Anyone here using Honeybadger?
My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of
Bandit.HTTPError...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
Other Trending Topics
Just a reminder for anyone still on the fence: early bird pricing for Code BEAM Europe closes on 8 September at 23:59 CEST. This is the l...
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
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
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
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
- #elixirconf-us
- #elixir-ls
- #ai
- #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)
RudManusachi
I don’t think these projects require an introduction, but - check out the source code of Livebook and Hexpm
There is also a smaller project by hexpm - diff
But to me usually Phoenix is just a “thin” web-layer in front of the core application. And for that part there are plenty of projects to look at the code examples.. You could take any popular/battle tested library that you use a lot.. that you know the entry point and the output - and look at its internals to see how it works.. BTW, that’s another nice thing about libraries with well written docs - where you could easily jump to the source of the module or function =)
Werner
Or you can look at Bytepack .
It’s archived, but certainly a very good source of inspiration.
Or perhaps Changelog
c4710n
fuelen
I have this repo in my bookmarks GitHub - pedromtavares/moba: A turn-based browser RPG built with Phoenix LiveView · GitHub
Papercups
I m the maintainer of GitHub - papercups-io/papercups: Open-source live customer chat · GitHub. We’re an open source live chat (intercom alternative). I think our quality needs some work tbh but a lot of our contributors come to us because we are very crud heavy so it tend to be a good starting point to check out Elixir code for your own projects.
We have over 1k real customers and users so if you want to see what an Elixir app looks like in production we are a good place to check out. Feel free to hop in our public Slack channel if you have any questions.
fceruti
Thanks to everyone! I have a lot to work with here
Yes, and I’m loving this aspect of the elixir ecosystem. I still need projects which use phoenix to see how it’s all connected together.
Coming from the python ecosystem, the whole docs thing it’s amazing., it feels like it’s a first class citizen.
Interesting. I don’t get the full picture of what it does, but definitely looks well written.
Awesome, I’m definitely gonna try it.
wmnnd
Keila is an open-souce Mailchimp alternative I’m developing and I aim to follow good coding practices with it. I’ve actually found myself referencing code from the project when explaining certain concepts to friends and I’ve occasionally even written tutorials on how certain parts of the code work.
fceruti
this is great! I’m loving the Elixir ecosystem! I’m definitely checking this out
mahmoud
I would like to mention BeaconCMS from DockYard.