A living reference for writing posts — thumbnails, code, tables, alerts, footnotes, images, audio, video, and YouTube embeds.
- Markdown
- Blog
- Reference
$ ls -la content/blog/
total 14 — 14 markdown files, 0 directories
Tech Blog
Deep dives on frontend architecture, design systems, and product engineering — straight from the terminal.
Subscribe via RSSA living reference for writing posts — thumbnails, code, tables, alerts, footnotes, images, audio, video, and YouTube embeds.
How Ken Perlin's gradient noise creates infinite terrain, clouds, and fire — and why Simplex improved it thirty years later.
transformer-attention-explained.md·May 28, 2025
A frontend engineer's guide to the architecture behind GPT — self-attention, positional encoding, and the encoder-decoder split.
Render infinite geometry on a fullscreen triangle — SDFs, sphere tracing, and the shader loop that replaced polygon soup.
How to ship a markdown blog with zero database, full SEO, and static export — the same stack powering mahdi.is-a.dev.
gradient-descent-deep-learning.md·May 4, 2025
Loss surfaces, learning rates, momentum, and Adam — the optimization loop that makes neural networks actually learn.
Lessons from building NPUI — tokens, primitives, and the gap between Figma and production.
concurrent-react-explained.md·May 20, 2025
How React 18 schedules updates, keeps the UI responsive during heavy renders, and what useTransition actually buys you.
b-trees-database-indexes.md·May 16, 2025
The data structure behind PostgreSQL, SQLite, and MySQL indexes — balanced trees, page alignment, and why O(log n) isn't enough.
webassembly-beyond-browser.md·May 12, 2025
From Figma's design engine to Cloudflare Workers — why WASM is becoming the portable bytecode layer of the web stack.
raft-consensus-explained.md·May 8, 2025
How distributed systems agree on a log when nodes fail — terms, heartbeats, and why Paxos stayed in papers while Raft got textbooks.
oauth2-pkce-spa-security.md·April 28, 2025
Why implicit flow died, how PKCE protects public clients, and the token flow every React app should implement.
git-internals-objects-and-refs.md·April 24, 2025
Git isn't a filesystem with history — it's a content-addressed object database with labels. Once you see the DAG, everything clicks.
privacy-first-analytics.md·March 18, 2025
Building Analytick taught me that you can have real-time dashboards and respect user privacy — if you design constraints in from day one.