NodeJS Official
10 JavaScript concepts every Node developer must master
Node.js went from an out-of-the-box idea to a mainstay in record time. Today, it’s a de facto standard for creating web applications, systems software, and more. Server-side Node frameworks like Express, build-chain tools like Webpack, and a host of utilities for every need make Node a hugely popular way to leverage the Read more…
NodeJS Official
Polyfills gone rogue
#503 — September 26, 2023 Read on the Web Speeding up the JavaScript Ecosystem: Polyfills Gone Rogue? — Marvin has been on a mission to speed up popular libraries – first blogging about speeding up the JS ecosystem, one library at a time last year. Earlier this year he tackled Read more…
NodeJS Official
Deno runtime now integrates with Jupyter Notebook
Deno runtime proponents are touting the simplification of software development via the use of Jupyter Notebook in Deno 1.37. This latest version of the runtime for JavaScript, TypeScript, and WebAssembly also features improved editor support for Visual Studio Code. To read this article in full, please click here
NodeJS Official
Does Node need a mascot of its own?
#502 — September 19, 2023 Read on the Web Does Node.js Need a Mascot? — Go has its cute gopher, Deno has a dinosaur, Bun has, well.. a bun, but what does Node have? Nothing official, as such, and Matteo Collina ponders whether we should change that. Most of the Read more…
NodeJS Official
You can run GitHub Gists with npx
#501 — September 12, 2023 Read on the Web MikroORM 5.8 Released — When MikroORM is mentioned anywhere, I always see folks saying it’s great and deserves more attention, so I’m doing my bit to help 😁 It’s an ORM for Node based around Data Mapper, Unit of Work (hello Read more…
NodeJS Official
Bun 1.0 is out of the oven
Bun, an all-in-one toolkit for building, testing, debugging, and running JavaScript and TypeScript apps, has reached stable production-ready status as of September 8. Positioned as a drop-in replacement for Node.js, Bun is a single executable intended to eliminate complexity and slowness without tossing away everything that is “great” about JavaScript, Read more…