Curiosum Blog

Bringing SOLID to Elixir

Bringing SOLID to Elixir

The SOLID principles, originally designed for object-oriented programming, can also be adapted effectively to functional programming languages like Elixir. Read how to apply it to create more maintainable, scalable, and adaptable software systems.

Multitenancy in Elixir

Multitenancy in Elixir

Have you ever wondered how to efficiently manage multiple clients within a single application? Or how to keep different users' data isolated while still leveraging shared resources? Enter multi-tenancy!