๐ŸŒŽ Community-curated list of tech conference talks, videos, slides and the like โ€” from all around the world

๐Ÿ“… 2017-11-21
๐ŸŒŽ Warsaw, Poland
Meet Angularians from all over the world - share knowledge. Hear top speakers from around the world. Learn about the present and future of Angular and its ecosystem, TypeScript, tools and much more.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Todd Motto
    In this talk, we'll dive into the Redux paradigm for state management, and build our own Store piece by piece. By understanding Redux and how a Store is assembled, how reducers are composed and state is updated, you'll be able to hit the ground running with NGRX in no time.
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Nir Kaufman
    It's time to boost our appellation performance! Through this session we will walkthrough the must have checklist of api's and techniques aimed for improving runtime performance and UX of our Angular application. Get ready for some practical tips that you can apply to your app right away!
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Manfred Steyer
    Few applications operate without some form of login and access control. But how to implement this requirement best with Angular? This session gives an answer by showing a lot of patterns and best practices. It shows how to leverage tokens, like JWT, to increase the flexibility as well as how to use standards like OAuth 2 and OpenId Connect for Single Sign onโ€ฆ
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Gerard Sans
    In this talk I will be covering High Order Observables and how to master them. These Observables emit other Observables and require specific operators. I will explain how RxJS Core developers deal with complex Observables orchestration and how you can use this knowledge to take your RxJS skills to new heights!
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Sebastian Witalec
    NativeScript is a free and open source JavaScript framework for building native iOS and Android apps, add to it Angular 2 top it up with Electron and a whole new world of possibilities opens up. This beautiful combo allows us to share the code between the Web and, Mobile (both iOS and Android) apps all built on the common ground of Angular 2. Suddenly the diโ€ฆ
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Fรกris Ismail
    See how fast & easy it is to build an angular app to authorize users using Gmail, Facebook, Twitter and Github. Use AngularFire2 for real-time backend to store and sync data from Firebase database. Later on, use Cloud Functions for Firebase to run backend code in response to events triggered in Firebase.
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Bartล‚omiej Naroลผnik
    Long waited version 5 of Angular is finally here. In my talk I reveal the most important changes implemented in this release trying to answer a question: How mature Angular framework is with new major version?
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Filip Mamcarczyk
    'This code that requests data for my component looks beautiful in a constructor, I couldn't have done it better. It doesn't matter that user has to wait for the content to render or that I need to request that data in every single component.' - said no one ever. Route guards can save you a lot of headaches when you use them properly, so let's (re)solve some โ€ฆ
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Shmuela Jacobs
    The Angular teams puts a lot of effort for making front-end development easy and enjoyable for us. The Forms Module is a great example - simple to use, wide range of options, understandable API. Usually the biggest pain in forms is validation. But in Angular forms, this is one of the biggest strengths. In this talk Shmuela will show how to leverage the formsโ€ฆ
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Miล‚osz Piechocki
    The rise of popularity of Functional Programming in the JavaScript community is a fact. Projects such as Redux, Immutable.js, lodash or Cycle.js are becoming more and more widely used and we can see the trend by looking at language features introduced in the ES6 standard (constants, arrow functions, destructuring). On the other hand, Angular framework does nโ€ฆ
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Manfred Steyer
  • ๐ŸŽค

    • ๐Ÿ“น 1 video
    • ๐Ÿ‘ค Dariusz Kalbarczyk