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...
#elixir #phoenix #ecto
Fast ordered model in phoenix with ecto_list
https://dev.to/popo63301/fast-ordered-model-in-phoenix-with-ectolist-25g7
Fast ordered model in phoenix with ecto_list
https://dev.to/popo63301/fast-ordered-model-in-phoenix-with-ectolist-25g7
DEV Community
Fast Ordered Model in Phoenix with ecto_list
. Tagged with elixir, phoenix, ecto.
#elixir #phoenix #paginator
Create a paginator using elixir and phoenix
https://dev.to/ricardoruwer/create-a-paginator-using-elixir-and-phoenix-1hnk
Create a paginator using elixir and phoenix
https://dev.to/ricardoruwer/create-a-paginator-using-elixir-and-phoenix-1hnk
DEV Community
Create a paginator using Elixir and Phoenix
I'm writing this for the same reason I wrote about creating a sitemap.xml, I could find only solution...
Using benchee for elixir performance tests
https://medium.com/@dkerrious/using-benchee-for-elixir-performance-tests-9cac8201f9aa
https://medium.com/@dkerrious/using-benchee-for-elixir-performance-tests-9cac8201f9aa
Medium
Using Benchee for Elixir Performance Tests
Benchee is a useful tool if you find yourself in a situation where you need to test the limits of a system or need to define the behavior…
State management with phoenix liveview and liveex
https://medium.com/@peter.j.ullrich/state-management-with-phoenix-liveview-and-liveex-f53f8f1ec4d7
https://medium.com/@peter.j.ullrich/state-management-with-phoenix-liveview-and-liveex-f53f8f1ec4d7
Medium
State Management with Phoenix LiveView and LiveEx
At grandcentrix, we use the Elixir + Phoenix stack to deliver scalable, fault-tolerant and high-availability IoT solutions to our…