Subscribe to access all episodes. View plans →

#27: Moving to Elixir Part 3

Published December 13, 2017

Now that we have some basic data displaying, we need to address a fundamental piece of any web application: URLs. We’ll create descriptive URLs and because these are different from the previous URL structure, we’ll then use Plug to create a module that will redirect traffic from our old URLs to our new ones.

© 2024 HEXMONSTER LLC