Why changes in Phoenix 1.3 are so important?
That’s a blog post about changes in structure and logic: https://medium.com/wemake-services/why-changes-in-phoenix-1-3-are-so-important-2d50c9bdabb9
Cookie package released on hex
Client side or server side cookie should help when working with cookies.
Nested Modules and Auto-Aliasing in Elixir
Do you use nested modules often in Elixir? If so, you should understand how Elixir compiles nested modules behind the scenes - it may work differently than you think!
GraphQL Authentication with Elixir and Absinthe
This guide walks you through the process of setting up an authentication system in your Absinthe-powered GraphQL backend.
A free introduction to Elixir, OTP, Ecto, and Phoenix
We produced five weeks of free content introducing people to Elixir and the basics of OTP, Ecto, and Phoenix. Today we’re announcing that content to the world.
Pour, eh, deploy Elixir applications with carafe!
Today I’m releasing https://github.com/schnittchen/carafe into the wild. Please try it out and let me know how it works for you.
[24h free video] Using Ecto Associations in Phoenix
Being smarter about modifying and inserting associated data.
https://www.dailydrip.com/topics/elixir/drips/using-ecto-associations-in-phoenix
Signed request query string with Elixir
Simple Elixir module for signing request query strings with HMAC
http://gravityblast.com/2017/05/08/signed-request-query-string-with-elixir/
Behind the magic of Phoenix LiveReload
Phoenix’s live reload functionality instantly refreshes your browser when you update a file in your code editor. From the plug that inserts an iframe to subscribing to filesystem changes, I outline how this flow works.
[24h free video] - Handling database transactions in style, with Ecto.Multi.
Handling database transactions in style, with Ecto.Multi.
https://www.dailydrip.com/topics/elixir/drips/adding-posts-to-threads-with-database-transactions
From Zero to Hero in Elixir #3 - Reading a File, Atoms and Tuples
Let’s learn how to read a file in Elixir and while at it, have a look at Atoms and Tuples.
Ruby vs. Elixir - Projects & People edition
A blog post highlighting the differences and similarities between the people and projects in the Ruby and Elixir communities.
http://devonestes.herokuapp.com/ruby-vs-elixir-projects-people-edition/
Getting Started with Phoenix
Getting start with Phoenix.
Creating a new app and generating some resources.
https://www.dailydrip.com/topics/elixir/drips/getting-started-with-phoenix
build and deploy phoenix in docker
build and deploy phoenix in docker https://gist.github.com/mjason/115b5f9d5e3e9f14072061f34d234486
Building web applications without a framework
Walk through building web applications using the structure provided by mix without a framework.
Talk given at Elixir London.
Using enums like C, Rails with Elixir macros
Moving from Ruby on Rails to Elixir and Phoenix, we use enums idioms heavily to represent integer flag values. Elixir (or ecto library) does not support idiom enums. But using macros, we can create enums easily.
Bamboo (Email library) 1.0rc1 with Attachment Support
Bamboo 1.0.0-rc.1 has been published to hex. Update your mix file, check out the CHANGELOG and give it a try!
There are a few breaking changes and some new enhancements. Be sure to check out the CHANGELOG to see what you need to do to upgrade. Please open issues if you find any bugs in this release. If all looks good we’ll publish 1.0.0!
Thanks to all the awesome contributors that made this possible!