BoardClic

Tech blog

Thoughts, experiences and solutions from the technical front of the board-tech space

With a heavy focus on elixir, phoenix and application development

By Johan Tell
3 minutes read

Maintainable Elixir: Dependency decoupling

Elixir and Phoenix are all about maintainability, and they already do a lot to help us make more maintainable and healthy projects. So here we focus on how to decouple external dependencies in a maintainable way.

Read more ➞
By Johan Tell
2 minutes read

Must read Elixir resources

There’s a lot of well made content spread around the elixir community. Some of them are easy to find and some of them are not. This is a curated collection of articles and conference talks that I usually recommend to others

Read more ➞
By Rickard Jonsson
5 minutes read

Tips & tricks for IEx - Elixir's interactive shell

IEx is a very powerful and helpful tool while building applications in Elixir. In this article we will walk trough tips and tricks that we have picked up along the way. Things that hopefully can make your day to day work a bit easier.

Read more ➞
By Johan Tell
3 minutes read

Catching translation issues early

Building a fully translated application is often a challenge. At BoardClic we're taking multiple measures to ensure that we're not letting through non-translated strings in our application. Continue to learn how.

Read more ➞