{% block content %}

About Me

I'm Andrew Simonson, a fourth year 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.

{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125') }}

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", "Nginx", "Angular", "Flask", "Jinja", "Web Scraping", "Google API", "React", "Node.js", "ArcGIS", ]) }}

Timeline

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