Polyfills gone rogue

September 26, 2023 By Mark Otto 0

Node.js Weekly

GitHub Actions Could Be So Much BetterGitHub Actions provides a fantastic and useful service, but the developer experience leaves a lot to be desired, particularly when debugging them. If you’ve been frustrated with figuring out Action and setting up your own workflows, you’ll find a lot to nod along to here.

William Woodruff

ASIDES:

  • Node’s Fetch API support is going to be marked as stable but some folks have concerns over the move.

  • An update on GitHub Actions’ plan to transition from Node 16 to Node 20. “Starting October 23rd, workflows containing actions running on Node 16 will display a warning to alert users about the upcoming migration.”

  • Ampt, a spin-off of Serverless Framework, has gone into general availability as a serverless platform for running Node.js and full-stack JavaScript apps.

  • It doesn’t officially ‘launch’ till tomorrow.. but a heads up to instant.dev which promises to be an interesting Postgres-focused Ruby on Rails-inspired ORM and migrations system for Node apps.

  • ▶️ A fantastic documentary about TypeScript went up on YouTube last week – it covers its full origin story, why Microsoft backed it, and features takes from many folks in the TypeScript and JavaScript space. Entertaining and educational.

JavaScript Minification Benchmarks — A frequently updated benchmark suite and results comparing the speed and quality of JavaScript minification approaches across a variety of tools including esbuild, Babel, Bun, SWC, and Uglify.

Hiroki Osame

🛠 Code & Tools

Gitify: GitHub Notifications From Your Menu Bar — If you get too many GitHub notifications, this utility aims to ‘tame’ them by collecting together said notifications into a single app for macOS, Windows and Linux. Built using Node and React as an Electron app. Is it open source? Of course.

Manos Konstantinidis

RDB: A Database Agnostic ORM for Node — Around for many years, RDB nonetheless sits amongst a wide range of options, but the homepage includes lots of examples of its API, so it’s easy to see if its particular flavor is to your taste. It supports both JS and TypeScript, ESM and CJS. GitHub repo.

Lars-Erik Roald

📰 Classifieds

🧑‍💻 Nest.js Back-End Developer at Carallel — Lead the development of a HealthTech platform, focused on Caregiver support. TypeScript, Nest.js, PostgreSQL, AWS, React/Next.js.


🎟️ CityJS Berlin: 1-3 November. Speakers include Elian Van Cutsem Astro core team, Alex Lichter Nuxt core team. Use COMMUNITY discount code to save 25% off.


💻 Hired makes job hunting easy-instead of chasing recruiters, companies approach you with salary details up front. Create a free profile now.

The Canary in the Gold Mine v9.0 — A core tool that lets you pull down any module of your choice and test it using a specific version of the Node runtime. It’s used by the Node.js Project itself to test releases and ‘controversial changes.’

Node.js Project

🤖 Good news?

GitHub’s CEO, Thomas Dohmke, says that despite the rapid encroachment of AI and ML technologies into the software development sphere, “the demand for software developers will continue to outweigh the supply.” Phew..?

On a related topic, I’m headed to the AI Engineer Summit in a couple of weeks to hopefully get a better feel for whether this is true and just how AI can help us progress as developers without unintended negative side effects. If you’re also going to be there, say hi!

Peter Cooper, editor