How to Use Head and Tail in Elixir

Learn about how head and tail work with linked lists and build a recursive clone of the filter function.

Keep reading...

How to include static assets in an Elixir application

Store and process text files, images, or whatever else you need

Keep reading...

Diving into the macros that make Phoenix controllers work

You’ve made a Phoenix controller before, but do you know how it actually works? Let’s explore some code together.

Keep reading...

How I built an NYT Spelling Bee solver with Elixir

Beating the fun out of games with brute force

Keep reading...

How to import a local module dependency in Elixir

Try out your local Elixir modules by importing them into other projects

Keep reading...

I published my first Elixir package to hex!

My adventures in publishing a word list package

Keep reading...

Reading the Elixir source code to learn how if blocks work

A practical way to learn about macros and control flow from the creators of the language

Keep reading...

Your first Elixir Project (Part 2)

Write more functions and learn to use pipes and type guards

Keep reading...

Does Elixir Have for Loops?

An exploration of looping constructs and alternatives in the Elixir programming language

Keep reading...

Your first Elixir Project (Part 1)

Learn to write simple elixir code and unit tests

Keep reading...