elixir Highlights from ElixirConf US 2024 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 US 2023 Highlights from ElixirConf 2023 in Orlando, including talks, trainings, and the hallway track!
elixir Ash Fieldnotes: Ash Authentication AshAuthentication gives you an easy to use batteries included authentication framework compatible with the Phoenix, and Ash framework.
elixir The Ash framework fieldnotes The Ash Framework represents an interesting emerging element of the Elixir ecosystem for peace of mind from prototype to production.
elixir Essential libraries for Elixir developers 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 Flagging in Elixir with FunWithFlags Feature flags are an indispensable tool of modern software engineering. Start using them easily in Elixir thanks to @tompave's FunWithFlags.
elixir Starting Browser Testing for Phoenix LiveView with Wallaby 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 DRY Elixir Code with Composition and Macros 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 Setting Up an Elixir Development Environment Getting your development environment setup with Elixir doesn't have to be hard. Here's a quick guide to getting started.
programming Elixir Mocking Library Options 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.