Upgrade to Pro — share decks privately, control downloads, hide ads and more …

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.

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”])