It has been quite the journey! We've started with literally nothing, no code, no framework, nothing to build our application. From there, we've tackled and, more importantly, made sure we thoroughly understood each piece that went into building our Phoenix application!
We've implemented a social application from scratch, allowing real-time communication and live results viewing. We've implemented means of allowing the users to log in using popular social media OAuth providers so they don't have to create new accounts to start taking advantage of our platform!
We know and have practiced working with our database and working with Ecto over and over, and learned the ins and outs of setting up and configuring each step in the process along the way. We've explored turning our application into an application that supports API integrations in the...