Bring new data layers to Ash
Over the past year, the way I build software has changed dramatically. I no longer spend most of my...
Tag archive
Over the past year, the way I build software has changed dramatically. I no longer spend most of my...

I like to think of error handling in Elixir as having two different toolkits for two different kinds...
Elixir 编译器并发优化失败复盘 背景 Elixir 编译器中,每个模块的编译大致分为以下几个步骤: eval_form ...
The Problem Restaurants collect feedback through QR codes on tables. Customers scan, fill...

We had a customer dashboard that felt broken. Not crashed — just very slow. In production, page could...
Originally published at ffmpeg-micro.com You want video processing in your Elixir app. Transcode...

Foreword: this article is from my attic. It was planned to be published in 2024, it's probably a bit...
In the last post, we killed the "Tool Abstraction" layer. By replacing 50 brittle JSON-RPC wrappers...
Add health checks, uptime monitoring, and alerts to your Elixir/Phoenix app — including multi-region benefits for distributed Elixir clustering and LiveView long-poll connections.

Building a stable product capable of withstanding high loads across different servers is a complex...

Разработка стабильного продукта, способного держать высокие нагрузки на разных серверах, — задача...

An Elixir application can be fault-tolerant, concurrent, and fast, but still depend on a vulnerable...