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

Advertisement

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

How to test Angular 1.5 components?

TL;DR: We can test components as we were used to test directives.

Yes, you heard all-right, there is a new kid in town and last Friday Angular 1.5 was released bringing us, among other updates, the component sugar. If you want to know more about it Todd Motto explored the component method back in November when it was still beta. Continue reading