| title | Latest Notes |
|---|---|
| description | Short notes on product, learnings, and ideas worth keeping. |
short notes, lessons learnt, tools explored, and occasional longer thoughts on product, technology, building things, and just life in general (yes, that includes poetry)
{% assign latest_posts = site.posts %} {% for post in latest_posts %}
{{ post.date | date: "%-d %B %Y" }}{% if post.categories and post.categories.size > 0 %} · {% for c in post.categories %}{{ c }}{% unless forloop.last %} / {% endunless %}{% endfor %}{% endif %}
{% if post.summary %}{{ post.summary }}
{% endif %} {% endfor %}