Here is an updated list of my public activities: new OSS repositories, articles, talks, etc.

Testing Timer-based Logic in Elixir with Klotho Library — article introducing Klotho library.

EMQX JWT Authentication and Authorization — Demonstration of EMQX capabilities in authentication and authorization via JSON Web Tokens (JWT).

gist-erlang — GiST(Generalized Search Tree) implementation in pure Erlang.

Lazy Sequences in Elixir and Erlang — article demonstrating and comparing standard primitives for working with lazy sequences in Elixir and Erlang.

MQTT for Elixir — article demonstarting MQTT usage in Elixir, together with Phoenix and LiveView.

Application Code Upgrades in Elixir — article about the very basics of application code upgrades. It shows the crucial role of supervisors in the process.

Using Supervisors to Organize Your Elixir Application — article trying to provide a simple explanation of profits from using supervisors in Elixir.

Protocols vs. Behaviours in Elixir: Additional Thoughts — a follow up to this article.

A Guide to Hot Code Reloading in Elixir — introductory article about connection of hot code reload in Elixir and OTP basics.

ThinkingElixir podcast with me as a guest. We discuss SOLID principles and their applicability in Elixir.

Why SOLID may be useful for you in Elixir — article about one small but real case where SOLID principles helped a lot.

Optimus — opinionated Elixir library for working with command-line arguments.

SMPPEX — contemporary and well-documented SMPP library in Elixir, used by mobile operators all over the world.