#416 — December 2, 2021 |
Node Weekly |
The Best Starting Word in WORDLE? — WORDLE is an online word game that’s a bit like ‘Mastermind’ but with 5 letter words. And, of course, if you’re a developer, why not use code to analyze an approach to playing it? Amusingly, I used the tip on today’s game and the final 5 letter word described my approach.. Bertrand Fan |
Strapi v4: An Open Source Node.js Headless CMS — Strapi has been around a while and has done a good job building a community around itself. A big new version is out with a new UI, Plugin API, Query Engine and more, plus a focus on refactoring the core to make it easier to extend and twist to your own ends. Here’s the getting started tutorial. Alexandre Bodin |
Data Visualization Made Easy with ReactJS, Nivo and InfluxDB — Learn how you can build charts in ReactJS using Nivo and InfluxDB. InfluxData sponsor |
IN BRIEF:
|
Node v17.2.0 (Current) Released — It’s V8 9.6 time for Node, although it’s a pretty minor change along with everything else in this release - more of a gentle step forward than a leap. Michaël Zasso |
PickBetterPack: Discover Similar Packages from PickBetterPack |
24 Days From Node.js to Rust: Day 1 — Like many, JavaScript developer Jarrod is taking a look at Rust, and he’s starting to blog some notes about the process looking through a Node.js lens. Jarrod Overson |
|
Building a 'Now Playing' Display with Node-RED — Rui wanted to use a Raspberry Pi and LCD screen on his desk to show a ‘now playing’ screen for his media center. Python made up most of the code but Node’s Node-RED low-code system provided the glue. Rui Carmo |
Observability Won't Replace Monitoring (Because It Shouldn't) Lightstep sponsor |
Using Node to Build a Slack Bot for HubSpot — Comes from Fusebit whose integration platform is used to join the parts together. Liz Parody |
Volta vs. |
🛠 Code & Tools
gradient-string: Beautiful Color Gradients in Terminal Output — Finding that merely colorizing your program’s text output is too old school? Now you can step up to gradients instead. Don’t ask why, but it does look nice and I've seen a few CLI tools use it to wow users. Boris K |
Kysely: A Type-Safe SQL Query Builder for TypeScript — Aims to make it difficult to write invalid SQL with results being always correctly typed, no matter how complex the query. Sami Koskimäki |
node-qrcode 1.5.0: Generate QR Codes from Node — QR codes are 2D barcodes that can store arbitrary data (like URLs, say). They can be scanned by mobile devices easily so you might want to generate them within an app. Ryan Day |
Sourcegraph Makes It Easier to Find and Fix Things Across All of Your Code, Faster Sourcegraph sponsor |
DOCX 7.2: A Declarative API to Generate .docx Files — Dolan |
Polly 6.0: Record, Replay, and Stub HTTP Interactions — Works in both Node and the browser and gives you a lot of control over recording, replaying and intercepting HTTP requests. We mentioned 5.2 just last week but 6.0 is out now with breaking changes. Netflix, Inc. |
Dann.js 2.4: A Neural Network Library for JavaScript — The aim is ease of use so it’s good to use for experimentation and playing around. GitHub repo. Matias Vazquez-Levi |
better-sqlite3 7.4.5: A Simple, Fast SQLite3 Library for Node
|