
Bowen Han.
Full Stack Developer, Agentic
California, USA
Passionate full-stack engineer with 9+ years of experience building and shipping production web applications — from consumer-facing tools to distributed AI-powered backend systems. Specialized in React/Redux, TypeScript, Next.js, Python, and SQL/NoSQL databases, with a strong focus on clean architecture, responsive UI, and scalable API design. Recent work includes Pomometer, a serverless productivity app (Next.js + Cloudflare Workers + Google Tasks sync, hundreds of DAU), and Call Buddy, a real-time VOIP agent that autonomously handles phone calls using a VAD → ASR → LLM → TTS pipeline. Also contributed CUDA kernel optimizations merged into llama.cpp, improving inference throughput by 35%. Comfortable across the full stack — from pixel-perfect frontends to gRPC microservices and Kubernetes deployments. Passionate about building things that actually ship and get used.
const techStack: TechStack = {
devOps: [
'GitHub Actions',
'Kubernetes/Docker',
'Jenkins',
'Ansible',
'Terraform',
'CI/CD Pipelines',
],
frontend: [
'React/Redux',
'JavaScript',
'TypeScript',
'TailwindCSS',
'Astro',
'JQuery',
'Markdown',
'WordPress'
],
backend: [
'Django/Flask/FastAPI',
'Node.js/Express/NestJS',
'PostgreSQL',
'MySQL',
'S3 / CloudWatch / EC2 / Lambda / RDS / DynamoDB / ELB',
]
};
// Developer profile
const me: Developer = {
name: 'Bowen Han.',
skills: [
...techStack.devOps,
...techStack.backend,
...techStack.frontend
],
interests: [
'Open Source',
'AGENTS/LLM',
'GPU Computing',
'Performance',
'Networking'
]
};
// Contact function
const contact = (type: ContactType): string => {
switch (type) {
case 'github':
return 'https://github.com/bugparty';
case 'linkedIn':
return 'https://www.linkedin.com/in/bowmanhan';
case 'email':
return 'admin@0x1f0c.dev';
default:
return 'Send fax.';
}
};
Pomometer.com
Pomometer is the free Pomodoro timer and todo list app with operations logs and sync with google tasks.
Call Buddy
Call Buddy is a VOIP agent system frees you from waiting in the line for calls, it make calls and order goods, handle your inquiries.
Resume MCP Server
Resume MCP Server is a resume edit and render, RAG MCP server for job seekers and also for recruiters to manage candidates, it support resume parsing, resume generation, resume rendering and also provide a RAG searching interface for searching relevant skills/experience.
ChatGPT markdown Browser Extension
A browser extension that allows you to export your ChatGPT conversations in markdown format, making it easy to save and share your interactions with the AI.