#661 — November 2, 2023 Read on the Web JavaScript Weekly Next.js 14 Released — Unveiled at last week’s Next.js Conf, v14 caused a lot of community discussion (not least on Hacker News), largely surrounding Server Actions being declared stable and the ‘backend-meets-frontend’ opportunities this opens up. A new partial prerendering feature is also in …
Read More “Big news for both Next.js and Remix”
Origin of N|Solid In November of 2014, when NodeSource was still a small consulting group, my teammates Dan Shaw, Rod Vagg, and I were having dinner after a customer engagement, discussing how to bring Node.js production deployments to the same level of polish and tooling capability of the other runtimes our customers were already employing. …
Read More “N|Solid OSS Release”
#660 — October 26, 2023 Read on the Web JavaScript Weekly Transformers.js 2.7: ML for the Web, Now with Text-to-Speech — Transformers.js provides access to machine learning models directly in the browser for all sorts of tasks and v2.7 introduces audio generation (live demo.) The Web Speech API remains the natural choice for this task for …
Read More “Web Components forever?”
We are excited to share the release of our new Cost Calculator to showcase just how much the wrong APM provider can add to your cloud hosting costs (try it now). Observability is vital, but it comes with computational overhead that shares the same infrastructure as your application. This is compounded in typical Node.js APM …
Read More “See How Much Your APM is Costing You to Monitor Node.js Apps”
#659 — October 19, 2023 Read on the Web JavaScript Weekly ApexCharts: Interactive Charting and Dataviz Library — A mature and frequently updated charting library for building interactive data visualizations, whether with sparklines, heatmaps, line charts, funnel charts, pies, and others. There are many visual demos and code samples – or check out their homepage. Juned …
Read More “Ways to serve up less JavaScript”
#658 — October 12, 2023 Read on the Web ✍️ Due to being on the road at an event, this is a more compact and bijou issue but I’m back at full pace next week 😅__Peter Cooper, your editor JavaScript Weekly Speeding Up the JS Ecosystem: The Barrel File Debacle — Marvin continues his tour …
Read More “Fluid simulation in JavaScript”
#657 — October 5, 2023 Read on the Web JavaScript Weekly An Interactive Intro to CRDTs — Conflict-free replicated data types (the so-called CRDTs) provide a popular approach to replicate data across numerous clients and allow live collaboration between them without conflicts. This post really digs into what makes CRDTs tick well, complete with interactive examples. …
Read More “Comparing test assertion styles in JavaScript”
#656 — September 28, 2023 Read on the Web JavaScript Weekly The Saga of Google’s Closure Compiler — Dan looks back at Google’s Closure Compiler, a JavaScript transpiler Google built in 2004 and used most heavily in the pre-TypeScript era to reduce the size of JavaScript files, check types, and otherwise handle common pitfalls. A …
Read More “Getting some closure”
#655 — September 21, 2023 Read on the Web JavaScript Weekly ▶ TypeScript Origins: The Documentary — You know you’ve made it when you get your own documentary! This has just dropped but is well produced, packed with stories from TypeScript’s co-creators, users, and other folks at Microsoft, and kept me entertained. It goes particularly deep …
Read More “Microsoft spills the tea on TypeScript”
#654 — September 14, 2023 Read on the Web JavaScript Weekly Bun 1.0: Is It a Toolkit? Is It a Runtime? It’s Both — You’ve used Node, you’ve seen Deno, now Bun has grown up too. It’s a performance-oriented server-side JS runtime built atop JavaScriptCore and makes the unique claim of being “a drop-in replacement …
Read More “JavaScript, ML and LLMs”