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...

The Use-Case-Driven Guide to Essential JavaScript Array Methods

Some helpful tips and code snippets for JS array methods, categorized by use-case

Keep reading...

Avoiding phantom content on your S3 static site

In order to delete something, you need to actually delete it

Keep reading...