Hi Geocodio! You can check out my resume here
Design Engineer
Ryan Allen
Hi, friend!
I'm a designer who codes. For the past decade I've been turning complex operational workflows into software people actually enjoy using — most recently as the sole designer across a five-product K–12 transportation suite, from the Figma design system down to the production front-end.
Side projects
Self-checkout, compared
Guild
sketch.js
// code-as-art const c = canvas.getContext("2d"); function draw(t) { for (let i = 0; i < 240; i++) { const a = i * 0.1 + t; c.lineTo( 160 + 80 * Math.cos(a), 160 + 80 * Math.sin(a) ); } }





