AstonJ
What Elixir related stuff are you doing?
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 it or anything else related to it …we’re a curious bunch here ![]()
I am…
- Checking in on this forum
- Looking out for interesting blogs/posts on Twitter (will cross post any good ones here)
- Going to install Spacemacs
- Then finally, just before it’s time to go to bed - read some more of Programming Elixir

You?
Most Liked
h4cc
Most of my elixir-time goes into this list here: GitHub - h4cc/awesome-elixir: A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: · GitHub
Next to that i once ported a small library for learning: GitHub - h4cc/slugger: A Slugger for elixir. · GitHub
Also trying to get this meetup going well
hh.ex Hamburg Elixir Meetup | Meetup
19
hauleth
- Making Elixir and Erlang couple, rather than “just friends”.
- Integrating BEAM with systemd (partially in hope that people find it better alternative to k8s/Docker deployments)
- Improving “drop-in” Lager replacement that will use Erlang’s
loggerdirectly (this will provide integration with 1.10 Elixir’s Logger as well) - Mix tasks for working with Erlang projects, currently supported are
mix ctfor Common Test,mix eunitfor EUnit tests, andmix exreffor Erlang’sxrefmodule - Bringing
loggerandtelemetrycloser to each other as these tools cover similar raison d’être (event bus) - Ernie format which is meant to be “standardised” ETF without unsafe features (functions, atoms, etc.), currently there is encoder and decoder for Rust and I am working on JS/TS and Go (contributions more than welcome, as I am not expert in either of these languages)
19
jeramyRR
Working on a brown bag presentation on Elixir and Erlang to give here at Microsoft.
17
Popular in Discussions
I would like to better understand what the advantages/disadvantages of umbrella applications are compared to structuring your app as as s...
New
Hello everyone,
I’m so glad to have discovered this awesome community. Thanks for creating it! This is my second post, and apologies for...
New
I recently came across the javascript library htmx. It reminded me a lot of liveview so I thought the community here might be interested....
New
I wanted to capitalize a string, and tried using String.capitalize().
That generally works well, until you try to capitalize a word like...
New
Anybody knows a comprehensive comparison of Django and Phoenix, thanks for the help.
Where are they similar?
Where do they differ the m...
New
This is an interesting article to read. Elixir’s performance, like usual, is excellent. However, it seems like the high CPU usage is co...
New
If a newbie asked you about Phoenix Contexts, how would you explain the basics to them?
Feel free to be as concise or in-depth as you li...
New
AWS re:Invent is on at the moment with some interesting announcements. One new feature in particular is the Lambda Runtime API for AWS La...
New
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
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New
Other popular topics
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I’m writing a test for one of the...
New
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
Hi folks,
Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
New
Hello everyone,
Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
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
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
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









