---
title: "(Tech)notes"
layout: default
---
(Tech)notes
Documenting work-in-progress projects, learnings, and more.
{% assign posts_by_month = site.posts | group_by_exp: "post", "post.date | date: '%B %Y'" %}
{% for month in posts_by_month %}
{{ month.name }}
{% for post in month.items %}
-
{{ post.title }}
{% endfor %}
{% endfor %}