Add tagging with no extra tables using Postgres array fields and Ecto for an easy an simple solution.| Fly
Search documentation of Ecto| hexdocs.pm
View Source| hexdocs.pm
Web applications have client and server state, let's see some examples and learn how LiveView, in particular, deals with state and realtime| dashbit.co
Use metaprogramming to deal with erlang typespec at runtime| rocket-science.ru
View Source| hexdocs.pm
Helpers related to producing HTML forms.| hexdocs.pm
Using Ecto's :sort_param and :delete_param options, along with LiveView, to sort and delete elements within many-to-many association| Fly
Changesets allow filtering, casting, validation and| hexdocs.pm
Ecto is split into 4 main components:| hexdocs.pm
An Ecto schema maps external data into Elixir structs.| hexdocs.pm
Developers want to create the best applications they can for their users. In the process, they want to make sure to give good feedback to their users when data doesn’t get saved into the database. In Elixir, there is a great tool on top of the database that helps – Ecto! It can put validations and constraints onto specific fields to ensure data integrity.| elixirschool.com