Learn Elixir in a Single Post: A Complete Elixir Tutorial from Pattern Matching and Pipes to OTP and Phoenix LiveView
A complete Elixir tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (iex, atoms, tuples, lists, maps, pattern matching as assignment, immutability), functions + pipe…
Read the full articleYou might also wanna read
Technical Analysis of Oban.py: Python Implementation of Elixir's Job Processing Framework
Oban, the job processing framework from Elixir, has finally come to Python. I spent some time exploring it, and here is how it works.
Elixir v1.19 Released with Enhanced Type System and 4x Faster Compilation
Elixir v1.19 released: type checking of protocols and anonymous functions, broader type inference, improved compile times, and more
Phoenix LiveView Tutorial: Getting Started
Learn how to build interactive, real-time web applications with Phoenix LiveView using Elixir and Phoenix. Get started with key components,
Elixir v1.20 introduces gradual type checking with set-theoretic types
From Elixir v1.20, every program is now gradually type checked in search for verified bugs and typing violations.
Integrating Elixir and Python Applications Using Oban's Job Queue
Using Oban to seamlessly exchange durable jobs between Elixir and Python applications through a shared PostgreSQL database.
Building a Production App with 150,000 Lines of AI-Generated Elixir Code: Lessons Learned
150,000 lines of production Elixir, written entirely by AI. What worked, what broke, and why Elixir is a great fit for AI coding agents like

Comments
Sign in to join the conversation.
No comments yet. Be the first.