Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.74 KB

File metadata and controls

43 lines (38 loc) · 1.74 KB
layout default
title Front End Web Developer
image_header /img/portfolio.png
summary Remote front end developer with full stack experience specializing in React, NodeJS, Flask, and WordPress. Formerly a private pilot, avionics technician, and open source hardware developer. <br /><br />&bull; B.S. in Engineering Technology, 2009<br />&bull; M.Eng. in Electrical and Computer Engineering, 2013<br />&bull; ReactJS and Full Stack Nanodegrees from Udacity, 2018<br /><br />
showhidejs true
permalink /portfolio/

Portfolio

Show All Websites Hardware Software Talks

{% for proj in site.data.projects %}

{{ proj.year }} {% if proj.thumb == '' %} {%- else -%} {% endif -%}

{{ proj.title }}

{{ proj.desc }}

{% if proj.tags -%}

{{ proj.tags | join: ", " }}

{%- endif -%} {% if proj.urls %}
{% for url in proj.urls -%} {{ url.linktext }} {%- endfor %}
{%- endif %}
{% endfor %}