-
Using CircleCI 2.0 with Elixir and Phoenix
Making the most of CircleCI 2.0 to create an automated CI for Elixir tests
-
Debugging Mix Dependencies Locally
Elixir and Mix make it dead simple to debug dependencies.
-
Testing Redux: Async Action Creators
Async action creators are easier to test than you think.
-
Redux Architecture Guidelines
Describing patterns I use when building Redux apps.
-
Connect to Running Elixir Applications with IEx Remote Shell
Using the remsh option in IEX to connect to Elixir applications from the command line.
-
Streaming Data with Ecto
See how to efficiently stream large datasets from a database using Ecto's Repo.stream.
-
Nested Modules and Auto-Aliasing in Elixir
How Elixir handles compiling nested modules in the background.