Cory Rylan

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

Follow @coryrylan
Web Components

Reusable UIs with Web Components - Angular Lunch

Angular Lunch Meetup, a beginner introduction video to Web Components.

Read Article
TypeScript

Rich Domain Models with TypeScript

Learn how to create Rich Domain Models with TypeScript.

Read Article
Web Components

Reusable UIs with Web Components - NgHouston

NgHouston Meetup, a beginner video introduction on how to use Web Components.

Read Article
RxJS

RxJS Observables versus Subjects

A tutorial on the differences between Observables and various Subjects in RxJS.

Read Article
Lit Web Components

Building Web Components with lit-html

A tutorial on building reusable Web Components with Lit.

Read Article
Web Components

Introduction To Web Components

A tutorial on building reusable UI components in any JavaScript framework using Web Component APIs.

Read Article
Angular

How to make a bug fix in an Angular Library

This short video shows how to make a simple bugfix in the ngx-lite Angular component library.

Read Article
JavaScript

You might not need that Class in your JavaScript

Learn how to leverage JavaScript modules for certain advantages over traditional classes when organizing code.

Read Article
Cory Rylan Blog

Thoughts on Remote Work

Some of my thoughts on when and why remote work is a great option for programmers and software development.

Read Article
RxJS

JavaScript Promises Versus RxJS Observables

Learn the differences between JavaScript Promises and RxJS Observables. Learn why Observables provide more functionality than a typical Promise.

Read Article
TypeScript

Private Methods and Properties in TypeScript Classes

Learn how to use private methods and private properties in TypeScript and their benefits.

Read Article
Angular

Tree Shakeable Providers and Services in Angular

Learn how to leverage tree shakable providers in Angular for better application performance.

Read Article