diff --git a/public/Resume.pdf b/public/Resume.pdf index db9c505..0b9234b 100644 Binary files a/public/Resume.pdf and b/public/Resume.pdf differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 1edac89..197e0f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,15 +49,38 @@ export default function Page() { +
+
+ +

Education

+
+ {DATA.education.map((education, id) => ( + + + + ))} +
+
- +

Work Experience

{DATA.work.map((work, id) => (
-
+
- -

Education

+ +

Research Experience

- {DATA.education.map((education, id) => ( + {DATA.research.map((research, id) => ( + + ))} +
+
+
+
+ +

Leadership Experience

+
+ {DATA.leadership.map((leadership, id) => ( + + ))} @@ -99,12 +149,12 @@ export default function Page() {
- +

Skills

{DATA.skills.map((skill, id) => ( - + {skill} ))} @@ -113,7 +163,7 @@ export default function Page() {
- +
@@ -134,7 +184,7 @@ export default function Page() { {DATA.projects.map((project, id) => (
- +
@@ -172,12 +222,12 @@ export default function Page() {
- +
    {DATA.certificates.map((project, id) => (
    - +
    Contact diff --git a/src/data/resume.tsx b/src/data/resume.tsx index 4528a02..2ee72ce 100644 --- a/src/data/resume.tsx +++ b/src/data/resume.tsx @@ -105,18 +105,6 @@ export const DATA = { }, }, work: [ - { - company: "University of Calgary", - href: "https://schulich.ucalgary.ca/", - badges: [], - location: "Calgary, Alberta", - title: "Undergraduate Researcher", - logoUrl: "/ucalgary-logo.jpeg", - start: "Sep. 2025", - end: "Present", - description: - "Designed and implemented a cross-chain data marketplace enabling trustless dataset listing, semantic discovery, and purchase using LLM-based embeddings, smart contracts, and IPFS, with privacy-preserving encrypted data vending and on-chain cryptographic integrity across Ethereum and Solana.", - }, { company: "Microsoft", href: "https://www.microsoft.com/en-ca/", @@ -129,18 +117,6 @@ export const DATA = { description: "Built a custom CUDA all-reduce (TRT plugin) on H200s with NVLink/P2P fallback; optimized GPU comms/GEMM and integrated research into production experiments.", }, - // { - // company: "Agrivanna", - // href: "https://www.agrivanna.com/", - // badges: [], - // location: "Calgary, Alberta", - // title: "Full Stack Engineer Part-Time", - // logoUrl: "/agrivanna-logo.jpeg", - // start: "Sep. 2024", - // end: "Apr. 2025", - // description: - // "Shipped Go/Java microservices and ML features (scikit-learn + PyTorch) for personalized health; deployed FastAPI on Kubernetes and mentored teammates on Docker/K8s.", - // }, { company: "Aptum", href: "https://aptum.com/", @@ -153,30 +129,6 @@ export const DATA = { description: "Scaled Kubernetes infra with Terraform/Helm and Jenkins CI, doubling throughput; migrated a monolith to gRPC microservices (Java/Spring/MySQL) with a 66% perf lift.", }, - // { - // company: "Student Energy UCalgary", - // badges: [], - // href: "https://studentenergyuofc.org/", - // location: "Calgary, Alberta", - // title: "Vice-President Software Development", - // logoUrl: "/seuc-logo.png", - // start: "Sep. 2023", - // end: "Apr. 2024", - // description: - // "Launched a Next.js/TypeScript news app (+70% engagement) and automated AWS infra with Terraform + GitHub Actions; led hiring and set engineering standards.", - // }, - // { - // company: "ReThread", - // badges: [], - // href: "#", - // location: "Calgary, Alberta", - // title: "Backend Engineer Part-Time", - // logoUrl: "/rethread-logo.png", - // start: "Sep. 2023", - // end: "Apr. 2024", - // description: - // "Designed TypeScript/Express microservices with Redis caching on AWS/Kubernetes; prototyped a PyTorch CNN for fabric classification and set CI/code-review practices.", - // }, { company: "Sigma Foodservice", href: "https://www.sigma-alimentos.com/en/", @@ -189,18 +141,70 @@ export const DATA = { description: "Integrated Copomex API in .NET/C# for 10k+ locations (↑ address accuracy 80%); added Playwright E2E + Jenkins to slash QA time and speed deployments.", }, - // { - // company: "Bandist", - // href: "#", - // badges: [], - // location: "Calgary, AB", - // title: "Frontend Engineer Part-Time", - // logoUrl: "/bandist-logo.png", - // start: "Sep. 2022", - // end: "Apr. 2023", - // description: - // "Connected Django app to Ticketmaster/Spotify, cut costs 20%, and managed PostgreSQL/GCP for 10k+ MAU; shipped a Flutter mobile app with 99.95% uptime on Firebase.", - // }, + ], + research: [ + { + company: "University of Calgary", + href: "https://schulich.ucalgary.ca/", + badges: [], + location: "Calgary, Alberta", + title: "Undergraduate Researcher", + logoUrl: "/ucalgary-logo.jpeg", + start: "Sep. 2025", + end: "Present", + description: + "Designed and implemented a cross-chain data marketplace enabling trustless dataset listing, semantic discovery, and purchase using LLM-based embeddings, smart contracts, and IPFS, with privacy-preserving encrypted data vending and on-chain cryptographic integrity across Ethereum and Solana.", + }, + ], + leadership: [ + { + company: "Agrivanna", + href: "https://www.agrivanna.com/", + badges: [], + location: "Calgary, Alberta", + title: "Full Stack Engineer Part-Time", + logoUrl: "/agrivanna-logo.jpeg", + start: "Sep. 2024", + end: "Apr. 2025", + description: + "Shipped Go/Java microservices and ML features (scikit-learn + PyTorch) for personalized health; deployed FastAPI on Kubernetes and mentored teammates on Docker/K8s.", + }, + { + company: "Student Energy UCalgary", + badges: [], + href: "https://studentenergyuofc.org/", + location: "Calgary, Alberta", + title: "Vice-President Software Development", + logoUrl: "/seuc-logo.png", + start: "Sep. 2023", + end: "Apr. 2024", + description: + "Launched a Next.js/TypeScript news app (+70% engagement) and automated AWS infra with Terraform + GitHub Actions; led hiring and set engineering standards.", + }, + { + company: "ReThread", + badges: [], + href: "#", + location: "Calgary, Alberta", + title: "Backend Engineer Part-Time", + logoUrl: "/rethread-logo.png", + start: "Sep. 2023", + end: "Apr. 2024", + description: + "Designed TypeScript/Express microservices with Redis caching on AWS/Kubernetes; prototyped a PyTorch CNN for fabric classification and set CI/code-review practices.", + }, + { + company: "Bandist", + href: "#", + badges: [], + location: "Calgary, AB", + title: "Frontend Engineer Part-Time", + logoUrl: "/bandist-logo.png", + start: "Sep. 2022", + end: "Apr. 2023", + description: + "Connected Django app to Ticketmaster/Spotify, cut costs 20%, and managed PostgreSQL/GCP for 10k+ MAU; shipped a Flutter mobile app with 99.95% uptime on Firebase.", + }, ], education: [ // {