top of page
Just Jeb
Search


Why does setTimeout(func, 0) work, anyway?
Every web developer has seen this code at least once in their life: setTimeout(() => { /*Do some stuff*/ }, 0); However, a lot of people...
JeB
May 9, 20236 min read


Optimizing Your Web App: How to Score 100 on Lighthouse
While you may be using SSR, having all the content discoverable in the initial HTML, using a CDN for caching, and following all the best...
JeB
Feb 21, 202314 min read


Stop Using Function Parameters Now
Why you shouldn't be using function parameters in JavaScript and what the alternative is.
JeB
Apr 28, 20224 min read
bottom of page