This Week's Trending
This Month's Trending
This Year's Trending
I was recently asked to step up and become the maintainer for the Elixir Style Guide. It was, I believe, the first, and is now the most p...
New
Last Three Year's Trending
I’m curious what the consensus (if there is one) on case vs if statements for conditionals is. Specifically, in cases where you are only...
New
I saw this topic getting some traction over on the Erlang Forums, so I want to resurrect this topic here (previous discussion here):
Sh...
New
EDIT: Parse, don't validate (2019) | Hacker News
I finished this working code which takes in an HTML page and outputs legal citations it...
New
I am used to this syntax for a case structure (my question is about the _ -> part):
case {1, 2, 3} do
{4, 5, 6} ->
"This cl...
New
I picked this pattern up from another dev and have made fairly extensive use of it with Multis:
@multi Multi.new()
...
@multi
...
New
I have some checks to do before returning a response to the user in controller: checking file existence in S3, checking some DB fields, c...
New
Trending Over Three Years
In general I’ve been sticking to this community style guide GitHub - christopheradams/elixir_style_guide: A community driven style guide ...
New
I was watching some functional programming video where the person codes the exact application in multiple ways.
One of the preferred way...
New
EG:
defp deps do
[
{:phoenix, "~> 1.4.1"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},
...
New
Here is list of plugins for different editors
Sublime Text 3 — Elixir.tmbundle - https://github.com/elixir-editors/elixir-tmbundle/#co...
New
Hi there :wave: !
This week at CodeBEAM I had a chance to meet an amazing crowd and participate in some interesting conversations. One o...
New
When programming a module in Elixir, I like to start my module with one or two ‘main’ functions that show the main flow of data that will...
New
I came across a plugin that uses an AI that has been pointed towards Github to do code completion. It is a single plugin that works for ...
New
Apparently Credo considers single-clause with statements with an else branch a readability issue. I’m curious, what’s everybody’s opinion...
New
Hello,
In the Elixir codebase most wide-adopted pipe operator usage style is vertical piping:
variable
|> transform1(:another_option...
New
In Ruby community, we have something like Rubocop to review and give feedback to us, developers, regarding code style. There are certain ...
New
@adkron brought up an interesting point today; Case and cond statements could be better represented as multiple function heads.
for exam...
New
Hello,
I came to make a provocation about a way of writing code.
I’m writing a small private project to shorten urls and I came across ...
New
Here’s a simple type for a piece of historical stock info:
defmodule DayRecord do
@enforce_keys [:date, :close, :high, :low, :open]
...
New
While writing Elixir, you are encouraged to start your pipe chain with a raw value. Credo has a check for this at credo/lib/credo/check/r...
New
What do you think about pre and post condition checks in Elixir?
I’ve just started learning Elixir and can see how guards are similar to...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #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
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







