The globalThis proposal introduces a unified mechanism to access the global this in any JavaScript environment. It sounds like a simple thing to polyfill, but it turns out it’s pretty hard to get right. I didn’t even think it was possible until Toon blew ... (more…)
Read more »
If you want to see how sloppy your thinking is, try writing. If you want to see how sloppy your writing is,
try writing math.
– Someone said this... (more…)
Read more »
A play by play in successfully reducing first load JS bundle size by 25% with code splitting via dynamic imports, and getting all NextJS pages into the green zone.
(more…)
Read more »
Low Level JavaScript is a YouTube channel goes deep into the heart of low level programming - messing with ones and zeros - but all in pure JavaScript. patre... (more…)
Read more »
proposal-partial-expression - Function partial application, operator partial application and all that fun stuff. (more…)
Read more »