--- layout: default section: Posts title: APIs.json Rules summary: All of the posts since the beginning of time. description: nav: Posts sub: Archive ---
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 %}