{% block content %}

About Me

I'm Andrew Simonson, a second year (third year standing) student at Rochester Institute of Technology in the Computer Science BS program, pursuing a career in data science with a focus on predictive analytics.

When I'm not in class, you can find me working on extra collaborative projects, building discord bots, playing chess, reading up on some recent geopolitical development, or haphazardly expanding my list of unusable, yet bizzarely wise quotes.

Skills

{% from 'partials/skills.html' import skills %} {{ skills([ "Python", "JavaScript", "Java", "C", "C++", "R", "MIPS Assembly", "Processing", "P5.js", "SQL", "SQLite", "PostgreSQL", "SQLAlchemy", "HTML", "CSS", "Docker", "LaTeX", "ArcGIS", "Git", "Github", "Linux", "OKD4", "Kubernetes", "Openshift", "Angular", "Flask", "Jinja", "DOM Scraping", "Google API", "React", "Node.js", "ArcGIS", ]) }}
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125') }}
{% from 'partials/timeline.html' import timeitem %} {% for i in var["timeline"] %} {{ timeitem(i, var["timeline"][i]["classes"], var["timeline"][i]["date"], var["timeline"][i]["content"])}} {% endfor %}
{% endblock %}