Contributions

Article
Elixir needs more newcomers and businesses to boost its presence in the IT world. My ambition with this article is to provide a deep overview of Elixir for developers and decision-makers. Things I covered here include history, ecosystem, adoption (companies, industries), and its benefits.
Article
In November, Curiosum conducted an Elixir Survey to gather insights about the state of the Elixir programming language. We collected answers from almost 400 responders, and now we’re ready to share the results with you.

Check it here: https://curiosum.com/surveys/elixir-2023
Update
Join us in our first survey about Elixir language! The goal is to gather meaningful feedback about our beloved programming language so that the whole community can benefit from it and direct its development in the right direction.
Library
Elixir library designed to help you manage the complexity of Phoenix contexts. It offers tools for module separation, subcontext creation, and auto-generating CRUD operations.
Article
Handling translations in web applications can be a challenging and time-consuming task. The process entails managing various files, tracking modifications, and ensuring that translations remain current as the project progresses. These complexities can slow down development and introduce errors. That’s why Curiosum decided to create an open-source solution called Kanta.
Library
User-friendly translations manager for Elixir/Phoenix projects.
Article
The concept of Phoenix Context may appear straightforward, yet its potential for significantly boosting Phoenix app maintainability is profound. However, the truth is many developers grapple with its effective implementation.

In this blog post, I unveil a strategic solution for optimizing context organization, a critical step towards sustainable and efficient Phoenix app development.
Article
How to choose the best web programming language and framework for an app in 2022? Is it even possible? I believe it is, and in this blog post, I'll try to convince you why Elixir & Phoenix is the perfect combination you're looking for.
Article
For a while, I’ve been looking for a perfect way to construct Ecto Queries. At Curiosum we came through a couple of iterations and eventually ended up with a solution that you may call resource-based query modules.
Article
If I was asked, what word best describes Elixir as a language in 2021, it would be maturity. In this blog post, I'll show you what you can expect from our beloved language this year.
Article
Are you looking for your first job in Elixir? Check our list of Top 5 Elixir Skills for Junior Developers that will be relevant in 2021.
Article
As your app grows so does its integrations base. At some point, you may need to consume API from third-party services. Today you'll learn how to test them properly with the exvcr library.
Article
What connects Pepsi, Spotify and Discord? They all use Elixir in their tech stack. Why is Elixir so attractive to the top-tier companies in the world? Learn more in the article.
Article
In this blog post, Simon explains in-depth what's the difference between alias, import, require and use in Elixir.
Article
Learn how the functional nature of Elixir helps manage transactional pipelines using Ecto.