Blog
Long-form technical notes, interactive frontend demos, and exportable MDX posts authored directly inside this portfolio.
MDX Blog Platform Implementation Plan
**Goal:** Replace the static external blog links in this Next.js 16.2 portfolio with a first-class internal blog built around local MDX content, rich article layouts, interactive content blocks, and import/export workflows for HTML, Markdown, and MDX.
Using Web Workers with Vite
Move CPU-heavy work off the main thread and keep your interface responsive.
Adding a Custom Domain to AWS S3 or EC2 with CloudFront
A clean route map for certificates, DNS, and CloudFront behavior.
Upload Folder Images to S3 Bucket
Batch image uploads with predictable keys and safer progress reporting.