{{ full_name }}

{{ role_pre }} / {{ role_post }}
{{ email }}|{{ phone }}|{{ location }}|{{ linkedin }}|{{ github }}
{% for metric in metrics %}
{{ metric.big }}{{ metric.suffix }}
{{ metric.lab }}
{% endfor %}

Summary

{{ summary }}

Skills & Tech

{% for row in skills %}
{{ row.cat }}
{{ row.tokens }}
{% endfor %}

Experience

{% for job in experience %}
{{ job.title }} {{ job.dates }}
{{ job.org }} {{ job.loc }}
    {% for bullet in job.bullets %}
  • {{ bullet }}
  • {% endfor %}
{% endfor %}

Education

{{ edu_school }}
{{ edu_degree }}
{{ edu_dates }}

Certifications

{% for cert in certifications %}{{ cert.name }} ({{ cert.year }}){% unless forloop.last %} ยท {% endunless %}{% endfor %}