--- title: Home layout: default ---

Technology intrigues me. Pretty much any sort, but I enjoy web-oriented tech the most. I like innovating, technical challenges, and learning new concepts. This is a place to remember some of those experiences. Maybe you'll find something interesting.

{% for post in site.posts %}

{{ post.title }}

{% if post.tags|size %}
{% for tag in post.tags %}{% if forloop.index0 > 0 %} · {% endif %}{{ tag }}{% endfor %}
{% endif %}
{% endfor %}