Using mix to Easily Create an Ecto Repo June 08, 2016 4 minutes read After reading my post From Zero to Ecto in 10 Minutes, @michalmuskala responded to me on Twitter with an excellent suggestion:
From Zero to Ecto in 10 Minutes May 30, 2016 9 minutes read In my last post, Using Ecto For Formula 1 Standings, I showed you how you can compose Ecto Queries — building them up as you go along. The examples used were taken from a fantasy Formula 1 web application I am building in Elixir and the Phoenix framework. After getti...
Using Ecto For Formula 1 Standings May 04, 2016 9 minutes read I am a huge fan of Formula 1 racing (my favorite driver is Felipe Massa). My brother, father, and I even participate in our own version of a fantasy Formula 1 league. I wrote a Ruby on Rails app a few years ago to handle all the bookkeeping of the league including tr...