This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Tyler A. Young ⚗️🧑🏻💻
tylerayoung.com
did:plc:6jl7ih4kvtechuynn6vgpfir
I learned recently (h/t @josevalim.bsky.social 😄) that you can totally omit the result line in an #ElixirLang doctest. This can be useful for pattern matching, like:
iex> some_thing = MyFactory.create_thing()
...> {:ok, "https://myapp.com/path?" <> _} =
...> MyModule.compute_path(some_thing)
2026-02-20T15:18:28.064Z