diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2025-07-07 23:31:55 -0400 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2025-07-07 23:31:55 -0400 |
| commit | 3b9e176942679127b60af3935e35ec0d26033041 (patch) | |
| tree | 87a5734111df36ccd9354559f208cbf708b6b67c | |
| parent | 8e85b9919dbf49ddc32473dfe706560aa67ac764 (diff) | |
add resume link
| -rw-r--r-- | static/resume.html | 99 | ||||
| -rw-r--r-- | static/templates.xsl | 1 |
2 files changed, 100 insertions, 0 deletions
diff --git a/static/resume.html b/static/resume.html new file mode 100644 index 0000000..fff96be --- /dev/null +++ b/static/resume.html @@ -0,0 +1,99 @@ +<p>EXPERIENCE</p> +<p>Scaled Agile, Inc April 2024-Present</p> +<p>Senior Software Engineer - Frontend</p> +<ul> +<li>Implemented marketing design/content updates via PHP on a Wordpress +platform</li> +<li>Developed custom Wordpress plugins and functionality (content +gating, gift links, redirection reports, custom API endpoints)</li> +<li>Planned and ensured software security notices were resolved in a +timely manner</li> +<li>Coordinated with external teams to advise and plan projects as well +as deliver and evaluate feedback</li> +<li>Implemented automated testing across team repositories (e2e, +integration, unit)</li> +</ul> +<p>Sabbatical December 2022-April 2024</p> +<p>Brief sabbatical – traveled, career exploration/advancement</p> +<p>Shutterstock.com November 2019-December 2022</p> +<p>Senior Software Engineer</p> +<ul> +<li><blockquote> +<p>Developed features and tooling and maintained Jenkins pipeline for +deployment of Shutterstock.com React/NextJS app, and internal/external +facing APIs and microservices (NodeJS, Typescript, Java, Groovy, PHP, +Python, Go, Perl): licensing, media processing, data ingress (marketing, +analytics, Snowflake, Kafka), AI/ML services, unit/e2e/integration +testing</p> +</blockquote></li> +<li><blockquote> +<p>Developed and upgraded new and legacy internal libraries and software +to ease development and debugging: reverse proxy to forward proxy, +common microservice components</p> +</blockquote></li> +<li><blockquote> +<p>Ensured API interfaces were standardized with Swagger/GraphQL access +and documentation</p> +</blockquote></li> +<li><blockquote> +<p>Led team to in rewrite of internal user-automation service</p> +</blockquote></li> +</ul> +<p>Roam & Wander/Inline May 2018-October 2019</p> +<p>Senior Software Engineer</p> +<ul> +<li><blockquote> +<p>Developed custom software for various clients and businesses using +Javascript, Go/Golang, Python, React (Roam & Wander)</p> +</blockquote></li> +<li><blockquote> +<p>Assisted in bug analysis, feature development, project planning, team +building for reservation software suite, as well as minor advisement of +systems rearchitecture, Python, Javascript/Node, React (Inline)</p> +</blockquote></li> +<li><blockquote> +<p>Led non-English speaking team on mapping and developing internal +financial pipeline/systems and Chargebee billing integration +(Inline)</p> +</blockquote></li> +</ul> +<blockquote> + +</blockquote> +<blockquote> + +</blockquote> +<p>Oracle – RightNow Technologies August 2015-November 2017</p> +<p>Bug Diagnostic Engineer – Lead</p> +<ul> +<li>Reverse engineered and consulted on implementation of custom code +integrations to determine if product defect or customer caused issue. +Debugged C# add-ins (based off WPF Add-in framework), Java, PHP, and +Python code (standard MVC components and event/cron scripts), Database +issues (MySQL, Apache Solr, WebLogic), and Javascript + HTML + CSS UI +modules, both customer-facing and internal</li> +<li>Worked with customers (UPS, DirectTV, Sony, etc) to engineer and +educate a custom solution that would fit their needs</li> +</ul> +<p>For more employment history (startups, side businesses, etc) before +2015, please reach out.</p> +<p>EDUCATION</p> +<p>Montana State University—Bozeman Fall 2007-Spring 2011</p> +<p>Business Management</p> +<p>SKILLS, SPECIALTIES, CERTIFICATIONS</p> +<ul> +<li><blockquote> +<p><strong>Strong:</strong> Software fullstack design, Python, PHP, +Javascript (Node, Typescript, React), Go, Java, SQL/NoSQL, Distributed +services, AWS, GraphQL, Jenkins/Circle CI/Github Actions, XML/XSLT, +HTML, CSS</p> +</blockquote></li> +<li><blockquote> +<p><strong>Knowledgeable: </strong>Kubernetes, Nginx, SMTP/IMAP, +Redis/Pubsub, PostgreSQL/MySQL, MongoDB, ElasticSearch, Git/Fossil, +Amazon Web Services, Django/Flask, Laravel, ExpressJS, Fiddler, SOAP, +Docker/Podman/LXC, ELK-stack, Open Street Map, +Jest/Cypress/Playwright/Puppeteer, Qt Framework, C++, C#, Ruby, Rust, +Google Cloud Platform (GCP), Azure</p> +</blockquote></li> +</ul> diff --git a/static/templates.xsl b/static/templates.xsl index 7d748a1..d4daf94 100644 --- a/static/templates.xsl +++ b/static/templates.xsl @@ -41,6 +41,7 @@ </aside> <nav id="external-navigation"> <ul> + <li><a target="_blank" href="/resume"><img class="icon" src="/icons/paperclip.svg#paperclip"></img></a></li> <li><a target="_blank" href="https://instagram.com/afk_comedy"><img class="icon" src="/icons/instagram.svg#instagram"></img></a></li> <li><a target="_blank" href="https://github.com/lgtmak"><img class="icon" src="/icons/github.svg#github"></img></a></li> </ul> |
