ES2024 book; State of JS results; improving ESM; web build tool “Farm”; optimizing JS; property-base

Out now: “Exploring JavaScript (ES2024 Edition)”

exploringjs.com @rauschma@fosstodon.org

“Exploring JavaScript” is the new name of the book “JavaScript for impatient programmers”. Its latest edition is out now and free to read online: Learn everything you need to know about ECMAScript 2024.

State of JavaScript 2023: the results are in

2023.stateofjs.com @sachagreif@hachyderm.io

5 ways JavaScript is improving modules for developers

thenewstack.io @marypcbuk@hachyderm.io @TheNewStack@hachyderm.io

The upcoming “module harmony” proposals for ECMAScript enable the following improvements:
  • Combining module files with Web Workers
  • Module declarations
  • Import attributes
  • Granular security with Compartments
  • Making life easier for dev tools like Jest

Farm: web build tool written in Rust

www.farmfe.org github.com/farm-fe

Highlights:
  • Built-in support for: HTML, CSS, CSS Modules, JS/JSX, TS/TSX, JSON, static assets
  • Supported via official plugins: Sass, Less, PostCSS, Vue, React, Solid
  • Support for Vite plugins
  • Partial bundling

Tips for optimizing JavaScript

romgrk.com github.com/romgrk

“I often feel like JavaScript code in general runs much slower than it could, simply because it’s not optimized properly. Here is a summary of common optimization techniques I’ve found useful. Note that the tradeoff for performance is often readability, so the question of when to go for performance versus readability is a question left to the reader.”

Hands-on guide to property-based testing in JavaScript

www.webdevlog.com github.com/yaircohendev

Property-based testing allows you to generate thousands of variations in data and test your code against them. Learn how to start doing property-based testing in JavaScript with fast-check.”

What is your preferred JavaScript bundler?

Results from our recent newsletter poll (430 participants).
Poll Results: What is your preferred JavaScript bundler? - 430 participants

Ship fast. Stay secure.

socket.dev Sponsor

Socket’s AI-powered threat detection blocks JavaScript supply chain attacks before they have the chance to compromise your dependencies. In addition to scanning for known vulnerabilities, Socket detects 70+ supply chain and code quality issues. Install our free GitHub app in under two minutes and start protecting your repositories today.

Now online: video recordings from Web Engines Hackfest 2024

www.youtube.com @webhackfest@floss.social

Videos:
  • The Future of Source Maps (Jonathan Kuperman)
  • Firefox Wayland post mortem (Martin Stransky)
  • The journey towards stabilizing Chromium’s Wayland support (Antonio Gomes & Max Ihlenfeldt)
  • Nova JavaScript Engine – Exploring a Data-Oriented Engine Design (Aapo Alasuutari)
  • Sustainable Futures: Funding the Web Ecosystem (Stephanie Stimac)
  • History of WebGPU in Deno (Leo Kettmeir)
  • Blitz: a truly modular, hackable web renderer (Nico Burns)
  • Status of the Layer-Based SVG Engine in WebKit (Nikolas Zimmermann)

New versions

Biome v1.8.0: support for CSS and more

github.com @biomejs@fosstodon.org

Highlights:
  • Support for CSS formatting and linting (both opt-in)
  • Support for LSP Workspaces
  • New reporters: Summary, JSON, GitHub and JUnit

Rspack v0.7.4: CSS minimizer and more

github.com github.com/LingyuCoder github.com/web-infra-dev

“In v0.7.4 Rspack provides a new CSS minimizer which uses Lightning CSS under the hood, for now you can enable it by optimization.minimizer, and in Rspack v1.0, it will be enabled by default.”

Bun v1.1.14: patching dependencies, ORM-less object mapping, and more

bun.sh github.com/paperdave github.com/oven-sh

Highlights:
  • bun patch makes it easy to modify dependencies without forking or vendoring. Changes persist into a .patch file which can be reviewed, shared, versioned, and reused in other projects. These .patch files are automatically applied on bun install, with the results cached in Bun's Global Cache.”
  • ORM-less object mapping for bun:sqlite

This email was sent to you. You can unsubscribe from this list here or update your preferences.

Older messages

Better ESM experience; Node.js is here to stay; June TC39 meeting; Node.js test runner; MDN as...

Tuesday, June 18, 2024

We have 10 links for you - Stay up-to-date on JavaScript and tools How JavaScript is finally improving the module experience thenewstack.io @marypcbuk@hachyderm.io “Multiple long-term proposals

Prettier 3.3; Turborepo 2.0; Rspack v0.7.1; most popular language; ArrayBuffers; Promises; Corepack;

Tuesday, June 11, 2024

We have 11 links for you - Stay up-to-date on JavaScript and tools Prettier 3.3: better formatting for import attributes, property keys, template interpolations, etc. prettier.io github.com/

ESLint Configuration Migrator; Rspack v0.7; Deno 1.44; oxlint v0.4.2; Intl.DateTimeFormat;

Tuesday, June 4, 2024

We have 8 links for you - Stay up-to-date on JavaScript and tools Tired of handling a tech stack with REST, SQL, Webpack and 1000 other technologies? github.com Sponsor With its radically holistic

Symbols as WeakMap keys, Compression Streams

Monday, June 3, 2024

We have 3 links for you - Stay up-to-date on JavaScript and tools ECMAScript 2023 feature: symbols as WeakMap keys 2ality.com @rauschma@fosstodon.org This blog post answers two questions: What are

Esbuild v0.21.3; ESLint v9.3.0; Node v22.2.0; Promise.withResolvers(); duplicate named capturing...

Tuesday, May 21, 2024

We have 11 links for you - Stay up-to-date on JavaScript and tools Tired of handling a tech stack with REST, SQL, Webpack and 1000 other technologies? uix.unyt.org Sponsor With its radically holistic

You Might Also Like

Aspire Deployment: Course Updates (coming soon)

Wednesday, October 23, 2024

Hey, it's Milan. Just wanted to share something I'm working on as we're getting closer to the .NET 9 release. I'm working on a brand new chapter for my courses about integrating .NET

📟 Turning Old Tech Into Keychains — How to Use Android's Theft Protection Feature

Tuesday, October 22, 2024

Also: Modern Video Games Are Too Easy, and More! How-To Geek Logo October 22, 2024 Did You Know When Galoob released the "Game Genie" product in the 1990s to allow players on the Nintendo

Unlock Python's Pattern Matching, Combinatoric Iterators, SSH Scripting, and More

Tuesday, October 22, 2024

Structural Pattern Matching in Python #652 – OCTOBER 22, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Structural Pattern Matching in Python In this tutorial, you'll learn how to harness the

Daily Coding Problem: Problem #1586 [Hard]

Tuesday, October 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Airbnb. An 8-puzzle is a game played on a 3 x 3 board of tiles, with the ninth tile

Mapped | The Home Price-to-Income Ratio of Large U.S. Cities 🏘️

Tuesday, October 22, 2024

The top five large US cities have a home price-to-income ratio more than double the national average of 4.7. View Online | Subscribe | Download Our App Presented by Hinrich Foundation NEW REPORT:

Ushering In

Tuesday, October 22, 2024

Netflix's Theatrical Strategy • Blade Runner vs. Elon Musk • Disney vs. App Store • Anthropic's AI PC Control • AirPods Hearing Boost Ushering In Netflix's Theatrical Strategy • Blade

Speeding up with SIMD and Go assembly

Tuesday, October 22, 2024

Plus some Go code generation magic, test parallelism, and working with Excel spreadsheets. | #​528 — October 22, 2024 Unsub | Web Version Together with Ardan Labs Go Weekly A Taste of Go Code Generator

LW 155 - Optimizing Shopify Themes for Long Product Descriptions

Tuesday, October 22, 2024

Optimizing Shopify Themes for Long Product Descriptions ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ Shopify Development news and articles

Secure Your Election 2024 eBook at the Best Value Today ⏰

Tuesday, October 22, 2024

Stay informed with our visual guide to the US Presidential Election—exclusively for VC+ members, along with additional updates. View email in browser Now Available: The Visual Guide to the US Election

Startups of The Year: How To Vote

Tuesday, October 22, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, October 22, 2024? The HackerNoon