--- title: Home layout: default tags: danny daniel berger dpb587 dbchip2000 ---

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 paginator.posts %}

{{ post.title }}

{% if post.description %}
{{ post.description }}
{% endif %}
{% endfor %} {% if paginator.next_page %}

more posts →

See the full list of {{ site.posts.size }} posts.
{% endif %}