Lost connection to OneBlog
Something went wrong!
Welcome to OneBlog Engineering: Building Scalable, Resilient Services with Elixir
October 22, 2025
OneBlog runs Elixir on BEAM in AWS Fargate, using PostgreSQL for relational data and MongoDB for event logs. Services talk via GenServer RPC with Libcluster‑based discovery, are observed via OpenTelemetry, secured with Erlang cookies, and deployed thr...
Engineering
Ensuring Elixir Cluster Resilience: Handling Process Failures Without Instance Shutdown
Elixir clusters stay healthy by treating process crashes as normal: use appropriate supervisor restar...
2 Total Results