saidnasser.dev Portfolio System
This site is intentionally built like a product surface. The goal is to let someone inspect real delivery work quickly instead of reading generic service claims.
What It Is
An Astro site with React islands, project records, case-study pages, and a writing section.
The home screen is designed to answer three fast questions: what got built, why it matters, and where to inspect it.
Why It Matters
System Design Choices
Proof of WorkHomepage as evidence surface
The top-level UI points directly at real projects and inspect paths instead of fake process labels.
Case-study depth
Important projects get their own page so someone can move from quick scan to implementation context immediately.
Writing section
Technical posts on architecture decisions, production bugs, and design thinking behind the work.
Static + interactive split
Astro handles the page shell while React islands cover richer interactive sections where they are useful.