Welcome to the Alchemist's Workshop
Why I started this blog, and what to expect: notes on Elixir, AI, and the craft of building software.
Every craft has its workshop. This is mine — a place to think out loud about Elixir, AI, technology, and the day-to-day craft of coding.
Expect short, practical posts: things I learned the hard way, patterns worth stealing, and the occasional deep dive.
defmodule Workshop do
@moduledoc "Where ideas get transmuted into code."
def greet(name), do: "Welcome, " <> name <> "!"
end
Pull up a stool. The crucible is warm.