How to use promises in AngularJS
In this blog post I’ll show how to use promises with AngularJS. First, I’m going to describe a few anti-patterns I’ve seen and then I’ll move on to the core ideas of promise. So, what’s wrong with this...
View ArticleDelaying AngularJS App Initialization
There may be situations where you would like to delay the initialization of your AngularJS app until after some asynchronous operation has finished. This has come up for different reasons on a couple...
View ArticleRuby on Rails: at your pace
Ruby on Rails: Level I (Rails 4) I choose to learn Ruby during my lunch breaks a while ago and have now completed the Rails side of things in the same manner. Once again going back to The Pragmatic...
View ArticleAngularJS with Springboot (ReST MVC) and jackson
Reflections on a delivered project: After considering a JHipster like starting point we decided to roll up something on our own with similar components. We were not constrained with database setup or...
View ArticleAngularJS best practices – Introduction
This blog post is the first in a series about best practices in AngularJS. The purpose of this introduction is to explain why defining the right standards for your project is so crucial. First, let’s...
View ArticleAngular application not working in IE?
We ran into this situation that our Angularjs application was working perfectly fine in Google Chrome, but when we started testing it in Internet Explorer nothing was working. After doing some further...
View Article