
My Favorite JavaScript Unit Testing Resources
A short list of tools and references I’ve found useful for JavaScript unit testing (plus a few practical “testing ecosystem” picks).
JavaScriptTestingUnit Testing
Read more

Configure package.json variables with npmrc
How to keep credentials out of package.json while still wiring scripts: use npm config variables and per-project .npmrc files.
Node.jsnpmTooling
Read more

Introducing Generator-SFDC
Why I built a Yeoman generator for Salesforce (Generator-SFDC), what problem it solves, and what it can scaffold for you.
SalesforceYeomanJavaScript
Read more

Understanding Yeoman
A practical guide to Yeoman: what it is, how to run generators, how to author your own generator, and how to test it.
JavaScriptNode.jsYeoman
Read more

The modern Salesforce development workflow with Visual Studio Code
A pragmatic workflow for Salesforce development using modern JavaScript tooling: Node.js, Git, build systems, and Visual Studio Code.
SalesforceVisual Studio CodeJavaScript
Read more