Angular Air show

Angular Air

Summary: AngularAir is a video podcast about the Google Angular platform hosted by Justin Schwartzenberger and sponsored by AngularClass

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: Angular Air
  • Copyright: Copyright 2016 . All rights reserved.

Podcasts:

 ngAir 85- Angular 2 in the Enterprise | File Type: audio/mpeg | Duration: 00:56:29

Angular 2 in the Enterprise ●      Panelists ○      Justin Schwartzenberger ○      Mike Brocchi ○      Mehul ○      Austin McDaniel aka ngPanda ○      Olivier Combe ●      Featured Guests   ○      Nhut Tran ○      Gary Trinklein #Show Notes ●      Intros & backgrounds ●      How was Angular originally introduced into your environment? ●      Why did your enterprise chose Angular? ●      Did you start using it when it was in alpha/beta/rc ? ○      Is your app released yet ? ○      Did you release with an alpha/beta/rc ?

 ngAir 84 - Creating Angular 2 UI Libraries with Kyle Ledbetter | File Type: audio/mpeg | Duration: 00:54:38

Creating Angular 2 UI Libraries ●      Intros to everyone and their interest in creating UI Libraries ●      CSS and handling styles in UI libraries ●      How do you embed css in ui components for distribution? ●      How can you distribute sass/less files as well? ●      How do you manage parent/children component communication? For example with a tabs component ●      What are the important points to check when you want to make your component compatible with AoT? ●      How do you build the project where you dev the components (use cli, roll your own server/build/etc)? ●      How do you make ui components that work on all environments (browser, web workers, electron, server side, nativescript…) ●      Managing documentation for how users consume/implement your components ●      What is your strategy for testing your components? ●      What is on your wish list that would make everyone’s lives easier?   Tips & Picks ●      Justin ○      Example of component lib:

 ngAir 82 - Angular Connect and the Future Beyond Final with Shai Reznik | File Type: audio/mpeg | Duration: 01:05:02

Angular Connect and the Future Beyond Final  with Shai Reznik  AngularConnect Shai’s talk   Favorite talks from panelists Lukas Jeff Cross Ben Lesh Keynote w/ Igor & Rob Angular migrations with Todd Motto 5 tracks Closed captioning https://twitter.com/_akinorew/status/780798885954523137   Stories behind the scenes with Shai Reactions from the attendees What are people excited about? Exposing observables What are people concerned about? Getting code to production   What comes next? ngEurope Ng-conf Production releases

 ngAir 80 - Calm before the storm | File Type: audio/mpeg | Duration: 01:01:55

ngAir 80 - Calm before the storm   #Show Notes Updates Angular 2 release CLI NativeScript conference AngularConnect Tips & Picks Jeff Angular Native poll https://twitter.com/orgbx/status/778928931219070976 PWA links https://github.com/hemanth/awesome-pwa Justin Angular Zone Webinar: using new ngModule in Angular 2 w/ Pascal Precht https://www.youtube.com/watch?v=Usohbij6frA&feature=youtu.be Ng2d3 - D3 + Angular2 Composable Re-usable Charting Framework https://github.com/swimlane/ng2d3 Josh AngularConnect: live streams, schedule on the website Mike ng2dnd

 ngAir Special | File Type: audio/mpeg | Duration: 00:47:28

ngAir Special Host: Jeff Whelpley Guests: Misko Hevery, Rob Wormald, Jules Kremer Panelists: Patrick Stapleton, Justin Schwartzenberger, Olivier Combe, Austin McDaniel, Scott Moss How long has it been? What is the release name? Do you think that Angular 2 is the best solution for enterprise apps right now? What about small apps? How long has it been since you’ve started working on Angular 2? What happens now? What are you the most proud of in Angular 2? Is there something that you would change now if you had the time to do it over ? Will CLI be releasing final at the same time? What is your view on convention over configuration? Will the docs end up containing any recommended implementation patterns like NgModule strategies, redux, etc or is that an area best left to the community? If my setup is ready, is there an interest in using the CLI? What is the size of the team working on Angular 2? Compared to Angular 1? Will you guys start using semver?

 ngAir 79 - ng1 to ng2 Migration with Joe Eames | File Type: audio/mpeg | Duration: 00:56:29

 ngAir 79 - ng1 to ng2 Migration with Joe Eames #Show Notes Intro Joe’s background with migrations Pluralsight course Refactoring your ng1 app before migrating to ng2 Component based architecture What are the different approaches? 3 options: Big bang - should only do if takes a couple weeks, less than 10k lines of code Leave it alone - Maintain it in Angular 1 Slowly convert - Angular 1 app that calls Angular 2 for some pieces Can convert any Angular 2 component into Angular 1 directive When slowly converting, important to mitigate risk by doing smaller changesets Performance Angular 2 an order of magnitude faster Angular 1 is the slow piece Overhead with cooridination, but not that much What to do if no tests in current ng1 app? Do you need to have two http services running? What do you think of Angular’s approach to migration compared to Ember’s?   Wrap Up Answer Q&A from Twitter Upcoming shows:   Tips & Picks

 ngAir 78 GraphQL and Apollo with Uri Goldshtein | File Type: audio/mpeg | Duration: 01:00:43

 ngAir 78 GraphQL and Apollo with Uri Goldshtein   Show Notes Intro Uri GraphQL What is it? What does it solve? Apollo How does this help us do GraphQL? Demo 1 Using GraphiQL to write queries and explore data models Demo 2 Comparison in client of calling multiple REST endpoints, calling a monolithic REST endpoint, and doing the same work with GraphQL using the Apollo service code.   #links Links to all the examples - https://github.com/kamilkisiela/angular2-apollo-examples/blob/master/README.md Docs - http://dev.apollodata.com/core/angular2.html Slack Channel - https://apollostack.slack.com/messages/angular2-apollo/ Barcelona talk - https://www.youtube.com/watch?v=qpGnPbpkcZM&index=3&list=PLhCf3AUOg4PgQoY_A6xWDQ70yaNtPYtZd And Apollo Youtube channel

 ngAir 77 - Todd Motto- The Man The Myth The Legend | File Type: audio/mpeg | Duration: 01:07:45

ngAir 77 - Todd Motto- The Man The Myth The Legend Show Notes   Sponsor pitch for Angular training Mention the live show questions on twitter with #ngair Intros What’re you working on etc ngMigrate 1.5 component courses Why components for Angular 1.x? Path to Angular 2 Lifecycle hooks Uni dataflow Coding demo (if needed/time providing) Angular modules Angular 1.x modules Angular @NgModule What does a developer advocate do? (Olivier)   Tips & Picks   Justin Schwartzenberger Rob Wormald helping to explain NgModule for larger applications https://github.com/angular/angular/issues/10552#issuecomment-241556913

 ngAir 76 - Angular Data Table with Austin McDaniel | File Type: audio/mpeg | Duration: 01:01:48

ngAir 76 - Angular Data Table with Austin McDaniel Show Notes Intros Background of Angular Data Table Use cases for large data tables Origins of Angular 1 solution Demos 1000s rows Nasty hacks in ng1 How looks in ng2 Tips & Picks   Jeff Whelpley https://zeit.co/now https://www.youtube.com/watch?v=LE8C2xXYQD8&feature=youtu.be&t=4426 AngularConnect AngularRemoteConf    

 ngAir 75 - Webpack 2 with Sean Larkin | File Type: audio/mpeg | Duration: 00:57:17

ngAir 75 - Webpack 2 with Sean Larkin   Show Notes Intro to Sean General Webpack questions What does Webpack do? New features in Webpack 2 Evolution of build tooling (i.e. Grunt -> Gulp -> { new stuff } ) and comparisons to other things like rollup or jspm Tutorial 1 - Anatomy of webpack output bundle Tutorial 2 - Plugins Tutorial 3 - Making Angular Awesome Wrap up Tips & Picks   Justin Schwartzenberger AngularZone webinar on new forms stuff http://www.meetup.com/AngularZone/events/232901433/   Jeff Whelpley Principles of Quantum Team Management http://firstround.com/review/the-principles-of-quantum-team-management/ This article is by James Everingham, Head of Engineering at Instagram. Quantum mechanics make the unpredictable understandable

 ngAir 74 - CLI Tutorial with Mike Brocchi | File Type: audio/mpeg | Duration: 00:55:44

Episode Outline & Topics CLI Panelists: Justin Schwartz-and-bacon-berger Guest: Mike Brocchi @brocco #notes Tutorial 1 - scaffolding        Style guide https://angular.io/styleguide         Blueprints Tutorial 2 - sass Tutorial 3 - 3rd party lib         ng2-translate Tips & Picks   Justin  Prisma - http://prisma-ai.com/   Mike Learning - never stop learning, the only thing constant in software dev is change read watch videos

 ngAir 73 - Discussion Topics Show | File Type: audio/mpeg | Duration: 00:58:00

ngAir 73 - discussion show Topics Panelist updates Justin Back from Vegas where I tied the knot with a MacBook Pro Auth and single sign on with ng2 and Auth0 Ng2 forms api changes for RC4 and beyond Jeff Raising money Fast initial load Preboot Admin dashboard   Angular News Angular Team Notes https://docs.google.com/document/d/150lerb1LmNLuau_a_EznPV1I1UHMTbEl61t4hZ7ZpS0/edit#heading=h.4p9qrlj65ncu   New new new Angular 2 Router http://blog.thoughtram.io/angular/2016/06/14/routing-in-angular-2-revisited.html   From Team Notes: Now v1 feature complete.  Lazy loading, guards, etc. works.    Release will come after RC5.  More docs in the works to help with adoption. Migrating to new forms API http://schwarty.com/2016/07/18/migrating-model-driven-forms-to-the-new-forms-api-in-angular-2/   From Team Notes: updateValue going into RC5, reset going in later, more features coming.  As of RC5, no forms are included by default.  Developers will specify the ones they want at bootstrap.  Good time to move to the new forms!

 ngAir 72 - UI Router Tutorial with Chris Thielen | File Type: audio/mpeg | Duration: 01:06:30
 ngAir 71 - AngularFire 2 Tutorial with David East | File Type: audio/mpeg | Duration: 01:07:24

ng-fire Panelists:  Justin Schwartzenberger Guest:  David East Notes ●      Tutorial 1 - Initial Setup ●      Tutorial 2 - Observables ●      Tutorial 3 - Routing Tips & Picks  Justin Kahoot https://kahoot.it https://getkahoot.com David Skateboard tutorials Jeff Minko packaging Angular 2 app http://

 ngAir 70 - The making of ng-show with Shai Reznik | File Type: audio/mpeg | Duration: 00:57:47

The Story behind ng-show   Panelists: Justin Schwartzenberger Guest: Shai Reznik Notes 1) Who are you? 2) How easy was it to prepare for ng-show? 3) Give us the story of how it all came together 4) What is up for next year? Tips & Picks Justin scode-icons https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons   Shai Protractor Docker https://github.com/mrsheepuk/docker-protractor HiRez Videos https://www.youtube.com/channel/UCuGmhP1MSz82hkR1jpJ_F5w   Jeff Whelpley Messi goal https://www.youtube.com/watch?v=mic0XMV8qLM Preboot https://github.com/angular/universal/tree/master/modules/preboot

Comments

Login or signup comment.