--- layout: page title: Presentations use: [presentations] ---

Since September 2012, I have given {{ get_presentation_count(data.presentations) }} public talks and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.

{% for presentation in data.presentations|sort((a, b) => a.events|last.date|date('U') > b.events|last.date|date('U') ? -1 : 1) %}

{{ presentation.title }}

{% if presentation.blocks.description %} {{ presentation.blocks.description|raw }} {% else %}

{{ presentation.description }}

{% endif %}
{% endfor %}