{% import "website/macros/chip.html" as chip %} {% extends "website/base.html" %} {% block content %}
Hi, my name is Gabriel Kaszewski, and I am a Bioinformatics student 🧬 and self-taught full-stack developer 💻.
I started coding when I was 11 🚀. I love solving problems and writing software 👨💻.
Currently, I am working as a Python Developer at digimonkeys.com 🐒. I am very passionate about Computer Science 💾.
Technologies
{% for technology in job.technologies %} {{ chip::chip(text=technology.name) }} {% endfor %}