My portfolio — hand-coded, zero frameworks, zero build step. Three pages of vanilla HTML/CSS/JS, written the way I write production code: deliberately.
Live: saedcv2.netlify.app
| Page | What it is |
|---|---|
index.html |
The portfolio — including a working intent-hashing demo (real SHA-256 in your browser: sign a transaction, tamper with it, watch the server verdict kill it) |
lab.html |
The Lab — 7 interactive simulations of production fintech patterns: idempotent payments, self-healing webhook sagas, ack-driven delivery ticks, passkey challenge–response, prioritized security telemetry, crash-safe transaction lifecycles, cursor-resumed sockets |
cv.html |
The CV as a live document — two tracks (Mobile / Backend), printable, PDF downloads |
Because the patterns matter more than the tools. Every demo in The Lab — the retry storms, the exponential backoff clocks, the write-ahead journals, the sequence-cursor replays — is implemented from scratch in plain JavaScript, which means every line of it is readable right here in this repo.
View source is the feature.