Become a member
Sign in
Aaron
Aaron

Aaron

Editor of everydayhero engineering
12 Following
99 Followers
  • Profile
  • Claps
  • Responses

Latest

Aaron
Aaron in everydayhero engineering
Oct 10, 2017 · 10 min read

Create an Elixir Phoenix API — Part 2— Generate an API Swagger Specification

<< Part 1 — Initial Barebones Setup

Welcome back! This time we’ll focus on how to generate and surface our API’s documentation, adding a route to help explore, and update…

160

2 responses
Aaron
Aaron
Aug 22, 2017 · 7 min read

Creating Lenses in Elixir

This is the first article on my own medium site, so welcome! The articles I write here will be for my own learnings/discussions and will be a bit rougher but I hope people find them useful.

169

Aaron
Aaron in everydayhero engineering
Mar 27, 2017 · 10 min read

Create an Elixir Phoenix API — Part 1 — Initial Barebones Setup

When getting started with Elixir and Phoenix there is plenty of help online with setting up a Phoenix app with the local HTML and JavaScript stack but few that focus on a pure API. I know that when I start learning a new…

555

6 responses
Aaron
Aaron in everydayhero engineering
Jan 18, 2017 · 5 min read

Unit Testing Higher Order Functions in Elixir

So one question we’ve had with regards to Elixir unit testing is “how do we test functions which take functions as arguments?” This article aims to illustrate the approach we’ve adopted that doesn’t require mocks, stubs, spies or any library other…

18