Create ZIP archives with Elixir AWS CodeCommit <> CodeBuild Pull Request CI Workflow

14th episode - Using macros for refactoring in Elixir - crypto trading in Elixir

Hello everyone,

Just released my 14th video!

We will focus on refactoring the duplicated logic responsible for supervising(starting, stopping, and autostarting) the dynamic processes inside the naive and the streamer applications. First, we will abstract away all the generic code leaving just a boilerplate inside the naive application. Next, we will look into the “using“ macro which we will leverage to get rid of that boilerplate. This video was released for educational purposes as the proper way of solving this problem would be to use the Registry(which will be the focus of the next episode).

https://www.youtube.com/watch?v=oaeaW0tgMCU&list=PLxsE19GnjC5Nv1CbeKOiS5YqGqw35aZFJ&index=14