Tag Archives: Aaron Marisi

Weekly 2017-09-20

Angular releases & docs 5.0.0-beta.7 & 4.4.3
angular-cli v1.4.2 https://github.com/angular/angular-cli/releases

Links

Minko Gechev Implementing a Simple Compiler on 25 Lines of JavaScript – Minko Gechev
Rob Ferguson Excel-like Worksheet – Rob Ferguson
Aaron Marisi Creating the First Screen with Angular Material – Aaron Marisi
Robert Gay Tech Talk Recap: How to Improve Webpack Performance in Large Projects – Robert Gay
Eric Elliott JavaScript Monads Made Simple – Eric Elliott
Deborah Kurata Filtering in Angular – Deborah Kurata
Uri Shaked Setting Up Angular from Scratch – Uri Shaked

Upcoming Events

Artificial Intelleigence meets Developers
Jazoon Zürich
26th, 27th October 2017
ConventionPoint Zürich

uphill conf
Bern
26th-28th April 2018

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.

Weekly 2017-09-13

Angular releases & docs 5.0.0-beta.6 (2017-09-03)
angular-cli v1.4.1 https://github.com/angular/angular-cli/releases

Links

Alex Eagle Building Angular apps at scale – Alex Eagle
Aaron Marisi Creating the First Screen with Angular Material – Aaron Marisi
Brandon Morelli Learn How To Debug JavaScript with Chrome DevTools – Brandon Morelli
Elena Modularization and dependency management: three steps to better code – Elena
angular-university JWT: The Complete Guide to JSON Web Tokens – angular-university
Jonathan Yee Hey TypeScript, where’s my I-prefixed interface! – Jonathan Yee
webdave PWA mit Angular (de) – webdave
Brian Love Updating To NgRx 4 – Brian Love
Torgeir Helgevold Angular AoT In Watch Mode – Torgeir “Tor” Helgevold
Kara Erickson Angular Core Team Member Kara Erickson Talks About Improving Forms with Reactive Programming – Kara Erickson

Upcoming Events

Artificial Intelleigence meets Developers
Jazoon Zürich
26th, 27th October 2017
ConventionPoint Zürich

uphill conf
Bern
26th-28th April 2018

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.

Weekly 2017-08-30

Angular releases & docs 4.3.6
angular-cli 1.3.2, 1.4.0-rc.1 https://github.com/angular/angular-cli/releases

Links

Alexander Zlatkov How JavaScript works: inside the V8 engine + 5 tips on how to write optimized code – Alexander Zlatkov
Maxim Koretskyi Avoiding common confusions with modules in Angular – Maxim Koretskyi
Jonas Felix Angular Continuous Delivery / Deployment with gitlab-ci, stage on commit and prod on git-tag – Jonas Felix
Alex Eagle Building Angular apps at scale – Alex Eagle
Eric Elliott Struggling to Find Great Senior JavaScript Developers? Mentorship is the Answer – Eric Elliott
Dominic Elm Taming snakes with reactive streams – Dominic Elm
Bob at Genuitec Realtime Server Monitoring App with Angular 4 , Node.js & Chart.js – Bob at Genuitec
Ben Lesh RxJS Observable interop with Promises and Async-Await – Ben Lesh
Aaron Marisi Prototyping with Adobe XD and Angular Material – Aaron Marisi
Maxim Salnikov Angular Progressive Web App using Workbox 2.0 – Maxim Salnikov
Todd Motto Preloading ngrx/store with Route Guards – Todd Motto
Bryan Fillmer Keep Trying: Redux Saga Style – Bryan Fillmer
Austin McDaniel Angular Performance Tip: Projected Content – Austin McDaniel

Upcoming Events

Angular Meetup Basel – End to End Testing and CI
Mittwoch, 30. August 2017, 19:00
Klybeckstrasse 190

Artificial Intelleigence meets Developers
Jazoon Zürich
26th, 27th October 2017
ConventionPoint Zürich

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.

Angular weekly 2017-06-21

Angular releases & docs
4.2.3 (2017-06-16)

angular-cli 1.1.2

Angular Material 2.0.0-beta.7 glass-delicatessen (2017-06-19)

Webpack releases
Webpack v3.0.0

Links

Sean T. Larkin webpack 3: Official Release!! – Sean T. Larkin
Marius Schulz TypeScript 2.3: Type-Checking JavaScript Files with –checkJs – Marius Schulz
Jeremias Menichelli Introduction to Webpack: Entry, Output, Loaders, and Plugins – Jeremias Menichelli
Aaron Marisi When to Use ES2015 Modules Instead of Angular Dependency Injection (and When Not to) – Aaron Marisi
John Papa Deploying Angular to Azure – John Papa
Jurgen Van de Moere Angular and RxJS: Create an API Service to Talk to a REST Backend – Jurgen Van de Moere
Pam Lahoud Tips for Running an Angular app in IIS – Pam Lahoud
Juri Strumpflohner Enhanced *ngIf and *ngFor in Angular version 4.0.0 – Juri Strumpflohner
Justin Schwartzenberger Using ngrx store-devtools with the Angular CLI – Justin Schwartzenberger

Upcoming Events

Implementing security for Angular and ASP.NET Core APIs
Basel .NET User Group
Montag, 26. Juni 2017, 18:00
YooApplications AG
Aeschenplatz 4, Basel

Angular Meetup Basel – with little demo/talk (tdb.)
Angular Basel
Dienstag, 28. June 2017, 19:00
Klybeckstrasse, Basel

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.

Angular Weekly 2017-04-12

Package of the Week Angular2-Toaster

Angular2-toaster is an asynchronous, non-blocking Angular2 Toaster Notification library. With it you can easily display short messages to the user to give some information. It can simply be included in your app. After that you get a service provided on which you can call methods to display messages. In addition to that it is very flexible and easy to customise to your needs.

github code | npm

Angular releases & docs
angular material2 2.0.0-beta.3

Links

Philippe Martin Deploying an i18n Angular app with angular-cli – Philippe Martin
Philippe Martin Building a Dynamic website with Angular Universal – Philippe Martin
Santosh Kumar Adidawarpu Angular 2 Guards To Protect Routes – Santosh Kumar Adidawarpu
Aaron Marisi Get Going with the Angular and ASP.NET CLIs – Aaron Marisi
Uri Shaked Angular and Accessibility – Uri Shaked
Manfred Steyer Step by Step Improving Startup Performance with Lazy Loading in Angular – Manfred Steyer
Sean Larkin Everything is a plugin! Mastering webpack from the inside out – Sean Larkin
Dan Wahlin Docker: What Every Angular Developer Should Know About It! – Dan Wahlin
Matias Niemelä Animations in Angular 4.0.0 – Matias Niemelä
Tobias Bosch The Angular Compiler 4.0 – Tobias Bosch
Oliver Combe Lost in Translation – Oliver Combe
Jeff Cross Angular Pre Rendering for SEO, Speed, and Happy Users – Jeff Cross
James Daniels Reducing package size and complexity with NgModule – James Daniels
Elad Bezalel & Paul Gschwendtner Angular Material 2 Workshop – Elad Bezalel & Paul Gschwendtner
Kara Erickson Angular Form Validation – Kara Erickson

Upcoming Events

Jazoon Bern
http://jazoon.com/
27/28.04.2017
Gurten Pavillon, 3084 Wabern, Bern, Switzerland

BärnerJS Talks with Ayşegül Yönet‏
Thursday, April 27, 2017, 6:00 PM
Brückfeldstrasse 16, Bern

Angular Universal with Express.js Demo
Angular Basel
Dienstag, 2. Mai 2017
Klybeckstrasse, Basel

dotnetday (sold out!)

Registration opened
http://dotnetday.ch/
23. Mai 2017
Microsoft, Wallisellen

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.