Projects
Personal Website
2023
- Created a statically rendered portfolio website using Astro, and Tailwind CSS.
- Took advantage of Astro's component-based structure to layout my portfolio in a consistent and easy to edit manner.
- Hosted on Netlify, using GitHub Actions as a CI/CD pipeline to automate building, testing, and distribution of the website via the Netlify CLI.
Astro
TailwindCSS
CI/CD
GitHub Actions
Netlify
Slack Tasks Bot
2023
- A Slack bot written in JavaScript to manage tasks in a Slack workplace, leveraging the Slack Bolt API.
- Supports assigning members to tasks, and sending messages to members asking to take on tasks.
- Uses SQLite as a backend database.
JavaScript
NodeJS
SQLite
Restaurant Review Website
2023
- A full stack application to view and review restaurants in College Park, MD, written in Python using Flask.
- Implements secure user management with CSRF safe forms and hashed passwords.
- Uses MongoDB as a backend database.
Python
Flask
MongoDB
Full Stack
Twitter (X) Data Analysis and Sentiment
2022
- Analyzed Elon Musk's Twitter (X) activity throughout 2022 and drew conclusions based on ML sentiment algorithms.
- Gathered data from Kaggle and using Twitter (X)'s API.
- Used Python and Pandas to compile CSV files and compute statistical equations.
Python
Pandas
Machine Learning
API