alt.hn

3/26/2026 at 5:16:21 PM

Building a Blog with Elixir and Phoenix

https://jola.dev/posts/building-a-blog-with-elixir-and-phoenix

by shintoist

3/26/2026 at 6:32:31 PM

I am considering doing something similar, but embedding “livebook” bits so that I can run code & liveviews right in the middle of my posts in the future.

Curious to know if anyone went that route (or something similar) already!

by thibaut_barrere

3/26/2026 at 6:58:54 PM

I have done this but with Clojure, I needed to use a dynamic language with responsible state management (via Re-frame), but also had a good REPL. Seamless REPL integration with the language itself made it easier as most of the tools I needed were pre-existing.

by arikrahman