#elixir #erlang #phoenix #ecto
Elixir validation library with +25 fully tested rules. (+40 coming up soon!)
https://dev.to/mhgontijo/elixir-validation-library-with-25-fully-tested-rules-40-coming-up-soon-c50
Elixir validation library with +25 fully tested rules. (+40 coming up soon!)
https://dev.to/mhgontijo/elixir-validation-library-with-25-fully-tested-rules-40-coming-up-soon-c50
DEV Community
Elixir Validation library with +25 fully tested rules. (+40 coming up soon!)
Hey dear #AlchemistFriends! I'm creating a ✔️✔️ validation engine ✔️✔️, in order to put several day-t...
#elixir #phoenix #authorization #ecto
How to implement authorization in elixir and phoenix
https://dev.to/haseebeqx/how-to-implement-authorization-in-elixir-and-phoenix-5d22
How to implement authorization in elixir and phoenix
https://dev.to/haseebeqx/how-to-implement-authorization-in-elixir-and-phoenix-5d22
DEV Community
How to implement Authorization in elixir and phoenix
Implementing custom authorization is very easy in phoenix. There are many reasons and advantages for using custom authorization system a over a dedicated framework
#elixir #json #ecto #postgres
Querying nested jsonb fields with ecto
https://dev.to/logicmason/querying-nested-jsonb-fields-with-ecto-4372
Querying nested jsonb fields with ecto
https://dev.to/logicmason/querying-nested-jsonb-fields-with-ecto-4372
DEV Community
Querying nested JSONB fields with Ecto
Ecto has a map type, which is implemented in Postgres as a JSONB field. It's particularly useful for situations involving user-submitted data, and here's a tutorial about how to query within them...
#elixir #ecto #phoenix
Dissecting "data" and "changes" fields in ecto.changeset
https://dev.to/lessless/dissecting-data-and-changes-fields-in-ecto-changeset-n4n
Dissecting "data" and "changes" fields in ecto.changeset
https://dev.to/lessless/dissecting-data-and-changes-fields-in-ecto-changeset-n4n
DEV Community
Difference between "data" and "changes" fields in Ecto.Changeset
Have you ever been confused about all the different fields in the Ecto Changeset structure? Today we...
#elixir #ecto #phoenix
Difference between "data" and "changes" fields in ecto.changeset
https://dev.to/lessless/dissecting-data-and-changes-fields-in-ecto-changeset-n4n
Difference between "data" and "changes" fields in ecto.changeset
https://dev.to/lessless/dissecting-data-and-changes-fields-in-ecto-changeset-n4n
DEV Community
Difference between "data" and "changes" fields in Ecto.Changeset
Have you ever been confused about all the different fields in the Ecto Changeset structure? Today we...
#elixir #ecto #cursor #pagination
Hassle-free cursor pagination for ecto — part 1
https://dev.to/youroff/hassle-free-cursor-pagination-for-ecto-part-1-3bg1
Hassle-free cursor pagination for ecto — part 1
https://dev.to/youroff/hassle-free-cursor-pagination-for-ecto-part-1-3bg1
DEV Community
Hassle-free cursor pagination for Ecto — part 1
TLDR; Cursor-based pagination is tricky. The distinct ordering of the query is necessary to make it d...
#elixir #conferencetalk #ecto
Elixir Wizards Talk: "Dealing With a Monster Ecto Query"
https://dev.to/maco/elixir-wizards-talk-dealing-with-a-monster-ecto-query-1k52
Elixir Wizards Talk: "Dealing With a Monster Ecto Query"
https://dev.to/maco/elixir-wizards-talk-dealing-with-a-monster-ecto-query-1k52
DEV Community
Elixir Wizards Talk: "Dealing With a Monster Ecto Query"
Last month, I spoke at the first-ever Elixir Wizards Conference. It was a lightning talk walking...
#elixir #phoenix #ecto
Phoenix/Elixir: Chain Composable Queries with Ecto Named Bindings.
https://brooklinmyers.medium.com/phoenix-elixir-chain-composable-queries-with-ecto-named-bindings-7a3ec5ba93
Phoenix/Elixir: Chain Composable Queries with Ecto Named Bindings.
https://brooklinmyers.medium.com/phoenix-elixir-chain-composable-queries-with-ecto-named-bindings-7a3ec5ba93
Medium
Phoenix/Elixir: Chain Composable Queries with Ecto Named Bindings.
Make Easily Composable and Reusable Queries.
#elixir #timescaledb #ecto
TimescaleDB support in Elixir using Ecto
https://medium.com/@bartosz_gorka/timescaledb-support-in-elixir-using-ecto-30ec00c32441
TimescaleDB support in Elixir using Ecto
https://medium.com/@bartosz_gorka/timescaledb-support-in-elixir-using-ecto-30ec00c32441
Medium
TimescaleDB support in Elixir using Ecto
Most of the projects we have the pleasure of creating collect a lot of data. It usually means a heavy load on the database, which we use…
#elixir #ecto
Ecto Named Bindings in your queries
https://medium.com/@bartosz_gorka/ecto-named-bindings-in-your-queries-6b84a3f69459
Ecto Named Bindings in your queries
https://medium.com/@bartosz_gorka/ecto-named-bindings-in-your-queries-6b84a3f69459
Medium
Ecto Named Bindings in your queries
Every software developer wants his code to be the best. One of the best practices in software development is the DRY (Don’t repeat…
#ecto #elixir #phoenix #introduction #elixir tutorial
Ecto: An Introduction to Elixir's Database Toolkit
https://serokell.io/blog/ecto-guide-for-beginners
Ecto: An Introduction to Elixir's Database Toolkit
https://serokell.io/blog/ecto-guide-for-beginners
Ecto: An Introduction to Elixir's Database Toolkit
Ecto is the go-to database toolkit for Elixir developers. Read our beginner-oriented article to learn how it works and what's special about it.
#elixir #ecto #elixir_conf_eu
Doing weird things with Ecto | Nikola Begedin | ElixirConf EU 2021
https://www.youtube.com/watch?v=zrfZ1GiOc-I
Doing weird things with Ecto | Nikola Begedin | ElixirConf EU 2021
https://www.youtube.com/watch?v=zrfZ1GiOc-I
YouTube
Doing weird things with Ecto | Nikola Begedin | ElixirConf EU 2021
This video was recorded at ElixirConf EU 2021 - https://www.elixirconf.eu/
Doing weird things with Ecto | Nikola Begedin - Full-stack Engineer at V7 Labs
ABSTRACT
There are things you can do with Ecto that go way beyond basic data validation and related…
Doing weird things with Ecto | Nikola Begedin - Full-stack Engineer at V7 Labs
ABSTRACT
There are things you can do with Ecto that go way beyond basic data validation and related…