Jesse Herrick compares Plugs in Elixir to Rack in Ruby. Learn a bit of Elixir and its elegance with middleware and plugs.
Tag: elixir
Thomas explores Ecto features, including query composition, joins and associations, SQL fragment injection, explicit casting, and dynamic field access.
Thomas looks at the basics of querying with Elixir's Ecto library, going through joins, associations, aggregation functions, and so on.
Thomas introduces Ecto, Elixir's predominant library for working with databases, building a simple database-driven app using Ecto's four main components.
Nihal Sahu sits down with well-known Rubyist and creator of the Elixir language, Jose Valim.
Reza goes through Elixir, a Laravel addon for front-end asset management. Compilation, minification, optimization, versioning and more - check it out!
Dhaivat Pandya pens his second installment in a look a the Elixir-based web framework, Phoenix. This post covers forms and helpers.