llama

llama

Good Elixir libraries/code bases to read?

Which libraries or code bases would you recommend as learning sources?

Most Liked

felix-starman

felix-starman

If you’re looking for large projects maintained by large numbers of people all open-source, the Massachusetts Bay Transportation Authority (the city of Boston’s transit authority) is all open-source:

10
Post #3
cevado

cevado

if you’re looking for real use cases of application you can start with some opensource ones:
Bytepack was a product by Dashbit(Jose Valim’s company) to help people sell payed versions of libraries(like oban_pro/oban_web for example).
Changelog.com is a network of software related podcasts, their website/podcast feed is written in elixir and is opensource.
LiveBeats is a demo app for online radio written with phoenix live view.
Plausible is an analytics tool, alternative to google analytics.

social networks with activity pub

Akkoma is a microblogging federated social network using activity pub, like mastodon. written in elixir.
BonfireNetwork is also a federated social network using activity pub, iirc it uses live view. it’s not restricted to microblogging there are some other usages.
Mobilizon is a federated events social network, using activity pub. kinda like facebook events or meetup, but open source and federated.

D4no0

D4no0

The question is: what are you interested in?

There are some codebases (for example ecto, phoenix) where it will be extremely hard to understand what is going on as a beginner (or even as someone more experienced :joy: ) as they are heavily using metaprogramming.

If you are interested in web, you can take a look at one of my projects that we never managed to finish: SSL MOON / SSL MOON · GitLab . It was developed by beginners, so the concepts there should be pretty easy to understand as long as you read how core technologies like ecto, phoneix, liveview work.

Where Next?

Popular in Discussions Top

blackode
Elixir Upgrading is so Simple in Ubuntu and It worked for me Ubuntu 16.04 git clone https://github.com/elixir-lang/elixir.git cd elixir...
New
Fl4m3Ph03n1x
Background A few days ago I was listening to The future of Elixir from Elixir Talks, with Dave Thomas (@pragdave ) and Brian Mitchell. I...
New
Qqwy
Looking at the stacks that existing large companies have used, WhatsApp internally uses Mnesia to store the messages, while Discord uses ...
New
WolfDan
After doing a port from a c++ library to my project in phoenix I’ve seen that I need a faster way to run this algorithm and I found this ...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 39297 209
New
Crowdhailer
I’ve been hearing much about the new formatter and it’s something I have been keen to try. I find examples buy far the most illuminating...
248 19204 150
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
acrolink
How does the two languages compare when it comes to server side application development? Any experiences or ideas? Thank you.
New
Markusxmr
Since Drab has been developed for a while in the open, introducing the Liveview functionality in a way it happend appears to undermine th...
New
slashdotdash
Phoenix Live View is now publicly available on GitHub. Here’s Chris McCord’s tweet announcing making it public.
New

Other popular topics Top

sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
johnnyicon
Hi all, I’ve just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I’m trying to use Postgres...
New
hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
AstonJ
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition) It’s been a while since we first asked this, I...
208 31142 143
New

We're in Beta

About us Mission Statement