Topic

JavaScript

5 articles

JavaScript

JavaScript security essentials: the pitfalls that still break production

Most JavaScript security failures aren't exotic. They come from trusting the wrong boundary, executing the wrong string, or forgetting how much power the browser hands to whoever turns up.

· 17 min read

JavaScript

Why React re-renders: understanding the Fiber work loop

Most React performance problems are really scheduling problems. A practical look at Fiber, reconciliation, and what actually happens after setState.

· 4 min read

JavaScript

Most JavaScript performance problems aren't JavaScript problems

After enough profiling sessions you start to realise the language is rarely the bottleneck. Our assumptions usually are.

· 5 min read

JavaScript

Why JavaScript performance is weird

Modern JavaScript engines are astonishingly fast, but only because they spend most of their time pretending your code is better than it actually is.

· 10 min read

JavaScript

The event loop is not what you think

Most explanations stop at the call stack and callback queue. The reality is more interesting, and explains many of the bugs engineers encounter in production.

· 4 min read

Jump to

32 articles