explicitness-ecto-vs-implicitness-active-record Intro to Function Plugs

Experimenting with inherited tables in Ecto

I’ve been working on a personal project with some mates for the past few months, and I’ve been mostly responsible for building our backend with Phoenix.

It’s come to a time where we need to implement some sort of “comments & likes” functionality for the app, so I set out to start thinknig how to go about it.

Continue reading…