Doing the opposite of Jim Cramer with Node
January 27, 2022
Trilium Notes: A Knowledge Base App Built with Node — A hierarchical note taking app. Built as an Express app but most commonly used on the desktop via an Electron packaged version. It’s been around a few years but continues to see frequent updates and is a neat example of this sort of app. zadam |
Can Node.js on Twitter |
|
A Complete Beginner’s Guide to Josh Collinsworth |
Using Node.js from Google Sheets (with Fusebit) — Be warned that this integration depends entirely upon Fusebit, a commercial integration platform, but if Google’s Apps Script isn’t enough for you, you may appreciate knowing about this approach. Tomasz Janczuk (Fusebit) |
How To Process Images in Node.js with Sharp — Sharp is a popular high performance package for working with images from Node. Resizing is its main function but it can do other things like rotation, compositing, and gamma correction too. Stanley Ulili |
🛠 Code & Tools
Oclif 2.3: Heroku’s Open CLI Framework for Node — A mature framework for building command line interfaces whether with a few simple flags or lots of subcommands. It comes out of Heroku’s work on its own heavily used CLI tools and an alternative to the Gluegun approach (above). GitHub repo. Heroku |