Rapid chrome app development with angular
Rapid chrome app development with angular Published on October 29, 2013 The Chrome web browser is Google’s custom browser. Not only is it incredibly speedy and on the bleeding edge of web development,...
View ArticleAWS JS SDK – The Canonical Angular Guide
One of the biggest benefits to building a single page app (SPA) is the ability to host flat files, rather than needing to build and service a back-end infrastructure. However, most of the applications...
View ArticleAngular for the jQuery developer
One of the most commonly asked questions about learning AngularJS is how to think about it when coming from a jQuery background where manually manipulating the DOM tree is a requirement to adding...
View ArticleEasily Add a Back End to Your Angular App With Firebase
As a client-side framework, Angular alone is not enough to build a full back-end webapp. Often times, it’s difficult to know when to sync our data with the back-end, and how to handle the changes and...
View ArticlePractical End-to-End Testing with Protractor
One of the reasons AngularJS is so great to work with is that it was developed around the idea that testing is so important that it should be built into the framework. Every check-in of the Angular...
View ArticleEmbedding Angular in the physical world
How to prototype your $3.2 billion dollar business on Angular in 20 minutes Today’s article is based upon the ngConf talk presented January 2014. See the video at the end of this article We’re flexing...
View ArticleHow to Learn AngularJS – Your AngularJS Sherpa
Learning AngularJS can be complex. There are an overwhelming number resources available on the web. The blog posts can be conflicting and confusing, and a simple google search can turn up 5 articles...
View ArticleDiving Deep with Dependency Injection
One of the coolest features of AngularJS is an often-misunderstood and somewhat widely undervalued component of the framework. It is a crucial component of the framework that allows the rest of the...
View ArticleBuilding the 2048 game in AngularJS
One of the most frequently asked questions we get is when would Angular be a poor choice to use as a framework. Our default answer is usually when writing games as Angular has it’s own event loop...
View ArticleBuilding multiplayer games with Angular
Ari Lerner spoke about the content of this post at ngEurope. The video can be viewed here The entire source code for this post is available at the end of the tutorial. The slides for the talk are...
View Article