Personal Portfolio

Modern Digital Identity with Interactive Physics & Scroll Jacking

View Homepage

Overview & Problem Statement

A portfolio shouldn't just be a static list of projects; it should be a testament to a developer's engineering capabilities. The objective was to build a highly immersive, performant, and memorable digital identity that showcases advanced frontend skills without sacrificing accessibility or SEO.

Solution Architecture

The site relies entirely on highly optimized Vanilla JavaScript, HTML5, and modern CSS3 rather than heavy frontend frameworks. This ensures lightning-fast load times while maintaining complex interactivity like custom cursor physics and horizontal scroll-jacking.

Key Features

Technology Stack

Vanilla JS HTML5 Canvas CSS3 Variables Web Animations API SEO Optimized

Challenges Overcome

Implementing smooth horizontal scroll-jacking that works perfectly across different screen sizes and input devices (mouse wheels vs trackpads) was highly complex. By capturing delta scroll events and animating the translation of wrapper elements, I managed to create a fluid, hardware-accelerated scroll experience without relying on bulky third-party libraries.