Personal Portfolio Website

Built and deployed a responsive multi-page website using HTML and CSS. Designed navigation bar, footer, consistent layout across pages and deployed on Cloudflare Pages with GitHub source control.

Technologies: HTML, CSS, GitHub, Cloudflare Pages

Mechanic Shop SQL Database Project

Created SQL views to analyze jobs, parts, and costs; used JOINs and GROUP BY for summaries and explained ACID properties in a report.

Technologies: SQL, SQLite

Web Development Labs (PHP & CSV)

Built forms and order systems in PHP with price calculation and coupon handling. Stored data in CSV files, generated summaries, connected PHP to SQLite for product displays with search and pagination.

Technologies: PHP, CSV, SQLite