Featured Articles

Mixing Python with Elixir I

In this post we explore how to call python code from Elixir and Elixir code from python using a QRCode generator project


Python Custom Context Managers

In this post we explore how to use the with statment with custom python objects to manage resources.


Per-User Encryption in Elixir Part I

In this post we explore how to secure user data on the backend using encryption.


Per-User Encryption in Elixir Part II

In this second post we continue on how to secure user data on the backend using encryption.