Category: node js

Vue Components as Custom Elements with Vue 3.2

August 13, 2021 By Mark Otto Off

Vue 3.2 Released — Some new features for single file components, significant perf improvements, and it’s now easy to define native custom elements with defineCustomElement (learn more about this in Vue Components as Custom Elements – this could be a big deal for many). Evan…

Security releases all round

August 12, 2021 By Mark Otto 0

📋 Node Weekly is taking a little summer vacation next week so we’ll be back for the next time on Thursday, August 26. See you then! 🙂 __ Peter Cooper, editor V8 Release v9.3 — Recent V8 releases have been reasonably lean on new features,…

NestJS explained in 100 seconds

August 5, 2021 By Mark Otto 0

40+ Node.js Integration Test Best Practices — Component and integration tests are increasingly popular testing techniques for backends. This repository digs into a variety of quick-fire patterns and practices for creating good component tests. There’s also a demo app and examples using Jest, Mocha, Express,…

Beating the JavaScript drum

July 30, 2021 By Mark Otto Off

Using console.log() Debugging in Visual Studio Code — Using the JavaScript debugger in VS Code you can access the browser developer tools console right inside the editor. Ideal if you’re in that happy majority of console.log debuggers? 🙂 Christian Heilmann Learn the Fundamentals of Redux — Add…

Using Google Drive as a CMS?

July 29, 2021 By Mark Otto 0

ws 8.0: Fast, Stable WebSocket Client and Server for Node — A major update for a mature project that passes industry standard tests for both its server and client abilities. v8.0 improves the developer experience in numerous ways and now uses an ES module wrapper. Luigi…

JS debugging now built in to VS Code

July 23, 2021 By Mark Otto Off

💡 If you like this sort of thing, last year’s State of JS results may also be of interest. Node-RED 2.0 Released — Node-RED is a now very mature ‘low-code’ Node.js-based programming environment, particularly aimed at connecting together services or IoT devices. The 2.0 release…

A super easy way to get local TLS certs automatically

July 22, 2021 By Mark Otto 0

Node-RED 2.0 Released — Node-RED is a now very mature ‘low-code’ Node.js-based programming environment, particularly aimed at connecting together services or IoT devices. The 2.0 release focuses on upgrading dependencies, dropping old Node version support, and an (optional) improved text editor. OpenJS Foundation What Use Cases…

A JavaScript card trick

July 16, 2021 By Mark Otto Off

The Road to Ember 4.0 — The Ember.js framework is ten years old this year and while it’s not often in the headlines, it’s one of the most solid, reliable and battle tested systems out there and a big update is on the way. Matthew Beale…

The Web Streams API comes to Node

July 15, 2021 By Mark Otto 0

A TypeScript Express Starter App — A boilerplate app generator for getting a RESTful API up and running quickly. You can choose from sub-templates covering the basics, using Sequelize, Mongoose, TypeORM, Prisma, or Knex too. 아구몬 Node v16.5.0 (Current) Released — The big change here is…