Building a Salesforce API wrapper with JS part 1—project structure We are creating a JavaScript wrapper around the Salesforce API. This is the project structure that I've used in all my Node.js projects
Under the code—How a Salesforce CTA created CloudToolkit.io with Python Ben Edwards, Salesforce CTA, spills the beans on the patterns he followed to create his pioneer fullstack salesforce app
Parallel Salesforce metadata retrieval with Promise.all(), array.map() and the Composite API The Tooling API has limitations to protect the performance of your Salesforce org, but we can bypass them with a bit of ES6 magic and the not-so-known Composite API.
Running specified Apex tests from a GitHub pull request body using Node.js A little bit of JavaScript and Bash magic can help us specify which apex tests to run directly from data in a pull request
How to calculate Salesforce field utilization with Node.js The REST and Metadata APIs can help us calculate how much a field is being used, broken down by record type.