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
description: "A sleek, minimalistic and dynamic personal website built with React, TailwindCSS, Next.js and Framer Motion."
7
7
};
8
+
9
+
exportconstexperiencesArray=[
10
+
{
11
+
companyLogo: "/images/cactuscreatives.png",
12
+
companyName: "Cactus Creatives",
13
+
companyLink: "https://cactuscreatives.com/",
14
+
position: "Software Developer Intern, Core",
15
+
period: "May 2024 - August 2024",
16
+
responsibilities: [
17
+
`Developed an ETL pipeline for unstructured hierarchical data with Flask, supporting interactive visualizations via React and D3.js.`,
18
+
`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.`,
19
+
`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.`,
20
+
`Engineered a domain-specific chatbot with 85% accuracy, leveraging a PDF-trained algorithm, custom model trainer, and OpenAI's NLP API for multilingual responses.`
21
+
]
22
+
},
23
+
{
24
+
companyLogo: "/images/cactuscreatives.png",
25
+
companyName: "Cactus Creatives",
26
+
companyLink: "https://cactuscreatives.com/",
27
+
position: "Python Developer Intern",
28
+
period: "May 2023 - August 2023",
29
+
responsibilities: [
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.",
33
+
"Optimized SQL queries in the client codebase to align with updated database schema and improve performance post-migration.",
34
+
"Analyzed large product usage datasets through linear/logistic regression and outlier detection, leading to over 25% client savings.",
35
+
]
36
+
}
37
+
]
38
+
39
+
exportconstprojectsArray=[
40
+
{
41
+
title: "Trivivo",
42
+
description: "Crafted a feature-rich, dynamic quiz game platform with progressive difficulty levels, real-time analytics, and comprehensive admin tools, complemented by a secure API for question management and user engagement tracking.",
description: "Designed and deployed an advanced image compression algorithm achieving 25%+ size reduction, complemented by a real-time interactive web application for demonstrating compression quality and efficiency.",
description: "Developed a C++ chess engine with innovative multi-player variants and AI capabilities, employing advanced software design patterns and rigorous testing methodologies in a Linux environment.",
69
+
repo: false,
70
+
live: false,
71
+
techStack: [`C++`,`CMake`,`XQuartz`]
72
+
},
73
+
{
74
+
title: "EcoWiz",
75
+
description: "Engineered a full-stack application featuring a multimodal image classification system for garbage sorting, achieving 80% accuracy through advanced deep learning techniques.",
description: "Developed a comprehensive full-stack health application to streamline blood donation and transfusion processes, incorporating an AI-powered chatbot to enhance user engagement and accessibility.",
`Developed an ETL pipeline for unstructured hierarchical data with Flask, supporting interactive visualizations via React and D3.js.`,
22
-
`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.`,
23
-
`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.`,
24
-
`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
-
]
26
-
},
27
-
{
28
-
companyLogo: "/images/cactuscreatives.png",
29
-
companyName: "Cactus Creatives",
30
-
companyLink: "https://cactuscreatives.com/",
31
-
position: "Python Developer Intern",
32
-
period: "May 2023 - August 2023",
33
-
responsibilities: [
34
-
"Developed and maintained full-stack content management system in HTMX and Django, handling real-time metrics.",
35
-
"Designed REST APIs with Flask and REST Framework in production with 1000+ requests/day.",
36
-
"Implemented a Python script to parse and migrate over 25,000+ records from MySQL to PostgreSQL databases.",
37
-
"Optimized SQL queries in the client codebase to align with updated database schema and improve performance post-migration.",
38
-
"Analyzed large product usage datasets through linear/logistic regression and outlier detection, leading to over 25% client savings.",
39
-
]
40
-
}
41
-
]
42
-
43
-
constprojectsArray=[
44
-
{
45
-
title: "Trivivo",
46
-
description: "Crafted a feature-rich, dynamic quiz game platform with progressive difficulty levels, real-time analytics, and comprehensive admin tools, complemented by a secure API for question management and user engagement tracking.",
description: "Designed and deployed an advanced image compression algorithm achieving 25%+ size reduction, complemented by a real-time interactive web application for demonstrating compression quality and efficiency.",
description: "Developed a C++ chess engine with innovative multi-player variants and AI capabilities, employing advanced software design patterns and rigorous testing methodologies in a Linux environment.",
73
-
repo: false,
74
-
live: false,
75
-
techStack: [`C++`,`CMake`,`XQuartz`]
76
-
},
77
-
{
78
-
title: "EcoWiz",
79
-
description: "Engineered a full-stack application featuring a multimodal image classification system for garbage sorting, achieving 80% accuracy through advanced deep learning techniques.",
description: "Developed a comprehensive full-stack health application to streamline blood donation and transfusion processes, incorporating an AI-powered chatbot to enhance user engagement and accessibility.",
0 commit comments