--- layout: default title: Talks meta: description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' use: [talks, posts] ---
I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. If you would like to me to speak at your group or conference, please get in touch.
There is also information about events that I’ve attended and spoken at on my Lanyrd and Joind.in profiles.
{% set events = [] %} {% for talk in data.talks %} {% for event in talk.events %} {% set event = event|merge({ talk: talk })|merge(site.talks_events[event.id]) %} {% set events = events|merge([event]) %} {% endfor %} {% endfor %} {% include "talks-table" with { events: events, show_talk: true, reverse_order: true } %}