Together with | ![]() |
|
What Is a 'Realm' in JavaScript?— One of those things you don’t need to know, but that will flesh out your understanding of JS under the hood. A realm is essentially the complete execution environment for a JavaScript program. Gal Weizman |
Is Turbopack Really 10x Faster Than Vite?— Last week’s big news was the unveiling of Turbopack, a Rust-based ‘successor’ to Webpack that boasts significantly performance improvements. Vue and Vite’s Evan You decided to run some benchmarks and ended up pretty deep down the rabbit hole. Evan You |
Shopify Acquires the Remix Project— A mere year after being open sourced, Remix, an exciting full stack Web framework and its associated company, has been acquired by e-commerce giant Shopify. Dion (truly a huge name in the JS space in the day) explains why here, but if you’d prefer a ▶️ snappy two-minute overview then Fireship has you covered. Dion Almaer (Shopify) |
Creating Human-Readable Date/Time Differences— There are libraries to get your “2 minutes ago”, “5 months ago” or “1 year ago” but did you know the Intl API can do it too? Intl.RelativeTimeFormat() is there and supports numerous languages. GitHub's relative-time is an alternative if you need a little extra. Amit Merchant |
Code Coverage with Storybook Test Runner— Coverage reports can show you how much of your code is actually reached in testing and help you find untested areas. Storybook's test runner now generates coverage reports to help with this and supports React, Preact, Svelte and Vue out of the box. Yann Braga (Storybook) |
Find JavaScript Jobs with Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers.
Hired |
|
We've also had some tabs open that aren't JavaScript specific but you might find interesting anyway: Comparing TCP and QUIC by Geoff Huston. If HTTP/3, QUIC and UDP are buzzwords for you and you want to know what's going on under the hood, this is a good technical primer (HTTP/3 is basically HTTP mapped on top of QUIC, as opposed to HTTP 1 and HTTP/2 which use TCP). Advice That Actually Worked For Me by
Nabeel Qureshi. A bit more thoughtful and universal than most advice posts. A Visual Studio 6.0 Nostalgia Trip by Wouter Groeneveld. I might be showing my age by enjoying this. Next stop.. Delphi! Or QBasic..? |
|