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
Binary file added public/defi-stablecoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/dsa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/erc20-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gamestore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/lotion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pytorch.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ride-sharing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
228 changes: 206 additions & 22 deletions src/data/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,148 @@ export const DATA = {
},
],
projects: [
{
title: "DeFi Stablecoin",
href: "#",
dates: "Aug. 2025 - Sep. 2025",
active: true,
description:
"An decentralized stablecoin protocol with exogenous collateral (ETH & BTC), algorithmic minting, and USD pegged, inspired by MakerDAO",
technologies: ["Foundry", "Solidity", "OpenZeppelin", "Github Actions"],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/DeFi-Stablecoin",
icon: <Icons.github className="size-3" />,
},
],
image: "/defi-stablecoin.png",
video: "",
},
{
title: "Ride Sharing",
href: "#",
dates: "Jul. 2025 - Sep. 2025",
active: true,
description:
"Full-stack ride-sharing platform enabling users to request rides, match with drivers, and manage trips through scalable microservice architecture",
technologies: [
"Go",
"TypeScript",
"Vite",
"React",
"TailwindCSS",
"RabbitMQ",
"Docker",
"Kubernetes",
"GCP",
"Tilt",
"MongoDB",
"Jaeger",
"OpenTelemetry",
"gRPC",
"Stripe",
"Github Actions",
],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/Ride-Sharing",
icon: <Icons.github className="size-3" />,
},
],
image: "/ride-sharing.png",
video: "",
},
{
title: "NFT Collection",
href: "#",
dates: "Jul. 2025 - Aug. 2025",
active: true,
description:
"A collection of ERC-721 NFT smart contracts built with OpenZeppelin, deploying static and dynamic on-chain traits",
technologies: ["Foundry", "Solidity", "OpenZeppelin", "Github Actions"],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/NFT-Collection",
icon: <Icons.github className="size-3" />,
},
],
image: "/pug.png",
video: "",
},
{
title: "ERC20 Token",
href: "#",
dates: "Jul. 2025 - Aug. 2025",
active: true,
description:
"An ERC-20 token smart contract built with OpenZeppelin, deploying Axel Token (AXL)",
technologies: ["Foundry", "Solidity", "OpenZeppelin", "Github Actions"],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/ERC20-Token",
icon: <Icons.github className="size-3" />,
},
],
image: "/erc20-token.png",
video: "",
},
{
title: "GameStore",
href: "#",
dates: "Mar. 2025 - Jun. 2025",
active: true,
description:
"Full-stack video game store enabling users to browse, search, and purchase titles through a responsive, user-friendly web interface",
technologies: [
".NET",
"C#",
"Vite",
"React",
"TypeScript",
"TailwindCSS",
"Keycloak",
"MySQL",
"Docker",
],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/GameStore",
icon: <Icons.github className="size-3" />,
},
],
image: "/gamestore.png",
video: "",
},
{
title: "PyTorch",
href: "#",
dates: "Mar. 2025 - May. 2025",
active: true,
description:
"Collection of deep learning workflows in PyTorch, from fundamentals and classification to transfer learning and experiment tracking",
technologies: ["Python", "PyTorch", "Google Colab"],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/PyTorch",
icon: <Icons.github className="size-3" />,
},
],
image: "/pytorch.webp",
video: "",
},
{
title: "ChoreShare",
href: "#",
dates: "Jan. 2024 - Apr. 2024",
active: true,
description:
"A cross-platform application for household roommates to coordinate tasks.",
"A cross-platform application for household roommates to coordinate tasks",
technologies: [
"GCP",
"Terraform",
Expand Down Expand Up @@ -252,7 +387,7 @@ export const DATA = {
dates: "Dec. 2023 - Jan. 2024",
active: true,
description:
"A simple note-taking mobile app designed for capturing important ideas and reminders.",
"A simple note-taking mobile app designed for capturing important ideas and reminders",
technologies: ["Flutter", "Dart", "Firebase", "SQLite", "Github Actions"],
links: [
{
Expand All @@ -264,22 +399,59 @@ export const DATA = {
image: "/mynotes-logo.png",
video: "",
},
{
title: "Game Heaven",
href: "#",
dates: "Jan. 2023 - Aug. 2023",
active: true,
description:
"Developed an AI Customer Support Chatbot which automatically responds to customer support tickets using the latest GPT models",
technologies: [
"Vite",
"React",
"TypeScript",
"TailwindCSS",
"Express",
"Node.js",
"Javascript",
"MongoDB",
"Github Actions",
"Stripe",
"Netlify",
"Railway",
],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/Ecommerce-Client",
icon: <Icons.github className="size-3" />,
},
{
type: "Source",
href: "https://github.com/Axeloooo/Ecommerce-API",
icon: <Icons.github className="size-3" />,
},
],
image: "/game-heaven-logo.png",
video: "",
},
{
title: "The Last Show",
href: "#",
dates: "Jan. 2023 - Apr. 2023",
dates: "Mar. 2023 - Apr. 2023",
active: true,
description:
"A serverless web app that automatically generates personalized obituaries for people.",
"A serverless web app that automatically generates personalized obituaries for people",
technologies: [
"Terraform",
"React",
"Javascript",
"Cloudinary",
"DynamoDB",
"Python",
"AWS DynamoDB",
"AWS Lambda",
"AWS Polly",
"AWS Secrets Manager",
"OpenAI",
"Netlify",
],
Expand All @@ -294,39 +466,51 @@ export const DATA = {
video: "",
},
{
title: "Game Heaven",
title: "Lotion Plus",
href: "#",
dates: "Jan. 2023 - Aug. 2023",
dates: "Feb. 2023 - Mar. 2023",
active: true,
description:
"Developed an AI Customer Support Chatbot which automatically responds to customer support tickets using the latest GPT models.",
description: "A Serverless Notes App",
technologies: [
"Vite",
"React",
"TypeScript",
"TailwindCSS",
"Express",
"Node.js",
"Javascript",
"MongoDB",
"Github Actions",
"Stripe",
"JavaScript",
"Python",
"AWS Lambda",
"AWS DynamoDB",
"Terraform",
"GitHub Actions",
"Netlify",
"Railway",
],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/Ecommerce-Client",
href: "https://github.com/Axeloooo/Lotion-Plus",
icon: <Icons.github className="size-3" />,
},
],
image: "/lotion.png",
video: "",
},
{
title: "LibCode",
href: "#",
dates: "Mar. 2023 - Apr. 2023",
active: true,
description: "A Data Structures and Algorithms Library Published in PyPi",
technologies: ["Python", "PyTest", "PyPi", "GitHub Actions"],
links: [
{
type: "Source",
href: "https://github.com/Axeloooo/Ecommerce-API",
href: "https://github.com/Axeloooo/Ecommerce-Client",
icon: <Icons.github className="size-3" />,
},
{
type: "PyPi",
href: "https://pypi.org/project/LibCode/1.3.0/",
icon: <Icons.globe className="size-3" />,
},
],
image: "/game-heaven-logo.png",
image: "/dsa.jpg",
video: "",
},
],
Expand Down