YYYogesh Yadavincodescoop.hashnode.dev·May 3 · 11 min readReal-Time on the Frontend - SSE, WebSockets & PollingIn this article we'll cover when polling is actually the right answer, why SSE is the most underrated real-time technology on the web, when WebSockets are genuinely worth the complexity, how to handle20
YYYogesh Yadavincodescoop.hashnode.dev·Apr 26 · 10 min readFrontend Security - What Your Browser Is Quietly Protecting You FromIn this article we'll cover how XSS actually happens in real frontend codebases, how CSRF works and where the browser's default protections break down, how clickjacking works and how one header stops 20
YYYogesh Yadavincodescoop.hashnode.dev·Apr 19 · 9 min readAuthentication on the Frontend - More Than Just TokensIn this article we'll cover how token storage works and why the wrong choice creates real security vulnerabilities, how silent refresh keeps users logged in without interrupting their experience, how 20
YYYogesh Yadavincodescoop.hashnode.dev·Apr 16 · 9 min readFrontend Performance That Actually Moves the NeedleIn this article we'll cover why Lighthouse scores alone don't tell the full story, what metrics actually matter at scale, how real user monitoring changes the way you think about performance, and the 20
YYYogesh Yadavincodescoop.hashnode.dev·Apr 5 · 9 min readFrontend Caching Done RightIn this article we’ll cover how the browser cache and HTTP headers work, when and how to use stale-while-revalidate, how service workers give you programmatic control over caching, what you should nev30