Modern, animated portfolio with 3D elements and smooth animations.

A production-grade creative portfolio engineered to demonstrate high-level proficiency in Artificial Intelligence, Blockchain, and Modern Web Architectures. This platform transcends traditional static websites by offering a high-performance interactive experience powered by advanced WebGL shaders, physics-based simulations, and real-time data integration. It serves as a living laboratory for experimenting with cutting-edge frontend technologies while maintaing strict accessibility and SEO standards.
git clone https://github.com/Arfazrll/PersonalBlog.git
cd PersonalBlognpm installCreate a .env.local file in the root directory:
NEXT_PUBLIC_GITHUB_USERNAME=Arfazrll
WAKATIME_API_KEY=your_wakatime_keynpm run devPerformance Bottlenecks with Heavy 3D Assets
Engineered a custom rendering pipeline using Instanced Meshes and aggressive DRaco compression, reducing initial load time by 60% while maintaining a consistent 60 FPS on mobile devices through dynamic quality scaling.
Seamless State Synchronization
Implemented a robust global state management system using Zustand to orchestrate complex interactions between the React UI layer and the 3D Canvas, ensuring perfectly synchronized animations without prop-drilling overhead.
Cross-Browser Shader Compatibility
Developed fallback materials and uniform-based capability detection to ensure the custom GLSL shaders render correctly across inconsistent WebGL implementations on Safari and older Android browsers.