2019-01-15 08:35:49 +00:00
---
layout: default
title: Articles
use: [posts]
---
2019-01-15 22:15:37 +00:00
<div class="spaced-y-10">
2019-05-20 19:40:13 +00:00
<header class="spaced-y-4">
<p class="lead">I enjoy writing articles, and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.</p>
<p class="lead">Here are some of my favourites.</p>
2019-01-15 22:21:35 +00:00
</header>
2019-01-15 22:15:37 +00:00
2019-01-15 22:21:35 +00:00
<div class="spaced-y-12">
2019-01-15 22:15:37 +00:00
{% for post in data .posts if post .promoted %}
2019-01-15 22:21:35 +00:00
<article>
2019-01-15 22:15:37 +00:00
{% include 'blog/post-summary' %}
2019-01-15 22:21:35 +00:00
</article>
2019-01-15 22:15:37 +00:00
{% endfor %}
</div>
2019-01-15 08:35:49 +00:00
2019-02-13 01:43:45 +00:00
<footer>
2019-03-09 22:45:55 +00:00
<p class="text-lg">Read the rest of my articles in the <a href="/articles/archive">archives</a>.</p>
2019-01-15 22:21:35 +00:00
</footer>
2019-01-15 08:35:49 +00:00
</div>