The Elixir Forge
After many years taming unruly client‑side state, I journeyed to BEAM to learn the craft of server‑driven UI. With Phoenix LiveView, I forge interfaces where the server holds the state and the browser stays lean and swift.
Elixir: URL & Input Playground
A Phoenix-powered exploration of the HTTP request-response cycle: pattern matching path segments and processing secure form submissions.
Examine Technical Scroll → ElixirPhoenix Architecture: Nested Data & Contexts
A deep-dive into Functional UI Composition and nested Ecto associations: implementing robust state management across complex, recursive component trees.
Examine Technical Scroll → ElixirElixir LiveView: Stateful Real-Time Clock
A study in the BEAM’s ability to manage stateful, concurrent connections at scale: streaming real-time updates via persistent WebSockets.
Examine Technical Scroll → ElixirQuietboard: Elixir LiveView Edition
A study in Event-Driven Interop: Synchronising concurrent server state with a JS-based charting engine via bidirectional LiveView Hooks.
Examine Technical Scroll →