Excited to share my personal developer portfolio website! Built to showcase my engineering projects with a focus on rich aesthetics, smooth motion design, and high performance.
Key features:
Interactive 3D Motion: Smooth, responsive GSAP animations, 3D rotating hover galleries, and fluid transitions.
Dynamic CMS: Next.js (App Router) backend paired with Supabase for real-time project management and instant synchronization.
Responsive Layouts: Premium dark mode design fully optimized for mobile devices and standard aspect ratio rendering.
Tech Stack: Next.js, React, Tailwind CSS, GSAP, Supabase, Node.js, and Vercel.
1
26
I Built a Sports Club Platform which shows live player stats on their website, but data was scattered across CricClubs, spreadsheets, and emails. Updates took hours of manual work.
What I Built
A web platform that:
✅ Displays live player statistics automatically
✅ Lets admins upload new stats in 5 minutes (via drag-and-drop CSV)
✅ Syncs data from multiple sources automatically
✅ Looks professional on phones & desktops
✅ Scales without breaking
How It Works
Coach exports stats from CricClubs
Admin uploads CSV to dashboard
Website updates instantly with new data
Players & recruits see real-time performance
Tech Stack
React • Vite • Supabase • Netlify • JavaScript
Results
75% less admin time per season
Zero data entry errors through automation
Professional image for recruits & sponsors
1
46
A local pizzeria needed to go digital. I built them the whole thing — a slick mobile app for customers to order and pay, a kitchen dashboard for staff to manage orders in real time, and a robust backend holding it all together. Live in Germany. Real orders. Real impact.
0
17
Just build a desktop application that automates annual equipment inspection data management. Instead of manual copy-pasting from Word documents into Excel spreadsheets, this app automatically extracts inspection data, centralizes it in a searchable database, and tracks equipment health across multiple years.
The Problem It Solves
Manufacturing facilities conduct yearly equipment inspections. Before this tool, engineers wasted hours manually:
Copying inspection data from Word reports into local Excel files
Maintaining separate spreadsheets with no single source of truth
Dealing with conflicting edits when team members worked on the same shared drive
Searching through multiple files to find component history
Your Solution
A Windows desktop application that:
✅ Extracts inspection data automatically from Word documents using intelligent parsing
✅ Centralizes data in portable SQLite databases (one per plant)
✅ Tracks component health across inspection years in a single matrix view
✅ Handles multi-user collaboration with automatic conflict resolution for SharePoint/OneDrive teams
✅ Exports to PDF one-click landscape reports for documentation
✅ Provides audit trails — full record of who changed what and when
Technical Stack
Frontend: Electron (cross-platform desktop) + HTML/CSS/JavaScript
Backend: Python (intelligent .docx parsing via python-docx)
Database: SQLite (portable, zero-admin, SharePoint-compatible)
Key Features: IPC communication, real-time search, conflict resolution, PDF export, audit logging
Key Achievements
Production-ready application currently deployed
Handles real-world complexity: multi-language documents, varying table layouts, Wingdings encoding, corrupted data
Security: renderer sandbox, input sanitization, XSS prevention, OS-authenticated audit trail
Tested: 53+ automated test cases for parser accuracy and database integrity