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
`Developed a pipeline to scrape, clean, and model hierarchical data with Flask, supporting interactive visualizations via React and D3.js.`,
27
+
`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.`,
28
+
`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.`,
29
+
`Engineered a domain-specific chatbot with 85% accuracy, leveraging a PDF-trained algorithm, custom model trainer, and OpenAI's NLP API for multilingual responses.`
30
+
]
31
+
},
32
+
{
33
+
companyLogo: "/images/cactuscreatives.png",
34
+
companyName: "Cactus Creatives",
35
+
position: "Python Developer Intern",
36
+
period: "Summer 2023",
37
+
responsibilities: [
38
+
"Developed and maintained full-stack CMS in HTMX and Django, displaying real-time metrics.",
39
+
"Implemented a Python script to parse and migrate over 25k+ records from MySQL to PostgreSQL databases.",
40
+
"Optimized SQL queries in the client codebase to align with updated database schema and improve performance post-migration.",
41
+
"Analyzed large product usage datasets through linear/logistic regression and outlier detection, leading to over 25% client savings."
description: "Developed a full-stack web app with a Django/MySQL backend, HTML5/CSS3/jQuery frontend, RESTful API and real-time admin dashboard, optimizing game management by 45%.",
description: "Designed a low-rank approximation image compression algorithm with 25%+ size reduction, visualized using OpenCV/Pillow, and deployed an interactive Streamlit web app for real-time results.",
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.",
62
+
repo: true,
63
+
repoUrl: "https://github.com/steadyfall/RedWish"
64
+
},
65
+
{
66
+
title: "Chess (CS246 Final Project)",
67
+
description: "Developed a C++ chess engine, innovating three-way and four-way variants, and creating test suites and GUI in a Linux environment with CMake and XWindows.",
68
+
repo: false,
69
+
repoUrl: ""
70
+
},
71
+
{
72
+
title: "EcoWiz",
73
+
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.",
0 commit comments