diff --git a/public/defi-stablecoin.png b/public/defi-stablecoin.png
new file mode 100644
index 0000000..d0c4625
Binary files /dev/null and b/public/defi-stablecoin.png differ
diff --git a/public/dsa.jpg b/public/dsa.jpg
new file mode 100644
index 0000000..88582f5
Binary files /dev/null and b/public/dsa.jpg differ
diff --git a/public/erc20-token.png b/public/erc20-token.png
new file mode 100644
index 0000000..17455d3
Binary files /dev/null and b/public/erc20-token.png differ
diff --git a/public/gamestore.png b/public/gamestore.png
new file mode 100644
index 0000000..80c854d
Binary files /dev/null and b/public/gamestore.png differ
diff --git a/public/lotion.png b/public/lotion.png
new file mode 100644
index 0000000..112ce69
Binary files /dev/null and b/public/lotion.png differ
diff --git a/public/pug.png b/public/pug.png
new file mode 100644
index 0000000..18f0ae0
Binary files /dev/null and b/public/pug.png differ
diff --git a/public/pytorch.webp b/public/pytorch.webp
new file mode 100644
index 0000000..a0f5aad
Binary files /dev/null and b/public/pytorch.webp differ
diff --git a/public/ride-sharing.png b/public/ride-sharing.png
new file mode 100644
index 0000000..bd6e6d9
Binary files /dev/null and b/public/ride-sharing.png differ
diff --git a/src/data/resume.tsx b/src/data/resume.tsx
index a6b597d..6ffe5b0 100644
--- a/src/data/resume.tsx
+++ b/src/data/resume.tsx
@@ -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: ,
+ },
+ ],
+ 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: ,
+ },
+ ],
+ 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: ,
+ },
+ ],
+ 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: ,
+ },
+ ],
+ 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: ,
+ },
+ ],
+ 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: ,
+ },
+ ],
+ 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",
@@ -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: [
{
@@ -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: ,
+ },
+ {
+ type: "Source",
+ href: "https://github.com/Axeloooo/Ecommerce-API",
+ icon: ,
+ },
+ ],
+ 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",
],
@@ -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: ,
},
+ ],
+ 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: ,
},
+ {
+ type: "PyPi",
+ href: "https://pypi.org/project/LibCode/1.3.0/",
+ icon: ,
+ },
],
- image: "/game-heaven-logo.png",
+ image: "/dsa.jpg",
video: "",
},
],