Two years ago I went to the original edition of ng-europe and it was awesome. Not only was the first AngularJS conference in Europe but also the first conference I ever attended. Since them I’ve been to many others but I couldn’t miss the chance to visit the second edition of ng-europe and enjoy a few days in Paris. Continue reading
Tag Archives: AngularJS
Atomic updates with AngularFire
I’ve been working lately with Firebase and I find it impressive. But I know from my experience when you are new to a framework or library it’s not easy to piece it together.
Firebase introduced atomic multi-location writes, which play really well with the concept of denormalization as we can update multiple locations at the same time. Continue reading
Thoughtram Angular 2 Master Class
The tale of many developers once graduated is about self-learning; reading books and blog posts, watching videos and presentations, and sometimes sharing ideas with smart colleagues. Our world is constantly changing and there are always new things to learn, that’s why it’s so good to have an expert to teach you. Continue reading
Set custom Firebase IDs with AngularJS string filters
My developer to-do list grows constantly and Firebase was already there for a long time. Continue reading
Update PhantomJS to test Angular 1.5
TL;DR: npm install karma-phantomjs-launcher@latest phantomjs-prebuilt@latest
Updating an old project to Angular 1.5 all my tests broke or that’s what I thought when I got the Error: [$injector:modulerr] Failed to instantiate module ng due to: TypeError: ‘undefined’ is not an object (evaluating ‘Function.prototype.bind.apply’).