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

Nguyen Pham

Workspace: Resume Visual 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 Framework", type: "Platform" },
  { name: "SEO Tool", type: "WordPress Plugin" },
  { name: "eVisa", type: "Management System" },
];
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  
3 const projects: Project[] = [
4 {
5 title: "MADE App (app.madelab.io)",
6 url: "nguyenpham.pro/work/made-app",
7 },
8 {
9 title: "madelab.io",
10 url: "nguyenpham.pro/work/made-framework",
11 },
12 {
13 title: "SEO Tool",
14 url: "seo.nguyenpham.pro",
15 },
16 {
17 title: "eVisa",
18 url: "nguyenpham.pro/work/evisa",
19 },
20 {
21 title: "Health Supply System",
22 url: "nguyenpham.pro/work/health-supply-manage",
23 },
24 {
25 title: "T-shirt Builder",
26 url: "nguyenpham.pro/work/t-shirt-builder",
27 },
28 {
29 title: "WordPress Customize Theme/Plugins",
30 url: "nguyenpham.pro/work/wp-customize-theme",
31 },
32 {
33 title: "nPlatform",
34 url: "github.com/baonguyenyam/nPlatform",
35 },
36 {
37 title: "Magazine",
38 url: "nguyenpham.pro/work/dangnho-com-magazine",
39 }
40 ];
41
UTF-8 · LF TypeScript 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