Recent Posts

(Elixir) BEAM Docker Release GitHub Action

1 minute read

The BEAM docker release GitHub action builds a tiny from scratch container. It works with Elixir and the Phoenix Framework. With a minimal attack surface, of...

PGMP Logical Replication in PostgreSQL 15

4 minute read

PGMP supports the real-time logical replication of PostgreSQL tables into ETS out of the box on Erlang/OTP 25. It includes the new features: row filters and ...

Postpone: Resource Allocation on Demand

2 minute read

One of the many very nice features of statem in Erlang/OTP is the ability to postpone an event. This article will demonstrate delaying the allocation of a re...