Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
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
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...