JSConf is back

November 7, 2024 By Mark Otto Off

๐Ÿ’ก He also took a similar look at the pipeline operator |>, but this feature is still only in draft as a proposal.

๐Ÿ‡บ๐Ÿ‡ธ JSConf is Back; Here’s the Details โ€” Two months ago, the OpenJS Foundation announced that the popular JSConf brand was joining the foundation and a new North American JSConf event would happen in due course. Now you can mark your calendars for October 14-16, 2025 for an event taking place in the Chesapeake Bay area of Maryland, USA.

OpenJS Foundation

Announcing Rspack 1.1 โ€” Rspack is a fast, Rust-powered alternative to Webpack but with the same API. v1.1 boasts being 10% faster than v1.0 and has an improved, though still experimental, incremental build feature. If super fast build times are your bag, this needs to be on your radar.

The Rspack Team

๐Ÿ“’ Articles & Tutorials

Wasmer Adds Node.js and Bun Support โ€” Wasmer is a Rust-powered WebAssembly runtime and Wasmer 5.0 adds V8 and JavaScriptCore backend support, meaning you can try all sorts of things like, say, running Clang, Python, or even compiled JavaScript apps inside your own JavaScript app..

Syrus Akbary

The Most Effective Ways to Improve Core Web Vitals โ€” Everyone wants their site to be as performant as possible, especially when Google factors performance into its rankings, but how? Google shares a variety of practical techniques to improve your INP, LCP, and CLS metrics here.

Google

Why Code Security Matters – Even in Hardened Environments โ€” A well diagrammed dive into a technique that allows malicious parties to turn a file write vulnerability in a Node.js app into a remote code execution exploit even when the file system is read-only.

Stefan Schiller (Sonar)

Along similarly fun lines is Chris MMO’s Generating Lever-Door Puzzles.

๐Ÿ›  Code & Tools

npmpackage.info: Detailed Package Info on a Single Page โ€” Give this online tool the name of an npm package and you get a quick โ€˜dashboardโ€™ style view of the projectโ€™s main statistics, covering areas like quality scores, commits, open issues, releases, bundle size, and more.

Shrinath Nayak

๐Ÿ“Š NPM Chart is another cool new site focused on showing npm package download stats.

  • BlockNote 0.19 โ€“ ‘Notion-style’ block-based editor. Now supporting column-based layouts and client-side export to .docx and PDF. There’s a demo on the project’s homepage.

  • ๐Ÿ” OpenPGP.js 6.0 โ€“ OpenPGP implementation for JavaScript now supporting the new version of the OpenPGP spec, RFC 9580.

  • Fastify 5.1 โ€“ The fast, low overhead Node.js web framework.

  • xr 6.4 โ€“ Bring VR/AR to React Three Fiber apps.

๐Ÿ“— We’re also reading..

We’ve also had some tabs open that aren’t JavaScript specific but you might find interesting nonetheless:

๐Ÿซฃ Weird Lexical Syntax by Justine Tunney. Justine is building a syntax highlighter and set out to learn 42 programming languages in a single month to help figure out the edge cases. She recounts the surprising things she discovered about the syntax of various languages, including JavaScript.

๐Ÿ‘ป Before You Buy a Domain, Check if it’s Haunted by Bryan Braun. Buying a domain for a side project is always fun, but it’s far less fun when the domain was previously used for nefarious purposes and comes with baggage..

๐Ÿค” What Has Case Distinction But is Neither Uppercase or Lowercase? by Raymond Chen. It sounds like a riddle, but there are actually Unicode characters that have case distinction yet are neither uppercase nor lowercase themselves.