Update:
How to use the Blogs & Podcasts section
You can post links to your blog posts or podcasts either in one of the Official Blog Posts threads (like this one) or the Elixir Podcasts thread, or, if yo want a dedicated thread for each blog/podcast, via Devtalk.com. If you post via Devtalk we will automatically cross-post your blog post here in this section for each blog post or podcast (so one thread for each) so long as you have an account with the same username and primary email address on both forums. We also remove the rel-nofollow
attribute when your link appears on our homepage on Devtalk, so great for your SEO!
If posting via Devtalk be sure to:
- Ensure your account on Devtalk.com has the same username and primary email as your account here
- Initiate thread creation in one of the Blog Posts/Podcasts sections (for Elixir/Phoenix that may be in the Back End category, or for LiveView it could be the Front End category).
- On thread creation paste the URL of your blog post or podcast in the TITLE field (once the URL appears in the body field below you can then change the title to whatever you like)
- Include a short summary of your blog post or podcast then post the link on a separate line (here’s an example)
- Include the
Elixir
andblog-post
(orpodcast
) tags (as well asPhoenix
,Nerves
,LiveView
etc if applicable)
It will then create a thread on Devtalk and then automatically cross-post here under your account
Please see this announcement for the full details: Calling all BEAM Bloggers!
This thread exists to aggregate learning resources about Elixir.
Feel free to add links to blog posts, articles, screencasts, etc. to the Wiki (this post) as well as in a new post in the thread (so everyone else is alerted as well)
Introductions to Elixir
Elixir - First steps · trydis
The Elixir of Concurrency
Thoughts on ElixirConf 2016
Why we choose Elixir as the main technology for our startup?
Elixir in comparison to
Functional Programming is not weird: you just need some new patterns — Medium
Why I’m betting on Elixir — Medium
How Elixir’s Ecto differs from Ruby’s ActiveRecord
Why We Choose Elixir To Power Our SMS Infrastructure - PortaText
Elixir: The most Object-Oriented Language
Two million web servers
Beyond functional programming with Elixir and Erlang
Data Structures
Elixir Arc with a single module
Design Patterns
CQRS with Elixir and Phoenix
The Most Object-Oriented Language
Concurrency & OTP
Introduction to Elixir Processes
Ramblings of a Geek: Let’s Build Something: Elixir, Part 1 - A Simple GenServer
Ramblings of a Geek: Let’s Build Something: Elixir, Part 2 - Supervising Our GenServer
Understanding State with Elixir Agents — Automated Solutions
Pub/Sub in 30 Lines of Elixir — NoRedInk Tech
Creating Elixir libraries as OTP applications
Understanding Exit Signals in Erlang/Elixir
Pi Calculation with Elixir
:ets
Taming :ets for High-Performance Software
Metaprogramming/Macros
Getting Started with Elixir Metaprogramming
The Erlangelist - Understanding Macros
Testing
Ramblings of a Geek: Let’s Build Something: Elixir, Part 3 - Getting Started with ExUnit for Testing
Ramblings of a Geek: Let’s Build Something: Elixir, Part 4 - Better Tests, TypeSpecs, and Docs
Debugging
Debugging techniques in Elixir « Plataformatec Blog
How to trace Elixir nodes with Erlyberly « Plataformatec Blog
Elixir+Elm
note: We have a special place for Elm-related resources here.
Are Elixir and Elm the Perfect Couple?
Tomasz Kowal - Elixir and Elm - the perfect couple (Lambda Days 2016) - YouTube
Elixir Internals
Elixir RAM and the Template of Doom
The Erlang Garbage Collector
Web
note: We have a special place for Phoenix-related resources here.
Simple Web Servers with Plug and Cowboy
Ways to use Elixirscript Today
Ecto - the Past, the Present, the Future
Increasing SSL Security in Erlang/Elixir
Elixir Application with Ecto “Mix Elixir project with Ecto” @prio_mahabub
Artificial Intelligence
Coding A.I. Techniques in Elixir: The Generate and Test Algorithm — Automating The Future
Mix
Elixir 1.1 mix profile.fprof command
Ecto
How to use data spanning multiple data sources in Elixir
Deployment
How Honeybadger Uses Elixir To Monitor Heroku
Continuous Delivery for Elixir, Part 1: Introduction
Integration with 3rd party applications
Building a bot for Facebook Messenger, using Elixir
Setting up simple Live Chat in a Phoenix project using Planga
Short Tips
HMAC in Elixir and Python · My Random Thoughts
TIL: Elixir can pattern match at multiple depths in a single statement
Using Functions in Elixir Guard Clauses
Types
Type Checking in Elixir
Type-checking and spec-testing with TypeCheck