Conway’s Game of Life in Elixir Building A Real-Time App With Phoenix

Parsing referral codes (Phoenix Framework)

This is part one of a series on building a referral marketing system for your Phoenix server.

One advantage of handling referrals on the back-end instead of with a JS-snippet that calls a third party’s service is that you’ll have full control of how the system works. Another is that your site won’t be slowed down with extra 3rd party scripts that have to be sent to each user or additional XHR requests when your pages load.