There are two common workflows followed by software engineers developing RESTful API's: the Specification-first approach; and the Implementation-first approach. The Specification-first approach The OpenAPI specification (formerly known as the Swagger specification) is the most popular and widely adopted specification for RESTful APIs. And, there are a great many tools, libraries…
3 posts tagged
Yeoman
Ionic, Angular and Cordova
In a previous post, I wrote about enhancing Vardyger's API by adding support for the Handlebars templating engine and Ghost themes. In this post, we'll enhance Vardyger by generating the scaffolding for a mobile-optimised Administration UI. Prerequisites Yeoman, Grunt and Bower Note: This post will walk you through the steps…
Getting started with WebStorm, Yeoman and AngularJS
WebStorm is an IDE that aims to make life easier for JavaScript developers. In this post, we'll install WebStorm (9.0.1) and then generate the scaffolding for a new AngularJS project using Yeoman. WebStorm Prerequisites Mac OSX 10.5 or higher Java 6 Yeoman Prerequisites Xcode Command Line Tools…