Wrapping Bash Scripts into CLI Tools with Node.js
How to integrate a commonly used bash script into the npm ecosystem, demonstrated with a recent CR (Code Review) submission script.
Wrapping Bash Scripts into CLI Tools with Node.js
How to integrate a commonly used bash script into the npm ecosystem, demonstrated with a recent CR (Code Review) submission script.
Registering Your Beloved npm Packages on a New Registry
A guide to batch-migrating npm packages from one npm registry to another.
Compiling & Building Modern JS Applications
A presentation for our partner department’s client-side engineers on how to compile and build modern JS applications!
Building a Local API Mock Service for Front-End Applications
Life without a mock service is unbearable.