---
layout: default
title: Talks I've Given | On Technologies and Ideas
---
Talks I've Given
{% for category in site.categories %}
{% if category[0] == "speaking" %}
{% for posts in category %}
{% for post in posts %}
{% if post.title %}
{% if post.custom-link %}
{% else %}
{% endif %}
{{ post.excerpt | truncatewords:25 }}
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
{% endfor %}