




This is a modern, performant personal portfolio website serving as a living CV. Built with Eleventy 3.0 (11ty), a powerful static site generator, it showcases a comprehensive collection of ML/AI engineering projects, research work, and professional achievements.
Static Site Generation:
Styling & Design:
Tooling & Automation:
Content & Data:
✨ Zero JavaScript Overhead - Pure HTML/CSS static output for lightning-fast load times
📱 Fully Responsive - Optimized layouts for mobile, tablet, and desktop viewports
🎨 Light/Dark Mode - Automatic theme detection with Primer CSS theming system
🔗 GitHub Integration - Automated project data syncing from GitHub repositories
📊 Project Grid - Organized showcase of work sorted by relevance and recency
⚡ Optimized Performance - HTML minification, lazy loading, and efficient asset delivery
🔍 SEO Ready - Semantic HTML, proper metadata, and structured content
/
├── _projects/ # ML/AI engineering project showcases
├── _products/ # Commercial products and services
├── _layouts/ # Liquid page templates
├── _includes/ # Reusable template components
├── assets/
│ ├── css/ # Compiled stylesheets
│ ├── sass/ # Source stylesheets
│ └── img/ # Project screenshots and media
├── blog/ # Technical blog and articles
└── script/ # Build automation and sync utilities
This portfolio demonstrates best practices in modern static site development, combining the performance benefits of pre-rendered HTML with the flexibility of a robust template system.