Skip to main content

Turn complex code into
adoption-driving docs.

UW Certified Technical Writer. I bridge the gap between your engineering logic and your user's success.

The Transformation
// BEFORE: Confusion
{ "err_cd": 404, "msg": "u_nf" }

// AFTER: Clarity (My Work)
{
"error": {
"code": "USER_NOT_FOUND",
"message": "The user ID provided does not exist.",
"resolution": "Verify the ID in your dashboard."
}
}
UNIVERSITY OF WASHINGTON CERTIFIEDDOCUSAURUSOPENAPIPOSTMANGIT & GITHUBMARKDOWNUNIVERSITY OF WASHINGTON CERTIFIEDDOCUSAURUSOPENAPIPOSTMANGIT & GITHUBMARKDOWN

Documentation for every stakeholder

Select a role to see how I add value.

API Specs that Compile

I treat documentation as code. I write strict OpenAPI (Swagger) specs, implement CI/CD for docs, and ensure your "Time to Hello World" is under 5 minutes.

See API Samples