Skills

Key skills that define my professional identity.

Let's build something amazing

app/api/agent/route.ts
TSX
// HiliosAI — AI Lead Capture Agent
import { anthropic } from '@ai-sdk/anthropic'
import { streamText, tool } from 'ai'
import { z } from 'zod'
export async function POST(req: Request) {
const { messages } = await req.json()
const result = streamText({
model: anthropic('claude-haiku-4-5'),
system: 'You are an AI sales agent for HiliosAI...',
messages,
tools: {
captureIntent: tool({
parameters: z.object({ email: z.string().email() }),
}),
},
})
return result.toDataStreamResponse()
}
https://home.hilios.ai/
Active
AI Sales & Landing Page Platform preview
  • Ready on http://localhost:3000
  • ✓ Compiled successfully in 1.2s

Experience

Professional journey and career timeline.

> git log --author "Phong Lee" --oneline

✓ 3 commits loaded

HiliosAI

Software Engineer

HiliosAIVietnam
2023 - Present

Core full-stack engineer driving AI-first product development across backend and frontend systems.

TypeScriptNode.js+7 more
LTV

Full-stack Web Developer

LTVNha Trang, Khanh Hoa, Vietnam
2022 - 2023

Full-stack engineer building scalable web applications with Vue.js, Node.js, and AWS.

Vue.jsNode.js+5 more
FPT Telecom

IT Support Technician

FPT TelecomNha Trang, Khanh Hoa, Vietnam
2021 - 2022

Experienced the real working environment in a corporate setting.

Let's build something together

Have a project in mind or looking for a software engineer? I'd love to hear from you.