Learning to write idiomatic elixir
by reading
elixir
codebases.
Sep 12, 2024
Recreating Phoenix from the ground up
An excercise in components of a web app framework from scratch while borrowing from one of the bests.
post
elixir
phoenix
Sep 5, 2024
Co-locate Struct, Protocol and Implementation
Elixir's Enum module has the following in one file - Module definition, Enumerable behaviour and implementation for List and Map.
post
elixir
til
Jun 1, 2024
Building Blocks approach to Fediverse
How does bonfire approach building software for online communities in a modular fashion using Elixir.
post
elixir
bonfire
fediverse
May 31, 2024
Interactive Components in Elixir
A survey of techniques used in popular projects and cherry picking ideas to suit my preference
post
elixir
phoenix
ui engineering
May 21, 2024
External Compiler
Looking at the tailwind runner in Phoenix to learn how to run an external compiler as part of your dev process with Phoenix.
post
phoenix
May 14, 2024
Exception Handling
Surveying user facing elixir projects in search for idioms on exception handling
post
elixir
phoenix
bandit
pleroma