{% extends "base.html" %} {% block title %}Portfolio{% endblock %} {% macro link(link, value) %} {{value}} {% endmacro %} {% macro skill(link, label) %} {% call link(link, label) %} {% endmacro %} {% macro job(title, date, description) %}
{{description}}
Full Stack Software Developer {% call link("https://ventrahealth.com", "@VentraHealth") %}
I am a self taught Full Stack Software Developer with an unhealthy addiction to solving problems using code.
{% call skill("https://www.typescriptlang.org/docs/handbook/intro.html", "Typescript") %} | {% call skill("https://docs.python.org/3/", "Python") %} | {% call skill("https://doc.rust-lang.org/std/index.html", "Rust") %} | {% call skill("https://developer.mozilla.org/en-US/docs/Web/javascript#reference","Javascript") %}