Nguyen Pham avatar
Nguyen Pham
Fort Worth, Texas
Home
About
Poetry
Facebook
Work
Resume
Skills
Journey
Gallery
Contact
AI Assistant
Resume

Nguyen Pham

Workspace: ResumeVisual Mode
Explorer
~/resume-workspace
src/app/about/page.tsx
export default function AboutPage() {
  const profile = {
    name: "Nguyen Pham",
    role: "AI-Augmented Full-Stack Developer & AI Specialist",
    location: "Fort Worth, Texas - Open to relocation",
    delivery: "Solo engineer, team-scale output with AI",
  };

  return (
    <section>
      <p>Ship production systems end to end with AI as a force multiplier.</p>
      <p>DB architecture, auth, ORM, R2/S3, email, security, and DevOps.</p>
    </section>
  );
}
src/app/technical/page.tsx
export const technicalProfile = {
  frontend: ["React", "Next.js", "Astro", "TypeScript"],
  backend: ["Node.js", "NestJS", "Prisma", "Drizzle ORM"],
  database: ["PostgreSQL", "MySQL", "Vector DB"],
  auth: ["RBAC", "OAuth", "JWT", "API Security"],
  storage: ["Cloudflare R2", "AWS S3"],
  email: ["Resend", "Brevo", "SMTP"],
  ai: ["LLM", "RAG", "Fine-tuning", "GPU Servers", "MCP"],
  cloud: ["AWS", "Docker", "Kubernetes", "Vercel"],
};
src/app/routes/page-links.ts
export const pageLinks = [
  "/about",
  "/skill",
  "/resume",
  "/work",
  "/contact",
];
src/app/skills/page.tsx
const skills: string[] = [
  "AI-Augmented Development",
  "LLM / RAG / Fine-tuning",
  "Next.js",
  "React",
  "TypeScript",
  "Prisma / Drizzle ORM",
  "Auth & Security",
  "Cloudflare R2 / AWS S3",
  "Email Infrastructure",
  "DevOps & Scaling",
];

export default skills;
src/lib/experience.ts
export type ExperienceItem = {
  focus: string;
};

export const experience: ExperienceItem[] = [
  { focus: "Solo delivery of complex products with AI-augmented workflows" },
  { focus: "DB design, auth, ORM, storage, email, and API security" },
  { focus: "LLM integration, RAG pipelines, and GPU model training" },
  { focus: "Scaling, DevOps, and production operations" },
];
src/lib/database.ts
export const databaseConfig = {
  provider: "postgresql",
  orm: "prisma",
  url: process.env.DATABASE_URL,
  vectorStore: process.env.VECTOR_DB_URL,
  objectStorage: {
    r2: process.env.R2_BUCKET,
    s3: process.env.AWS_S3_BUCKET,
  },
};
src/types/project.ts
export interface Project {
  name: string;
  type: string;
}

export const featuredProjects: Project[] = [
  { name: "MADE Platform", type: "Multi-tenant SaaS" },
  { name: "MADE App", type: "Lab Operations Platform" },
  { name: "SEO Tool", type: "WordPress Plugin" },
];
package.json
{
  "name": "nguyen.app.com",
  "stack": ["NextJS", "React", "TypeScript", "TailwindCSS"],
  "scripts": {
    "dev": "next dev",
    "build": "next build"
  }
}
.env
RESEND_API=
DATABASE_URL=postgresql://user:password@localhost:5432/nguyen_app
R2_BUCKET=nguyen-assets
AWS_S3_BUCKET=nguyen-backups
GROQ_API_KEY=
PUBLIC_SITE_URL=https://nguyenpham.pro
1// key-projects — selected implementations
2 
3const projects: Project[] = [
4{
5title: "MADE Platform (platform.madelab.io)",
6url: "nguyenpham.pro/work/made-platform",
7},
8{
9title: "MADE App (app.madelab.io)",
10url: "nguyenpham.pro/work/made-app",
11},
12{
13title: "madelab.io",
14url: "nguyenpham.pro/work/made-framework",
15},
16{
17title: "SEO Tool",
18url: "seo.nguyenpham.pro",
19},
20{
21title: "eVisa",
22url: "nguyenpham.pro/work/evisa",
23},
24{
25title: "Health Supply System",
26url: "nguyenpham.pro/work/health-supply-manage",
27},
28{
29title: "T-shirt Builder",
30url: "nguyenpham.pro/work/t-shirt-builder",
31},
32{
33title: "WordPress Customize Theme/Plugins",
34url: "nguyenpham.pro/work/wp-customize-theme",
35},
36{
37title: "nPlatform",
38url: "github.com/baonguyenyam/nPlatform",
39},
40{
41title: "Magazine",
42url: "nguyenpham.pro/work/dangnho-com-magazine",
43}
44];
45
UTF-8 · LFTypeScript JSX
Terminal
$open "MADE Lab"
→https://madelab.io
$open "madeApp"
→https://app.madelab.io
$open "Keyworks Generator"
→https://seo.nguyenpham.pro
$open "T-Shirt Builder"
→https://nguyenpham.pro/demo/tshirt/
$open "IO Game"
→https://nguyenpham.pro/demo/iofinal/
$open "Weilion"
→https://nguyenpham.pro/demo/weilion/
$open "Worn & Faded"
→https://nguyenpham.pro/demo/wornandfaded/
$open "Company Profile"
→https://nguyenpham.pro/demo/lift/
$open "DFM Keller"
→https://dfm-keller.vercel.app/
$open "Restaurant"
→https://nguyenpham.pro/demo/Crawfish7/
$open "BuddhaLight"
→https://nguyenpham.pro/demo/buddhalight/
$open "Photographer"
→https://nguyenpham.pro/demo/Doi-Photo/
$
Explore
Skills