Tag: javascript
All the articles with the tag "javascript".
-
What Happens to sessionStorage When You Duplicate a Tab?
Published: at 07:30 AMUnderstand how sessionStorage behaves when duplicating browser tabs, with practical examples and tips for web developers.
-
My Experience with Next.js Why It's Bad (And Getting Worse)
Published: at 09:30 AMWhy I'm stepping away from Next.js — and what you need to know about the middleware vulnerability.
-
Why Does JavaScript Fetch Need Two Awaits?
Published: at 05:30 AMUnderstand why JavaScript's Fetch API uses two await calls and what happens if you skip parsing the response body.
-
How to keep node_modules in sync with package.json
Published: at 06:33 PMToday we will be focusing on how to keep our local node_modules up to date whenever the package.json is modified when we pull from remote or switch between branches