Quick tutorial on how to restrict access to one single bucket in Google Cloud Storage(GCS) using uniform access control.
tsmx-dev
NodeJS: migrate from deprecated Request package to Got
OMG!!! The Request package is deprecated… some tips beyond the docs and migration guide when moving to Got.
Use CommonJS npm packages in the browser with Browserify
A convenient way to use CommonJS npm packages in client-side JavaScript using Browserify.
human-readable – create user-friendly strings for byte sizes in NodeJS
Lightweight npm-package for creating human-readable strings from bytes (e.g. 17238 → 17.24 kB)
or other sizes.
secure-config – easy and secure NodeJS configuration management
A convenient npm package to handle multi-environment NodeJS configurations with encrypted secrets and HMAC validation. Works with CommonJS and ESM/ECMAScript.