#397 — July 15, 2021 |
Node Weekly |
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 experimental support for the Web Streams API. You have to use Michaël Zasso |
Uptime Monitoring Is Now Available in AppSignal — Uptime monitoring is the first line of defense against downtime. Ping your apps every minute from 4 locations around the world and receive alerts when something is down. Now you'll know about downtime before your users do. AppSignal sponsor |
IN BRIEF:
|
Managing Node.js Docker Images in GitHub Packages with GitHub Actions — How to publish Node projects as Docker images and then push them to the GitHub Packages container registry. Liran Tal |
How Does Node Load Its Built-In/Native Modules? — How does Node locate and load its JavaScript powered internals, and how can you tinker around by editing such internals yourself? Joyee Cheung |
The Ultimate Guide to Cardinality for Observability Lightstep sponsor |
Using Redis with Node.js — Redis is a popular data structure server commonly used for tasks like caching and message broking. Ivaylo Gerchev |
🛠 Code and Tools
Fuzzball: Fuzzy String Matching Library — To tackle those cases where what’s typed isn’t quite what’s indexed. There’s a neat tree-themed Web-based demo. GPL licensed. Nolan |
The Official MongoDB Node.js Driver v4.0 — A significant update a year in the making which completes a migration to TypeScript and adds support for some features added in MongoDB 5.0. GitHub repo. MongoDB, Inc. |
Mock Service Worker: API Mocking Library for Browser and Node — Intercepts requests which you can then mock. Capture outgoing requests using an Express-like routing syntax, complete with parameters, wildcards, and regexes. GitHub repo. Artem Zakharchenko |
Build Video for Your Node App That Just Works Mux sponsor |
new-tailwind-app: A Node-based CLI to Generate Boilerplate Code for Different Tailwind Apps — Like create-react-app, but for Tailwind. Start a plain Tailwind project or generate one with based on Next.js, React, Gatsby, or Vue, with Prettier integration. Saad Irfan |
fzstd: High Performance Zstandard Decompression in a Pure JS Package
|
node-html-parser 4.1.0: Fast HTML Parser with Basic Element Query Support
|
Johnny Five 2.1: A JavaScript Robotics and IoT Programming Framework
|
lily: A Simple Options Parser Inspired by yargs
|
|