In a previous post, I wrote about updating Vardyger's Admin UI in order to add support for authentication. In this post, we'll update the Admin UI in order to add support for animation. Install ngFx ngFx is an AngularJS module that makes it easy to add support for animation to…
Vardyger
Authentication for Ionic Apps
In a previous post, I wrote about updating Vardyger's Admin UI in order to add support for internationalisation (i18n) and localisation (l10n). In this post, we'll update the Admin UI in order to add support for authentication. The Cookie Monster There are two common approaches to implementing server-side authentication for…
Using ui-router for handling routes, defining states and sharing data between views
In a previous post, I wrote about using generator-ionic to create the scaffolding for a mobile-optimised Administration UI for the Vardyger publishing platform. In this post, we'll look at how the Admin UI uses the Angular UI router for handling routes, defining states and sharing data between views. Note: I've…
Express, Handlebars and Ghost Themes
In a previous post, I wrote about enhancing Vardyger's API by adding support for content negotiation (e.g., application/json or text/html). In this post, we'll enhance the API by adding support for the Handlebars templating engine and Ghost themes. Handlebars Handlebars is a popular extension of the Mustache…
Swagger, Express and Content Negotiation
In a previous post, I wrote about creating the API for the The Vardyger publishing platform. In this post, we'll enhance the API by adding support for content negotiation (e.g., application/json or text/html). The Swagger Specification We'll start by updating the GET /posts/{id} URI, jump to…
The Vardyger publishing platform :)
In a previous post, I wrote about Swagger and how it can help you to model and build a RESTful API. In this post, I'll walk you through the steps required to create the API for the "Vardyger publishing platform". The Object Model The object model of our…