elixir FizzBuzz in Elixir What is FizzBuzz? FizzBuzz is one of the most popular code challenges and one I usually solve very early on while learning a new language, however I also solve it from time to
elixir 301 Redirects in Phoenix In my last post, I showed how to canonicalize a domain in phoenix in that post I had a bug. I was properly redirecting users to the desired canonical domain, however I was
elixir How to Canonicalize a Domain in Elixir/Phoenix What is a cannonical domain? A cannonical domain name is a single source of truth for your website's domain. Canonicalization of a domain includes picking a www or non-www, and https or http
elixir Intro to Elixir & Phoenix Here is the slides for a presentation on Elixir and Phoenix I gave at my local ruby meetup. Intro to elixir and phoenix from Jared Smith
elixir Getting Started with Phoenix Framework Install Elixir In order to get started with phoenix you will need to install elixir. Fortunately installing elixir is pretty painless. The elixir installation page has some really great documentation on how to