diff --git a/src/data/interests.ts b/src/data/interests.ts index 948f505..37a7243 100644 --- a/src/data/interests.ts +++ b/src/data/interests.ts @@ -3,7 +3,7 @@ export const interests = [ title: 'Tech & AI', description: 'Building intelligent systems that solve real problems. Fascinated by the intersection of large language models, system design, and production engineering — especially the gap between demos and deployments that actually scale.', - tags: ['LLMs', 'System Architecture', 'MLOps', 'Prompt Engineering'], + tags: ['LLMs', 'System Architecture', 'Agentic Workflows', 'Software Engineering', 'DevOps'], }, { title: 'Entrepreneurship', diff --git a/src/data/projects.ts b/src/data/projects.ts index 0909431..46f866a 100644 --- a/src/data/projects.ts +++ b/src/data/projects.ts @@ -5,7 +5,7 @@ export const projects = [ title: 'NOCURA', description: 'Canadian PR application tool that analyzes employment documents against official IRCC NOC codes. Catches documentation gaps and duty mismatches before submission — reducing refusal risk for Express Entry applicants.', - chips: ['Next.js 14', 'FastAPI', 'Anthropic', 'Stripe'], + chips: ['Next.js 14', 'FastAPI', 'OpenAI', 'Stripe'], href: 'https://nocura.io', }, ] as const diff --git a/src/data/site.ts b/src/data/site.ts index 11fc089..ef7bb67 100644 --- a/src/data/site.ts +++ b/src/data/site.ts @@ -22,12 +22,20 @@ export const site = { techTags: [ 'Python', 'TypeScript', + 'C#', 'React', + 'Next.js', 'FastAPI', + 'Entity Framework', 'PostgreSQL', + 'Kafka', + 'Docker', + 'Terraform', 'AWS', - 'Next.js', - 'Anthropic SDK', + 'Azure', + 'OpenAI SDK', + 'LangChain', + 'LangGraph', ], aboutDetails: [ { label: 'Location', value: 'Toronto, ON · Canada' },