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

{{title}} / {{date}}

{{description}}

{% endmacro %} {% macro project(link, label) %}
{{label}}
{% 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

{% call project("https://github.com/tristonarmstrong/SolarBatteryMonitorApi", "Solar Battery Monitor API")%} {% call project("https://github.com/tristonarmstrong/armstrong-editor", "Armstrong Editor")%} {% call project("https://github.com/tristonarmstrong/web-window-manager", "Web Window Manager")%} {% call project("https://github.com/tristonarmstrong/component-test-helper", "Component Test Helper")%} {% call project("https://github.com/tristonarmstrong/hive-dapp", "Hive DAPP")%} {% call project("https://github.com/tristonarmstrong/KivyTwistedInputCapture", "Kivy Twisted Input Capture")%} {% call project("https://github.com/tristonarmstrong/PlantMonitorNodeMCU", "Plant Monitor Node MCU")%} {% call project("https://github.com/tristonarmstrong/oppo_bdp_103_CLI", "Oppo BDP 103 CLI")%} {% call project("https://github.com/tristonarmstrong/sony_bravia_pro_display_mock_server", "Sony Bravia Pro Server")%} {% call project("https://github.com/tristonarmstrong/chat.io", "Chat IO")%} {% call project("https://github.com/tristonarmstrong/zipapp", "Zip Code Distance App")%} {% endblock %}