All Posts

Elixir Phoenix development using Docker and Docker-Compose

Quick and dirty, this is my recipe for local development of elixir phoenix apps using docker and docker-compose.

Continuous Integration in Elixir Phoenix with Travis-CI and Codecov

I’ll show how to get travis-ci run your test suit and then upload the coverage report to codecov. All this, being shown on github pull request checks for reference.

Install Elixir and Erlang with asdf version manager

If you come from Ruby on Rails for example, it’s very common to have rvm to manage your Ruby versions, but also you would probably need to install nvm to...