Last active
November 25, 2021 23:46
-
-
Save Henelik/6850e333d6b4fc6dbd14ae4cae4cb7dd to your computer and use it in GitHub Desktop.
Kelyn Crandall's resume (2021)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Kelyn Crandall", | |
"languages": [ | |
"Go", | |
"Python", | |
"Javascipt", | |
"C++", | |
"Java", | |
], | |
"skills": [ | |
"Docker", | |
"Kubernetes", | |
"Google Cloud Platform", | |
"Amazon Web Services", | |
"{{"Go templating" | serverSideRendering}}", | |
], | |
"experience": [ | |
{ | |
"title": "Software Developer", | |
"company": "CYDERES", | |
"employment_period": "Sep 2020 - Present", | |
"location": "Kansas City, MO", | |
"description": "Designed, wrote, debugged, deployed, and maintained Go software, reviewed co-worker's code, assisted in debugging with customers, and participated in an on-call rotation. Personal contributions include a peer-to-peer caching system, leaky-bucket rate limiting system, log templating system, and many API integrations.", | |
}, | |
{ | |
"title": "Software Developer", | |
"company": "qTrade", | |
"employment_period": "Oct 2019 - Feb 2020", | |
"location": "Lawrence, KS", | |
"description": "Developed, tested, and deployed a liquidity provider bot written in Python. Wrote tests and documentation for the qTrade REST API and Python client. Refactored and tested backend code written in Golang.", | |
}, | |
{ | |
"title": "Senior Software Developer", | |
"company": "AK Wizards", | |
"employment_period": "Dec 2017 - Oct 2019", | |
"location": "Overland Park, KS", | |
"description": "Co-designed and spearheaded development of the game Shooting Star Saga. Developed processes and pipelines to facilitate asset creation and address technical needs. Created automation and tools to expedite development.", | |
}, | |
], | |
"projects": [ | |
{ | |
"name": "yubaba.app", | |
"description": "AI-based name generator webapp, made with Golang and Bootstrap", | |
"url": "https://yubaba.app", | |
}, | |
{ | |
"name": "Tricaster", | |
"description": "a multithreaded raytracer, written in Golang", | |
"url": "https://github.com/Henelik/tricaster", | |
}, | |
{ | |
"name": "QuadtreeRenderer", | |
"description": "a desktop app which uses a novel algorithm to render fractals in real time, written in Python", | |
"url": "https://github.com/Henelik/QuadtreeRenderer", | |
}, | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment