Deep dives into React internals, V8 optimizations, frontend architecture, and web security. No beginner tutorials — just the internals most developers never explore.
Deep dives on React internals, V8, and frontend architecture — no fluff. Roughly twice a month.
Story Feed
Showing 2 stories
Showing 1-2 of 2 posts
A practical guide to storing authentication tokens securely. Learn the trade-offs between cookies, localStorage, and in-memory storage—covering XSS, CSRF, token theft risks, and how to design secure authentication flows in modern web apps.
A deep technical exploration of backend session and token internals. Learn how authentication state is managed using sessions, cookies, and JWTs, how tokens are validated and refreshed, and how scalable systems securely track user identity.