BLOG

BLOG & CHANGELOG

Performance Optimization
Performance

Optimizing CSS Animations for 60fps on Mobile

How I rebuilt every animation in my portfolio to use only transform and opacity — achieving silky-smooth 60fps scrolling even on mid-range Android devices.

Read more
Custom ROM Development
Android

Building Lunaris: A Custom Android ROM from Scratch

A deep dive into the AOSP build process, device tree management, and the challenges of maintaining a custom ROM for Xiaomi devices.

Read more
3D Design Workflow
Design

My Blender Workflow: From Concept to Product Render

Sharing the modeling, texturing, and lighting techniques I use in Blender for photorealistic product visualization and marketing assets.

Read more
Portfolio Redesign
Web Dev

Redesigning My Portfolio: Glassmorphism & GSAP

The design decisions and technical approach behind building a modern portfolio with glassmorphism, scroll-driven animations, and dual theme support.

Read more
AI Career Navigator
AI

Building an AI-Powered Career Navigator

How I integrated AI-driven insights to generate personalized career roadmaps and learning paths for students and professionals.

Read more
Color Grading
Video

Color Grading for the Web: LUT Playground

Creating an interactive color grading tool in the browser and the challenges of bringing DaVinci Resolve concepts to JavaScript.

Read more
LOG

CHANGELOG

v3.2
February 19, 2026

Animation Performance Overhaul

Rebuilt all CSS and JS animations to use transform/opacity only. Consolidated duplicate keyframes, added prefers-reduced-motion guards, GPU-composited cursor, and reduced particle count for mobile.

Performance CSS JavaScript Accessibility
v3.1
February 18, 2026

Multi-Page Architecture & New Pages

Added Blog, Projects, Services, and Links pages. Synced navigation, footer, theme system, and design tokens across all pages for consistent UI/UX.

Architecture UI/UX Navigation
v3.0
February 15, 2026

Complete Portfolio Redesign

Full redesign with glassmorphism theme, GSAP scroll animations, pill navigation, dual dark/light mode, interactive project cards, and comprehensive SEO with structured data.

Redesign GSAP SEO Theming
v2.0
September 2025

Resume Page & GitHub Stats

Added dedicated resume page with print/PDF support, GitHub activity cards, and enhanced contact form with backend integration.

Resume GitHub API Forms
v1.0
January 2025

Initial Launch

First version of the portfolio site with basic sections, dark mode, and responsive layout. Deployed on GitHub Pages.

Launch HTML/CSS/JS