Ahmed Hinedy

Can you articulate your reasoning?

Essays on frontend architecture, tradeoffs, and the decisions behind the interfaces.

  1. 01·

    The Hidden Cost of “Best Practices” in Frontend Systems

    Why practices tuned for code review often break under real product change

    read →
  2. 02·

    How We Cut Our React App's Bundle Size in Half

    How we cut a React app's bundle from 1.54MB gzipped roughly in half: code-splitting, lazy loading, and dependency audits that actually moved the needle.

    read →
  3. 03·

    HTTP Cookies Demystified: A Web Developer's Guide

    A practical guide to HTTP cookies: how Set-Cookie and Cookie headers work, the security attributes that matter, and when to reach for localStorage instead.

    read →