elixir
Resolving Dialyzer Issues in Elixir
Until set theoretic types arrive Dialyzer remains a useful tool for catching type errors, but can be tricky to debug.
elixir
Until set theoretic types arrive Dialyzer remains a useful tool for catching type errors, but can be tricky to debug.
elixir
Building and maintaining Elixir apps is a great, but you can accidentally use way more memory than you intended it to. Logging across environments can help that.
elixir
ElixirConf 2024 was in Orlando, Florida again. Unofficially this year was LiveBook Conf, in addition to an always great hallway track.
elixir
Highlights from ElixirConf 2023 in Orlando, including talks, trainings, and the hallway track!
elixir
AshAuthentication gives you an easy to use batteries included authentication framework compatible with the Phoenix, and Ash framework.
elixir
The Ash Framework represents an interesting emerging element of the Elixir ecosystem for peace of mind from prototype to production.
elixir
When you're new to a programming ecosystem it can be hard to know where to start. Here's a list of libraries to you get going.
elixir
Feature flags are an indispensable tool of modern software engineering. Start using them easily in Elixir thanks to @tompave's FunWithFlags.
elixir
Browser testing can be a powerful way to build confidence in your codebase, and it's easy to get started in a Phoenix app with Wallaby.
elixir
As a software engineer there is nothing that annoys me more than solving the same problem in the same way. It's one thing to iterate and improve on a solution, but I'm not here to rehash solved problems. Especially not problems I've already solved.
elixir
Getting your development environment setup with Elixir doesn't have to be hard. Here's a quick guide to getting started.
programming
There are many options in the Elixir ecosystem for mocking. There are a few that stand out in my mind as nicer than others. Especially Mimic and Hammox.