This is a list of talks I have given to conferences & meetups; if you'd like me to speak at your event, just get in touch.

Gatsby: Under the Hood

MAR '18

Gatsby has built on the ideas of previous generations of static generators to provide a truly flexible system for baking out static sites.

In this talk, I will take you under the hood to see how Gatsby’s architecture lets you break free of the constraints you’re used to; and how it utilises modern frontend tech such as React, Browser APIs & GraphQL to allow you to build a truly custom solution.

How I learned to stop worrying and love Hex.pm

FEB '16

Publishing a package in a lot of languages usually means bringing the kitchen sink; however, the Elixir ecosystem has made packaging a core concept to the language. Let's see what that means for us.

It covers: an explanation & the history of Hex.pm, the repository; the minimum steps required to make an Elixir package ready; the publishing step; generating docs with ex_doc and pushing them to Hexdocs; and some extra Hex, docs & packaging related tips.