---
layout: default
title: brendan mcdevitt
---
Blog Posts
{% for post in site.posts %}
{% unless post.title == 'posts index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}
Homelab Posts
{% for post in site.homelab %}
{% unless post.title == 'homelab index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}
Programming
{% for post in site.programming %}
{% unless post.title == 'programming index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}
Security Thoughts
{% for post in site.security %}
{% unless post.title == 'security index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}