Skills Demonstrated Through Projects
- Full Stack Development: Engineered web applications using Python (Flask), MySQL, and HTML/CSS.
- System Administration: Configured Active Directory, Domain Controllers, and Group Policies (GPO) in a Proxmox environment.
- Database Management: Integrated MySQL databases for user authentication and transaction tracking.
- Frontend Design: Created responsive, user-friendly interfaces using Bootstrap and modern Web Design principles.
- OS Deployment & Compliance: Managed cross-platform upgrades (Windows/Ubuntu) to bring devices into compliance with security policies.
- Cloud Infrastructure & Deployment: Deployed a full-stack application to an AWS EC2 instance, configuring Linux environments, and security groups.
- IT Asset Management: Executed high-volume inventory audits (1500+ devices) using inventory management to ensure data accuracy.
- Version Control: Utilized Git and GitHub for source code management and project documentation.
Inventory Audit
Role: Lead Auditor | Duration: Summer 2023, 2024, & 2025
Executed a comprehensive IT inventory audit of 1500+ devices (Computers, Servers, Monitors, Printers, and Other High Expense Equipment) using Airtable for tracking and validation, improving device location and ownership data accuracy for audit and security compliance.
Windows 10/ Ubuntu System Upgrades
Role: Lead Deployment Technician | Duration: 2022-Present
Led the OS compliance project for department, successfully upgrading 100+ devices from end-of-life OS (Windows 10/Ubuntu 20) to compliant versions, reducing security risk and bringing computers within compliamce of ASU's policies.
Windows Server Homelab
Role: Student Learner | Duration: 2025
Set up a complete Active Directory environment in a virtual lab, including domain controllers, group policies, and user management. I used concepts and principles I have learned from my Information Technology classes and from work experience to showcase my knowledge in operating systems and Active Directory administration.
Personal Portfolio Website
Role: Developer | Duration: 2024
Created a responsive portfolio website using HTML, CSS, and Bootstrap to showcase my technical skills and resume. Implemented modern web design principles learned through coursework, This includes using bootstrap to handle the frontend and github for version control
Academic Projects
IFT Capstone Project
Course: Information Technology Capstone | Year: Fall 2025
Developed a full stack web application to simulate real time stock trading. Engineered the back end with Python and Flask. Integrated with MySQL database for user credentials and transaction history. Designed a responsive interface using HTML, CSS, and Bootstrap. Implemented GIT for version control. The application was deployed to a production-like environment using AWS EC2. This involved provisioning an Ubuntu instance and configuring a Security Group to manage inbound traffic, explicitly allowing SSH (port 22) and the Flask application port 5000. The codebase was cloned via Git, dependencies were installed, and the app was executed using flask run --host=0.0.0.0 --port=5000.