Cory Rylan

My name is , Google Developer Expert, Speaker, Software Developer. Building Design Systems and Web Components.

Follow @coryrylan
Firebase

Fast and Secure Blogs with Firebase

Learn how to create your own fast and secure blog using the static site generator Jekyll and Firebase.

Read Article
Angular

Angular CLI - Adding Third Party Libraries

Learn how to add third party libraries to your Angular application using the Angular CLI.

Read Article
HTML

Simple Offline Page with Service Workers

Learn how to add a simple offline reading view to your website using Service Workers.

Read Article
Angular

Converting Angular 1 Services to the latest Angular Services

Learn how to convert Angular 1 service factories the most common Angular 1 service pattern to Angular 2.x and later services.

Read Article
Angular

Comparing Angular 1 Components to the latest Angular Components

A comparison of Angular 1 components to Angular 2+ components and migration strategies from AngularJS to Angular 2+.

Read Article
Angular

Introduction to Angular Routing

Learn how to manage large Angular applications and navigation with the new component router using features such as child routing and route parameters.

Read Article
Angular

Angular Development with Visual Studio and Windows

A top down intro to developing Angular applications with Visual Studio and Windows. This will cover from downloading Visual Studio to installing NodeJS for JavaScript tooling support.

Read Article
CSS

CSS Encapsulation with Angular Components

A intro on how to better encapsulate your CSS in Angular components. Also learn the different encapsulation techniques and CSS best practices.

Read Article
RxJS

Introduction to RxJS Observables and Angular

A introduction tutorial to RxJS Observables and Angular. Learn how to leverage Observables in your Angular applications effectively.

Read Article
CSS

Better UX CSS Hover Navigation

Improve CSS hover based navigation using advanced CSS transforms and Pseudo-elements.

Read Article
Angular

Introduction to Angular ngClass and ngStyle

Learn how to dynamically control CSS and CSS classes and in Angular using the ngClass and ngStyle directives.

Read Article
Angular JS

ES2015 Class in AngularJS Controllers and Services

Learn how to use ES2015 Classes in you AngularJS 1.x Controllers and Services.

Read Article