Projects

Things I've built, shipped, and learned from — from cloud infra to data pipelines.

🌐 Portfolio Site
✅ Complete

Personal portfolio built with vanilla HTML/CSS/JS and deployed to AWS S3 + CloudFront with a fully automated CI/CD pipeline via GitHub Actions.

HTML5 CSS3 JavaScript AWS S3 CloudFront GitHub Actions
Agile Workflow with Jira
✅ Complete

Integrated Jira into the portfolio development workflow. Created epics and tickets via the Jira REST API, managed sprints programmatically, and stored credentials securely using shell environment variables.

Jira REST API Agile Scrum zsh curl
📊 Web Analytics Implementation
✅ Complete

Implemented Google Tag Manager across a multi-page portfolio site and configured GA4 event tracking via GTM — enabling page view analytics, user behavior tracking, and real-time reporting without touching the source code per deployment.

Google Tag Manager GA4 JavaScript DataLayer
🔁 AWS Data Pipeline
🔄 In Progress

Serverless data ingestion pipeline using AWS Lambda and S3. Automates collection, transformation, and storage of structured data with CloudWatch monitoring.

Python AWS Lambda S3 CloudWatch IAM
🔐 Security Home Lab
🔮 Coming Soon

Home lab environment for practicing blue and red team techniques. Includes network traffic analysis, vulnerability scanning, and SIEM log monitoring.

Linux Kali Wireshark Splunk Nmap
📊 Python Analytics Dashboard
🔮 Coming Soon

Interactive data dashboard that pulls from a SQL database, processes with Pandas, and visualizes trends. Built to surface insights from raw datasets.

Python Pandas SQL Matplotlib Jupyter