top of page
Just Jeb
Search
![](https://static.wixstatic.com/media/c78382_44108ac0b24d4380bf4e7ebbf202f425~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/c78382_44108ac0b24d4380bf4e7ebbf202f425~mv2.webp)
![Why does setTimeout(func, 0) work, anyway?](https://static.wixstatic.com/media/c78382_44108ac0b24d4380bf4e7ebbf202f425~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/c78382_44108ac0b24d4380bf4e7ebbf202f425~mv2.webp)
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,099 views0 comments
![Optimizing Your Web App: How to Score 100 on Lighthouse](https://static.wixstatic.com/media/c78382_910328a6a78f4091a8ceb8e6c01ff69b~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_auto/c78382_910328a6a78f4091a8ceb8e6c01ff69b~mv2.webp)
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,109 views0 comments
![](https://static.wixstatic.com/media/nsplsh_426672516e4b42756c5951~mv2_d_5184_3456_s_4_2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/nsplsh_426672516e4b42756c5951~mv2_d_5184_3456_s_4_2.webp)
![Stop Using Function Parameters Now](https://static.wixstatic.com/media/nsplsh_426672516e4b42756c5951~mv2_d_5184_3456_s_4_2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/nsplsh_426672516e4b42756c5951~mv2_d_5184_3456_s_4_2.webp)
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,020 views0 comments
bottom of page