--- 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.description %}
{{ post.description }}
{% endif %}
{% endfor %}