A headless content management system (CMS) is a software platform that provides the same capabilities as a traditional CMS but without its interface. This can be useful when you want to use your own front-end technology or framework with your website.
#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 […]
#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 […]
#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 […]
#653 — September 7, 2023 Read on the Web 😅 We’re back! After two weeks enjoying the blistering desert heat of Las Vegas and downpours of Storm Hilary, I’m ready to get back to the weekly JavaScript roundups – fingers crossed we’re here each week till Christmas now 🙂__Peter Cooper and the Cooperpress team JavaScript Weekly […]
For over a decade, NodeSource has developed and maintained a Node.js package repository that, has become the standard for production use globally. We are excited to announce some significant updates to this repo that include a large number of items related to user requests. (Note that there is an important point in the section below […]
#652 — August 17, 2023 Read on the Web 🏝️ I’m taking two weeks off and will be back on Thursday, September 7. So if you don’t see the newsletter turn up for a while, it’s our fault 😉 As I’ve had to produce much of this issue a few days in advance, I’m mixing in […]
NodeSource is excited to announce N|Solid v4.10.1 which contains the following changes: General stability improvements and bug fixes Node.js v16.20.2 (LTS): Includes a Node.js security release captured in Node.js v16.20.2 (LTS). Node.js v18.17.1 (LTS): Includes a Node.js security release captured in Node.js v18.17.1 (LTS). For detailed information on installing and using N|Solid, please refer to […]
#651 — August 10, 2023 Read on the Web JavaScript Weekly My Experience Modernizing Packages to ESM — What a post! Mark, well known for his work on React, Redux, and much more, details the painful experiences and hard-earned lessons he picked up while migrating the Redux packages to ES modules. Mark ‘acemarke’ Erikson Things You Forgot […]
We are excited to release Serverless Observability for N|Solid with support for AWS Lambda. With the growth of organizations leveraging serverless increasing as they realize the performance and cost benefits, we’re excited to provide customers with this new visibility into the health and performance of their Node.js apps utilizing Serverless Functions utilizing serverless architectures. Img […]
#650 — August 3, 2023 Read on the Web JavaScript Weekly A Tale of Evading JavaScript Anti-Debugging Techniques — When you’re poking arounddebugging code written and distributed by a third party, there might be some sneaky traps thrown in your path to prevent your usual techniques from working. What next? Disable breakpoints in DevTools? Use […]