Writing
Notes on engineering, systems, and building things.
-
Learn Elixir GenServers, Registry, and DynamicSupervisor by building a real multi-room chess clock from scratch. Step-by-step, no OTP experience needed.
-
Connect an Elixir GenServer to the browser using Phoenix.PubSub and LiveView. Build real-time multiplayer UI with no JavaScript — step by step.