Login
From:
The 9elements Blog
(Uncensored)
subscribe
Track-switching in a large Elixir web application
https://9elements.com/blog/track-switching-in-a-large-elixir-web-application/
links
backlinks
Roast topics
Find topics
Find it!
We used a feature toggle to gradually re-build parts of the business logic of our app. We were then able to switch to the new logic, and seamlessly roll back to the old logic in case of unforeseen problems. We had to come up with two interesting...