Elixir Digest
Digests » 273
sponsor
Elixir developers are in demand on Vettery
Vettery is an online hiring marketplace that's changing the way people hire and get hired. Ready for a bold career move? Make a free profile, name your salary, and connect with hiring managers from top employers today.
this week's favorite
Dating back to version 1.2, the with operator is one of Elixir's features that need a bit of time to comprehend at first. It often gets used in situations where one would use case, or vice versa. The main difference between the two is that with will fall through, if no clause is matched, while case will throw a no-match error.
From PHP to Elixir |> beginning
When and where has it started? I was participating in the Domain-Driven Design Warsaw group meeting and there was a presentation from Sebastian Gębski about “DDD - the lost chapters”. It was not only about the DDD, but Sebastian also threw a few flavors about the Elixir language into the presentation.
Compile Elixir applications into single, easily distributed executable binaries.
Elixir in Production: Plausible Analytics
What are the benefits of Elixir for web analytics? Find out in our interview with the founder of Plausible Analytics, a lightweight open-source alternative to Google Analytics.
Everytime I build an Elixir application, I learn something new and find a new pattern, and some concept finally clicks. Today, that concept that cemented in my mind is how Phoenix and Phoenix LiveView renders templates.