Blog

December 14, 2024

Handling messages in batch using GenServer

Handling messages in batches using Elixir’s GenServer optimizes processing efficiency and reduces overhead

July 5, 2024

Introduce TypedStructor

Introduce a new libary to define typed structs, exceptions and record macros with effortlessly.

July 2, 2024

Streaming data in Elixir

Discover how to efficiently stream data between file, database and even external systems.