Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/interests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 10 additions & 2 deletions src/data/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
Loading