Skip to content

Commit b7c6126

Browse files
committed
chore: update experience & projects
1 parent 5b000c4 commit b7c6126

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

src/app/page.tsx

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export default function Portfolio() {
1313
companyLogo: "/images/cactuscreatives.png",
1414
companyName: "Cactus Creatives",
1515
position: "Software Developer Intern, Core",
16-
period: "Summer 2024",
16+
period: "May 2024 - August 2024",
1717
responsibilities: [
18-
`Developed a pipeline to scrape, clean, and model hierarchical data with Flask, supporting interactive visualizations via React and D3.js.`,
18+
`Developed an ETL pipeline for unstructured hierarchical data with Flask, supporting interactive visualizations via React and D3.js.`,
1919
`Built a self-hosted uptime monitoring tool using Node.js, Axios for web & database monitoring, Redis for data storage, and Socket.IO for real-time websocket communication, with VPS deployment via Docker.`,
2020
`Designed multiple CI/CD pipelines using Github Actions to automate unit and integration testing with Jest and Cypress, deployment, and monitoring processes for the uptime monitoring tool.`,
2121
`Engineered a domain-specific chatbot with 85% accuracy, leveraging a PDF-trained algorithm, custom model trainer, and OpenAI's NLP API for multilingual responses.`
@@ -25,12 +25,13 @@ export default function Portfolio() {
2525
companyLogo: "/images/cactuscreatives.png",
2626
companyName: "Cactus Creatives",
2727
position: "Python Developer Intern",
28-
period: "Summer 2023",
28+
period: "May 2023 - August 2023",
2929
responsibilities: [
30-
"Developed and maintained full-stack CMS in HTMX and Django, displaying real-time metrics.",
31-
"Implemented a Python script to parse and migrate over 25k+ records from MySQL to PostgreSQL databases.",
30+
"Developed and maintained full-stack content management system in HTMX and Django, handling real-time metrics.",
31+
"Designed REST APIs with Flask and REST Framework in production with 1000+ requests/day.",
32+
"Implemented a Python script to parse and migrate over 25,000+ records from MySQL to PostgreSQL databases.",
3233
"Optimized SQL queries in the client codebase to align with updated database schema and improve performance post-migration.",
33-
"Analyzed large product usage datasets through linear/logistic regression and outlier detection, leading to over 25% client savings."
34+
"Analyzed large product usage datasets through linear/logistic regression and outlier detection, leading to over 25% client savings.",
3435
]
3536
}
3637
]
@@ -49,10 +50,10 @@ export default function Portfolio() {
4950
repoUrl: "https://github.com/steadyfall/svd-compression"
5051
},
5152
{
52-
title: "RedWish",
53-
description: "Developed a full-stack health app for blood donation accessibility with a Firebase backend, HTML5/CSS3/jQuery frontend, and integrated a chatbot using DialogFlow API to boost user engagement.",
53+
title: "Personal Website",
54+
description: "Built a modern, responsive personal website built in TypeScript with React, TailwindCSS and Next.js.",
5455
repo: true,
55-
repoUrl: "https://github.com/steadyfall/RedWish"
56+
repoUrl: "https://github.com/steadyfall/steadyfall.github.io.git"
5657
},
5758
{
5859
title: "Chess (CS246 Final Project)",
@@ -65,7 +66,13 @@ export default function Portfolio() {
6566
description: "Developed a full-stack garbage classification app with a React frontend, Flask backend, and an 80%-accurate multimodal model using ResNet-50 CNN and YOLOv8.",
6667
repo: true,
6768
repoUrl: "https://github.com/karman103/DeltaHacksX"
68-
}
69+
},
70+
{
71+
title: "RedWish",
72+
description: "Developed a full-stack health app for blood donation accessibility with a Firebase backend, HTML5/CSS3/jQuery frontend, and integrated a chatbot using DialogFlow API to boost user engagement.",
73+
repo: true,
74+
repoUrl: "https://github.com/steadyfall/RedWish"
75+
},
6976
]
7077

7178

0 commit comments

Comments
 (0)