tio407

tio407

One of the tips I got from a programmer I look up to is that they studied a codebase and reverse-engineered how they made each decision.

In your opinion, what is the best Elixir codebase to study and why?

Showing Posts 1 to 5

Marcus

Marcus

For the essentials you can take a look in to the Elixir Github Repo.

Or take a look here: Elixir Examples - Feedback Wanted

Or, if you also interested in Phoenix:
Are Hex.pm and Constable code bases considered good practice examples for building applications? .
Phoenix (wiki) section “Example Applications”

Good example project using Ecto.

maz

maz

Take a look at Captain Fact which is an elixir umbrella app in production.

chouzar

chouzar

For a full featured app there’s ExVenture - Text based MMORPG I just heard about it thanks to the Elixir Wizards - Betweenisode.

tio407

tio407 OP

Thank you all! The ExVenture was more what I was thinking off… I’m trying to study good patterns for building Elixir Phoenix apps.

Please keep your suggestions coming!

chouzar

chouzar

I will go slightly out of topic here. If you’re just starting out I would suggest that you go for the documentation; Elixir docs work like a really well explained guide from which then you can branch your own patterns.

The Docs

Just in case you haven’t tried the “embedded docs” try to use the h function in iex you can “query” any module or function in your project:

shell$ iex

Interactive Elixir (1.10.2) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> h Enum

                                      Enum                                      

Provides a set of algorithms to work with enumerables.

Supervision Trees

To understand how a Phoenix (or any) application is structured I would suggest that you understand how “Supervised Applications” work. You can quickly create one with:

$ mix new game_of_life --sup

The --sup option will generate an additional application.ex file. Then go and read the docs for GenServer, Supervisor, Application (which you can also check with h Genserver at iex).

Phoenix Generators

These generators are really well thought, for a very classic MVC style try:

shell$ mix help phx.gen.html
shell$ mix help phx.gen.json

Run a generator and try to follow how all your web directory is intertwined; you can start with the the endpoint.ex or your router.ex then go to specific views or controllers; a lot might seem hidden or “magical” because Phoenix leans a lot of boilerplate into macros, but the project structure gets to become very simple with the pass of time :slight_smile:

Be sure to check the docs on Phoenix and Plug.

— All posts loaded —

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 92995 915
New
AstonJ
The obligatory hello world thread! Who are you and where are you from? :stuck_out_tongue:
4616 55835 594
New
caslu
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
arcanemachine
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
alexslade
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog It says that Fly is going all-in on sprites, which is a worry ...
New
Herve37
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using. We’re particularly inte...
New
matt-savvy
Is there a word for the ~> symbol used in Version strings? Do you also just call it a Squiggle Arrow™ ?!
New

Other Trending Topics Top

garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
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
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
wintermeyer
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
webofbits
Aludel - LLM Evaluation Workbench Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews