Destructuring CoffeeScript one sip at a time
TL;DR? Don’t worry, (: You can see the code running here. Introduction Destructuring in Coffeescript is an elegant feature that makes the language feel closer to pure functional languages such as...
View ArticleDecorating your tests in AngularJS
Introduction We’ve been using AngularJS at MuleSoft for building our upcoming web-based developer tools and so far we have really enjoyed using it. One area that’s really important to us as developers...
View ArticleIntroducing the NPM Maven Plugin
Introduction Suppose that you have a Maven project and you want to download Node.js modules previously uploaded to NPM. One way of doing that without running node is by using the npm-maven-plugin. It...
View ArticleUsing continuous deployment with CloudHub
Introduction After creating a basic Mule App, you might be wondering how to automate the process of deploying a Mule App to CloudHub. In this post, we are introducing a Maven plugin that enables that...
View Article