elixir-phoenix-patterns

Installation
SKILL.md

Elixir Phoenix Patterns

Build concurrent, fault-tolerant applications with Elixir and Phoenix.

Core Concepts

  • Immutability and functional programming
  • Actor model with processes
  • Supervision trees for fault tolerance
  • Phoenix Channels for real-time communication

Patterns

GenServer Pattern

defmodule MyApp.UserCache do
  use GenServer
Installs
1
First Seen
Apr 12, 2026
elixir-phoenix-patterns — coppermare/skillverse