$30 off During Our Annual Pro Sale. View Details »

Using Umbrella in Production - Lessons Learned

Using Umbrella in Production - Lessons Learned

Some lessons learned from using an Elixir (Phoenix) Umbrella app in Production at MyChannels

Talk given at Elixir Vienna meetup.

Avatar for Vincent Oord

Vincent Oord

January 30, 2019
Tweet

More Decks by Vincent Oord

Other Decks in Programming

Transcript

  1. Using alias instead of import Only import external dependencies +

    use only: Avoid defmacro, unless really necessary Use Module.concat([“Namespace.ModuleName”])