You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/page.tsx
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ export default function Portfolio() {
13
13
companyLogo: "/images/cactuscreatives.png",
14
14
companyName: "Cactus Creatives",
15
15
position: "Software Developer Intern, Core",
16
-
period: "Summer 2024",
16
+
period: "May 2024 - August 2024",
17
17
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.`,
19
19
`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.`,
20
20
`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.`,
21
21
`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() {
25
25
companyLogo: "/images/cactuscreatives.png",
26
26
companyName: "Cactus Creatives",
27
27
position: "Python Developer Intern",
28
-
period: "Summer 2023",
28
+
period: "May 2023 - August 2023",
29
29
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.",
32
33
"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.",
34
35
]
35
36
}
36
37
]
@@ -49,10 +50,10 @@ export default function Portfolio() {
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.",
@@ -65,7 +66,13 @@ export default function Portfolio() {
65
66
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.",
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.",
0 commit comments