Many to many associations in elixir and phoenix
https://medium.com/@ricardoruwer/many-to-many-associations-in-elixir-and-phoenix-b4aa6d978f7b
https://medium.com/@ricardoruwer/many-to-many-associations-in-elixir-and-phoenix-b4aa6d978f7b
Medium
Many to many associations in Elixir and Phoenix
Well, I was creating the website of a construction company, so I had 2 schemas: properties and amenities. One property can have many…
Getting started with elixir enums part-1
https://medium.com/elixirfun/getting-started-with-elixir-enums-part-1-e0804ee4099
https://medium.com/elixirfun/getting-started-with-elixir-enums-part-1-e0804ee4099
Medium
Getting started with Elixir Enums part-1
In Elixir, an enumerable is any data type that implements the Enumerable protocol. Lists ([1, 2, 3]), Maps (%{foo: 1, bar: 2}) and Ranges…
Building distributed apps: second approximation
https://medium.com/@vonmo/building-distributed-apps-second-approximation-f792b3fe893f
https://medium.com/@vonmo/building-distributed-apps-second-approximation-f792b3fe893f
Medium
Building distributed apps: second approximation
This article is the final one of the series about distributed reactive apps in Erlang/Elixir. In the first article you will find the…
Classical propositional logic in elixir
https://medium.com/@adolfont/classical-propositional-logic-in-elixir-bd18ceff2c93
https://medium.com/@adolfont/classical-propositional-logic-in-elixir-bd18ceff2c93
Medium
Classical Propositional Logic in Elixir
I am a professor and I teach Introduction to Logic for Computing. One of the subjects I teach is Classical Propositional Logic. I use a…
#elixir #phoenix #many #association
Many to many associations in elixir and phoenix
https://dev.to/ricardoruwer/many-to-many-associations-in-elixir-and-phoenix-21pm
Many to many associations in elixir and phoenix
https://dev.to/ricardoruwer/many-to-many-associations-in-elixir-and-phoenix-21pm
DEV Community
Many to many associations in Elixir and Phoenix
I was creating the website of a construction company, so I had 2 schemas: properties and amenities. O...