https://elixirschool.com/blog/til-send-after/
Want to schedule something to run later? Need a reocurring task? Today we learn how!
https://elixirschool.com/blog/umbrellas-just-when-it-rains/
When it comes to building a web application with Elixir many people will immediately reach for Phoenix. However, did you know Plug.Router
is just as viable an option? Sometimes, it can be even faster.
https://elixirschool.com/blog/umbrellas-just-when-it-rains/
A look at umbrella applications and how they can help us write cleaner maintainable code.
https://elixirschool.com/blog/ecto-query-composition/
Follow along as we look at how to dynamically compose Ecto queries using pattern matching and reduction.
https://elixirschool.com/blog/configuration-demystified/
We attempt to clear up some confusion around configuration by looking at the different types, the roles they play, and a different approach we could take.
https://elixirschool.com/blog/a-look-at-16/
Follow along as we take a peek at what’s inside the latest Elixir release. Learn more about the all new code formatter, exciting dynamic supervisors, and changes coming to your code editors that make working in Elixir even better!