all posts

/ blog

Long-form writing on machine learning, systems design, and the shape of tools that think.

2024

Building a simple distributed Phoenix application

Learn how to create a distributed Phoenix application with LiveView and clustering. This tutorial covers broadcasting messages across multiple nodes using Phoenix PubSub and libcluster.

elixir