A career spent building products. I'd love to help you build yours.
Senior engineering experience through focused consulting, AI workshops for your whole product team, and honest code reviews. No long-term contracts, just the help you need right now.
App.tsx
import { useState } from 'react';
export default function Hero() {
// Build things that scale
return (
<div className="awesome-ui">
Ready for production
</div>
);
}
server.ts
import Fastify from 'fastify';
const app = Fastify({ logger: true });
// High-performance routing
app.get('/api/health', async () => {
return { status: 'ok', ms: 0.2 };
});
Help your team work smarter with AI.
More and more teams are exploring AI across their workflows. My workshops help your entire team figure out where it genuinely improves their work and where it's just noise.
Explore workshopsServices
Technical Advisory
Architecture questions, hiring decisions, scaling pains. I've navigated all of it. Book a focused session and get straight answers.
Learn more →AI Workshops
Hands-on workshops for your whole product team. Engineers, designers, PMs. No slides, no hype.
Learn more →Code & Infrastructure Review
You shipped fast. Now you need someone to honestly tell you what's solid and what needs fixing.
Learn more →