Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Tag: <span>deployment</span>

Cloud Foundry Supports of Node.js Node Package Manager

Learn how Cloud Foundry supports downloading and installing Node.js modules from the Node Package Manager (NPM) directly on the cloud without developers having to upload them. The normal process of creating a Node.js application requires a local installation of the node modules that essentially makes the application self-contained.

Continuous Integration in the Force.com Cloud

Learn how developers can integrate continuous integration into their Force.com development cycle. The primary focus will be Jenkins (formally called Hudson) to automatically run your Apex test suite and alert your team to test failures and drops in code coverage. Advanced content includes creating JavaScript unit tests and integrating these …