Francesco builds an AngularJS app to consume a previously built Laravel API application for making book wishlists. JSON web token authentication in action!
AngularJS
Thomas Greco takes a deeper look into Angular's ngMessages module and shows how its directives can take the pain out of displaying form validation errors.
Tom Greco explains how to wire up a form that posts to a MongoDB instance set up on MongoHQ and tie it to Zapier.
Peter Bengtsson teaches you what a state is and how to persist it. The article includes an example of persisting a state with AngularJS.
Thomas Greco looks at what's new in Angular 2.0, demonstrating how to write a simple component in TypeScript, then converting the same component to use ES5.
Christian Nwamba walks you through embedding AngularJS into a node-webkit (AKA NW.js) application using his Yeoman generator to scaffold the project.
Ahmad Ajmi shows how to build a page application that requires a multilingual support with more than one language using AngularJS.
Ravi Kiran demonstrates how to use Gulp to compile ES6 modules into both the CommonJS and AMD formats, using a previous Angular project by way of an example
Tom Greco explains how to take advantage of Angular UI Router's relative & absolute named routes, to write modular code you can reuse across your projects.
Aldo Ziflaj introduces you to a stack called MEAN and show how to build a simple application using it.
Tom Greco demonstrates how to validate user input in AngularJS using Angular's recently introduced ngMessages module, which keeps your code nice and DRY.
In this article, Ravi Kiran explains how to use Angular 2 and TypeScript to build a simple application.
Microsoft's Etienne Margraff explains what's new in Vorlon.js, and how you can use it for remote debugging of your JavaScript
Microsoft's David Voyles explains how to use Famo.us and Angular to create an HTML5 / JS project that'll work at near native speeds on mobile apps.
Ryan Chenkie demonstrates how AngularJS interacts with Firebase as he walks you through building a real-time satus update app, complete with authentication.
In this article Thomas Greco explains how to use Grunt to annotate, concatenate, and minify AngularJS applications.
Brad Barrow explains how to use Stamplay's tools to create a back-end without coding.
Chad Smith explains how he leveraged the power of Angular's directives to solve the knotty problem of managing multiple nested forms within a single view.
Narayan Prusty shows us how to integrate Facebook login functionality into a Cordova based cross platform mobile app.
In this article Ritesh Kumar discusses how to develop a small demo to demonstrate how to have MATLAB and the MEAN stack working together.
This article explores Angular's $resource, which provides an out of the box solution for working with RESTful APIs.
In this article Ravi Kiran covers most of the AngularJS testing tips that he learned over the past two years. You'd better not miss it!
Tim Evko dives into ZingChart's Angular Directive, a way to create attractive, functional charts in no time.
Jay Ray returns to teaching us about creating apps with the Ionic Framework, this time showing how it can help with location sharing features.
Is there a JavaScript-Dependency Backlash? Craig discusses the benefits of Progressive Enhancement. Again. Is that JS Framework the best option for your app?
In the second part of his Ionic Framework tutorial, Jay Raj shows us how to add sign up functionality and the ability to add items to a user specific list.
Tanay Pant builds a snazzy-looking movie browser and in so doing demonstrates how to retrieve data from a remote API using AngularJS and its $http service.
Ravi Kiran takes us on a tour of AngularJS's new router and demonstrates how it solves many problems (e.g. parallel and nested views) that ngRoute couldn't.
Jay Ray looks at using the IONIC Framework to create a Bucket List application perfect for mobile usage.
Microsoft's David Catuhe explains how JavaScript developers can embed private members into an object using a technique called “closure space”.