Skip to content

Curriculum vitae

TL;DR You’re viewing my expanded curriculum vitae / résumé. If you’re looking for a summative CV in PDF form, click here.

Table of contents

Open Table of contents

Bio

Kurt Medley is a Computer Science graduate and a full-stack engineer with over 10 years of industry experience. He has exceptional analytical skills and excels at solving complex problems using a combination of industry-standard and innovative technologies. As the lead on numerous high-profile projects for major retail corporations, Kurt ensures the delivery of optimized, resilient, and thoroughly tested software.


Education

The Evergreen State College

B.Sc in Computer Science

Awarded: 2013

South Puget Sound Community College

AA in Music Theory and Composition

Awarded: 2009


Industry achievements

I would like to share some industry achievements that I am proud of.

I introduced Vite, Vitest, and Vue 3 at REI

When Vue 2 was announced as end-of-life (EOL), our development platform was not equipped to upgrade to Vue 3. Initially, we tried to update the individual dependencies of our custom tools, but we faced numerous technical challenges. I created a proof of concept that replaced our existing tools with Vite and Vitest. Additionally, I updated our back-end library to integrate Vite-compiled assets and rewrote our server-rendering solution for Vue to support Vue 3. This new approach was adopted by all product engineering teams at REI. You can read the complete story here.

I revamped the REI Adventures website using Vue

When I joined REI, my team and I rewrote the REI Adventures property using Vue. We eliminated several overlapping frameworks, transferred functional requirements from legacy code, and created new user journeys.

I introduced TypeScript to the Front-End Development community at REI

After attending VueConf 2023, I became convinced that our front-end ecosystem would greatly benefit from migrating to TypeScript. We aimed to enhance application resilience and improve developer productivity through strict typing. After discussing this with our larger front-end community, our team began the transition to TypeScript. We converted our standard microsite and tools to TypeScript. With a validated functional example, we created documentation and guided the adoption of TypeScript at REI.

I rewrote the analytics library for REI using TypeScript

After adopting TypeScript, I rewrote a legacy implementation of REI’s analytics library using Vite and Vitest. This involved carefully analyzing a substantial amount of code that I didn’t fully understand, and making informed decisions about creating a cohesive type interface. The introduction of TypeScript revealed underlying implementation issues that can now be addressed and corrected.

Standardized the process of scaffolding NPM packages at REI

I streamlined the process for creating new utility libraries, Vue components, and microsites by introducing an NPM initializer. This CLI tool provides a series of prompts that guide users through generating a new directory containing pre-defined code templates. These templates help developers avoid the tedious tasks of setting up build tools, managing package dependencies, and configuring CI/CD in GitLab. This tool is now the official method for creating new JavaScript and TypeScript-based code at REI.

I developed middleware to enable server-side rendering of Vue applications at REI

I developed an Express.js implementation using TypeScript that is responsible for server-rendering Vue applications within REI’s stack. This dockerized server operates alongside the main microsite, managing HTTP requests to render server bundles. It then sends the resulting HTML back to the primary microsite, where it is injected into our base templates.

I implemented modern front-end build tools at Costco

To modernize the entire Costco eCommerce front end, I proposed using Webpack and other technologies. This initiative enabled the delivery of modern compiled assets to customers and enhanced developer productivity.


Industry experience

Senior Software Engineer specializing in Front-end Platforms and Integrations at REI

Hybrid | April 2020 - Present

As a front-end platform engineer, I play a key role in developing various applications, libraries, build-tool plugins, and configurations used by all product engineering teams at REI. Our team focuses on researching and developing front-end patterns and evaluating technologies eventually adopted by the entire REI product engineering community.

In addition to this, we:

Senior Software Engineer specializing in Front-end Development at REI Adventures

Bellevue, WA | July 2019 - April 2020

I developed Vue applications and user interface components for REI’s Adventures property. My team and I rewrote the REI Adventures platform using Vue and decommissioned overlapping frameworks. We followed a standard Software Development Life Cycle (SDLC), utilizing agile methodologies and ceremonies. I collaborated closely with UX designers, product and program managers, business analysts, and stakeholders. Additionally, I participated in rotating on-call responsibilities.

Full-Stack Software Engineer III at Costco eCommerce

Issaquah, WA | July 2016 - July 2019

During my final position as a senior software engineer at Costco, I led several complex projects, including:

In addition to coding, I created timelines that aligned project requirements with stakeholder deadlines. I also managed teams of offshore contractors and provided mentorship to junior developers.

Full-Stack Software Engineer II at Costco eCommerce

Issaquah, WA | July 2014 - July 2016

As my time at Costco progressed, I took on more significant leadership roles, with a particularly noteworthy project being our responsive design initiative. Collaborating with business analysts, UX designers, stakeholders, quality assurance (QA) experts, and on-site and off-site consultants, my team and I successfully delivered a modern, responsive website. We utilized contemporary build tools like Webpack, employed SCSS for styling, and implemented Mocha for testing. By applying industry-standard tools and best practices, we transformed the previously chaotic environment of disorganized code into a well-structured and efficient system.

Full-Stack Software Engineer I at Costco eCommerce

Issaquah, WA | July 2013 - July 2014

After completing my internship, I was hired as a full-stack software engineer at Costco eCommerce. In this role, I collaborated with fellow engineers on various projects across the entire technology stack. I took on bi-weekly on-call responsibilities to address production issues, which involved working closely with our DevOps, Sterling OMS, and Networking teams. During this time, I:

Full-Stack Software Engineer Intern at Costco eCommerce

Issaquah, WA | April 2013 - July 2013

I began my software engineering career with an internship at Costco’s headquarters in Issaquah, WA. During this internship, I was part of the Costco eCommerce team and managed the websites costco.com and costco.ca. I gained valuable experience working with Costco’s extensive distributed architecture and became familiar with various IBM products, including WebSphere Commerce, DB2, and MQ.


Industry projects

Here is a selection of notable projects drawn from my industry experience.

Front-end

Full-stack

Vite plugins, utilities, and configurations

CI/CD