--- layout: default section: Posts title: APIs.json Rules summary: All of the posts since the beginning of time. description: nav: Posts sub: Archive ---
{% include services-api-evangelist.html %}
{% include services-partner.html %}

{{ page.title }}

Here is the complete list of everything I have written on API Evangelist since I started, back in 2010. If you want to browse by topic I recommend visiting each individual research area, and anything I've written on the topic should be there.

{% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture this_month %}{{ post.date | date: "%B" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} {% capture next_month %}{{ post.previous.date | date: "%B" }}{% endcapture %} {% if forloop.first %}

{{ this_month }} {{this_year}}

    {% endif %}
  • {{ post.title }}, {{ post.date | date: '%e %B, %Y' }}
  • {% if forloop.last %}
{% else %} {% if this_year != next_year %}

{{ next_month }} {{next_year}}

    {% else %} {% if this_month != next_month %}

{{ next_month }} {{next_year}}

    {% endif %} {% endif %} {% endif %} {% endfor %}