Cory Rylan

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

Follow @coryrylan
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
Angular

Introduction to Angular Pipes

A tutorial on learning Angular Pipes. Learn how to create your own custom pipe to trim text content.

Read Article
Angular

Creating an Angular Directive

A tutorial on learning the Angular Directive API. Learn how to build a text snippet directive to create text shortcuts in your applications.

Read Article
Angular

Angular Form Builder and Validation Management

Learn about the new FormBuilder service and create a custom component to manage form validation in Angular components.

Read Article
Cory Rylan Blog

2015 Year Review of Cory Rylan

A review of my blog for 2015 and how things are looking for the future.

Read Article
JavaScript

Multiple Sources in GulpJS

Learn how to build a GulpJS setup for large scale projects with multiple source support.

Read Article
Angular

Angular Observable Data Services

A tutorial on how to use Observables and how they can improve your Angular data services and managing state in your applications.

Read Article
Cory Rylan Blog

Improve Your Technical Reading Skills

Some of my personal tips on how to improve your technical reading skills as a Software Engineer and how to learn more effectively.

Read Article
Cory Rylan Blog

Why Enforcing Code Style is Important

Learn why code automated code style checks are important and how to handle introducing them to software development teams.

Read Article
Angular

Angular ngFor syntax

A introduction tutorial on how to use the Angular ngFor syntax in component templates to construct lists dynamically.

Read Article