• End-To-End Testing

  • Angular Feature Modules

    Modules are a great way to organize an application and extend it with capabilities from external libraries. In practical terms, modules are a great way to totally mess the architecture of your app. And complicate dependencies. And make testing a hell. And... you get the picture. This talk presents one way of architecting your Angular apps so they avoid one or two of these pitfalls.

  • Observables vs. Promises in Angular services

  • Trending algorithms

    How to show "What's hot" in the news feed? What makes an item popular? How to customize a news feed per user?