top of page
Just Jeb
Search


JeB
May 9, 20236 min read
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...
2,155 views0 comments

JeB
Feb 21, 202314 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...
4,155 views0 comments


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