AI review with visible evidence
Workflows that cite the source, show uncertainty, and leave the final decision with the engineer.
Experiments, technical decisions, and an honest look at how this portfolio is built.
Live case study
I kept the visual identity I liked and rebuilt the machinery underneath it. These are changes from the repository, not demo metrics.
Astro 2 had become the constraint. The site now builds on Astro 7 with current React and content collection APIs.
Static content ships as HTML. Small behaviors use native custom elements, with no hydrated framework island on the critical path.
The main portrait was resized and recompressed without changing the visual direction of the site.
Animation, icon, lazy-image, Vue, and utility packages left behind by old experiments were removed from the install.
Architecture inspector
There is no single frontend rendering strategy worth applying everywhere. Select a real part of this site to see the boundary I chose and why.
Project pages are content-first, so they are rendered during the build. The browser receives the finished document and nothing needs to hydrate.
On the bench
Workflows that cite the source, show uncertainty, and leave the final decision with the engineer.
Moving Vue product surfaces in vertical slices while component contracts stay stable for the team.
Turning bundle and image limits into reviewable checks instead of periodic cleanup work.