I'm a Fractional Software Architect with 20+ years of experience helping teams build and scale secure web and mobile platforms. I specialize in React, Node, DevOps, and regulated data systems (HIPAA, SOC2, EdTech). My work spans architecture, engineering, and technical leadership—turning chaos into clarity and getting products to market fast.
I’ve delivered critical platforms for companies like Houghton Mifflin Harcourt, Mozilla, isee.ai, and multiple healthtech startups—often joining during moments of scale, uncertainty, or velocity loss. I’m typically brought in to solve hard problems, build momentum, and ship clean outcomes. Once a system is stable and a team is set up for success, I often hand things off and move on to the next challenge. That’s led to a consistent rhythm of 12–24 month roles where I focus on impact, not tenure.
While I’ve led distributed engineering teams across continents, I stay deeply hands-on—building React/Node systems, optimizing CI/CD workflows, and mentoring developers through fast-moving transitions. I thrive where autonomy, technical depth, and delivery intersect.
Currently available for fractional or contract roles where progress matters.
🪐 Orbit-FX
Orbit-FX is a universal key-frame animator for the web; capable of beautiful, smooth animations, with programmable hooks for user interactions.
Click these images below to launch the demos: (best viewed in Chrome)
3D CSS DOM Animations Layered CSS and SVG Filters Animated SVG Video Filters
- ⚛️ React Workspaces Playground - Zero Config React Monorepos with Yarn Workspaces, Lerna and Storybook.
- 🏁 Markserv - Serve markdown as html (GitHub style), index directories, live-reload as you edit.
- 💲 Bitcoin Chart Scraper - Scape the entire history of BitStamp's Bitcoin charts.
- 💾 Dvorak Programmers Tutorial - An Interactive cli tutorial for Programmers Dvorak
- 🦅 Chromafi - CLI syntax highlighting: any function - any object - 176 languages.
- 🍀 Carlton Quadtree - An infinitely divisible quad tree implementation with visualizations.
- 🚀 Flight of The Navigator (Web GL) - HTML5 Demo for Mozzilla Conference 2010 (Web-GL, Web Audio, Canvas, Processing.JS)
- TypeScript?.. or JavaScript?
To draw an analogy, JavaScript is a jump-jet and TypeScript is an aircraft carrier; And even though TypeScript is safe, it’s still not safe enough to run a nuclear power plant.
- Roll Your Own Math - Sine and Cosine
For years I have been using JavaScript’s Math.sin() and Math.cos() to create games, animations and interactive graphs on the element. But how do Sine and Cosine work? I had to know…