Latest #best-practices Threads 
I read the book “Domain Modelllng Made Functional” several times. And it was absolute clear, that I want to have some types sich as
“Unc...
New
We’re using Livebook for data analysis and are putting all of our notebooks in a common private git repository. We’ve built up some utili...
New
Hi everyone, I have a function with two parameters with default values something like:
def(param1 \\ %{}, param2 \\ "") do
###
end
this...
New
I have seen some good examples for best practices in sharing test suites:
Test a module for a given behaviour
Test a behaviour that use...
New
I would like a piece of elixir code to do something like the following:
defmodule InfoManager do
def initial_state(queried_info) do
...
New
I put this under chat/ discussions as this does not regard a bug, just some design/best practices.
I have program that I am building as ...
New
Hi,
I was surprised I couldn’t find any argument on this on the net so here I am.
When you make recursive function that deal with list ...
New
Hi! Quick question from a guy coming from Javascript:
Whenever I have to handle some conditional behavior, like ‘do something depending ...
New
While browsing through the source code to Plug, I can across this block of code:
defp weekday_name(1), do: "Mon"
defp weekday_name(2), d...
New
Hey everyone!
I’m working my way into elixir and loving it so far. However, coming from an OOP background with Java/Kotlin, I don’t thin...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
Is there a recommended ordering of require, use, import, and alias? Does the style guide have anything to say about the preferred orderin...
New
Is there any tooling or recommended way to find dead code? As my application starts to grow things can get a little messy especially with...
New
Hi,
I was surprised I couldn’t find any argument on this on the net so here I am.
When you make recursive function that deal with list ...
New
We are currently in the process of restructuring our codebase. Till now we follow the monolith way (well structured though) but we have s...
New
Hi! Quick question from a guy coming from Javascript:
Whenever I have to handle some conditional behavior, like ‘do something depending ...
New
Hi everyone, I have a function with two parameters with default values something like:
def(param1 \\ %{}, param2 \\ "") do
###
end
this...
New
I put this under chat/ discussions as this does not regard a bug, just some design/best practices.
I have program that I am building as ...
New
I have seen some good examples for best practices in sharing test suites:
Test a module for a given behaviour
Test a behaviour that use...
New
I read the book “Domain Modelllng Made Functional” several times. And it was absolute clear, that I want to have some types sich as
“Unc...
New
I would like a piece of elixir code to do something like the following:
defmodule InfoManager do
def initial_state(queried_info) do
...
New
We’re using Livebook for data analysis and are putting all of our notebooks in a common private git repository. We’ve built up some utili...
New
Trending Over Three Years
Completely new to Elixir, but have an issue I am trying to figure out:
When interviewing candidates for Javascript roles I usually have ...
New
I wanted to reach out to the community and see who is using design patterns and what are the ones that are relevant to FP and Elixir, as ...
New
I am used to early returns using the "return" keyword many languages provide. As I am currently trying to learn elixir, I found it really...
New
I have a library application X that is setup to take in arguments via its start() function, and right now I’m successfully having these s...
New
I am working on an application that is structured as an umbrella application. Currently there are only two applications in the umbrella, ...
New
I have a behaviour for which I need to implement real functions and mock versions for testing. Right now I am using three modules to do t...
New
What is the best practice for implementing a library for use in both Elixir and Erlang? My goals include:
minimize code duplication
fee...
New
I’m working through some test-writing around %Plug.Conn{} and I was wondering if there is an easier syntax for editing deeply nested part...
New
I’m unable to get my application to read an environment variable set on Ubuntu. I keep getting the message below:
** (ArgumentError) cou...
New
I'm not clear on what the best practice is for deciding what can be set from a changeset's params vs what should be directly set in the s...
New
I am working on an application of mid to high size and complexity, it is an umbrella application with at least 3 main applications (but y...
New
I am using Cachex to store several types of data for fast retrieval, but all of it is also in the database. I have experimented with add...
New
I’m using VueJS for the front-end of this project. File conventions are CamelCase, Elixir, snake_case.
Variable conventions differ too....
New
Hello!
I’m working on a Phoenix app, but my question is more related to Elixir v1.9 releases. I’ve setup Ansible playbook which builds a...
New
I’m new to elixir and functional programming, in general. I want to ask what’s the idiomatic way to validate our input parameters? Say I ...
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:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







