{% extends "base.html" %} {% block title %}Portfolio{% endblock %} {% macro skill(link, label)%} {{label}} {% endmacro %} {% macro job(title, date, description)%}

{{title}} / {{date}}

{{description}}

{% endmacro %} {% block content %}

Triston Armstrong 🫰

Full Stack Software Developer @VentraHealth

I am a self taught Full Stack Software Developer with an unhealthy addiction to solving problems using code.

🤹 Skills

{% 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") %}

💼 Jobs

{% call job("Ventra Health","May '23 - Present","Maintaining and iterating on an internal web application") %} {% call job("Randstad Technologies", "May '22 - May '23", "Built Web Applications for external clients") %} {% call job("Damiano Global Corporation", "July '20 - Nov. '21", "Built Web Applications for external clients") %} {% call job("Makers Ladder LLC", "Dec. '19 - Apr. '22", "Did some thangs") %}

🚧 Projects

Solar Battery Monitor API | Armstrong Editor | Web Window Manager | Component Test Helper | Hive DAPP | Kivy Twisted Input Capture | Plant Monitor Node MCU | Oppo BDP 103 CLI | Sony Bravia Pro Server | Chat IO | Zip Code Distance App

{% endblock %}