Cory Rylan

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

Follow @coryrylan
Cory Rylan Blog

Brooks Law and Software Development Teams

Learn about what Brooks Law is in Software Development as well as some preventative steps to avoid it.

Read Article
Web Components

Using Web Components in Angular - Video Tutorial

Learn in a video tutorial how to integrate and use Web Components in Angular.

Read Article
Angular

Angular HTTP Pending Request Pattern

Learn how to display HTTP request status messages to users using RxJS Observables.

Read Article
Cory Rylan Blog

2019 Review

A look back at 2019 and my goals for 2020 for Software Development.

Read Article
Angular

Building Angular CLI Projects with Github Actions

Learn how to create an automated CI system for Angular CLI projects using Github Actions.

Read Article
CSS

Dynamic Dark Themes with CSS

Learn how to dynamically change themes with CSS based on user preferences.

Read Article
Recommended Link

Algorithms Introduction Series

Learn the basics of Computer Science Algorithms.

Read Article
JavaScript

Using Static Keyword in JavaScript

Learn how and when to use the static keyword in JavaScript

Read Article
TypeScript

Intro to TypeScript Documentation with TSDoc

Learn how to use TSDoc to generate API Documentation for TypeScript and JavaScript.

Read Article
Angular

Focus First Invalid Input with Angular Forms

Learn how to autofocus the first invalid input when the user submits the form.

Read Article
Lit Web Components

Using Import Maps and Lit Element Web Components

Learn how to use Lit based Web Components without a build step using import maps.

Read Article
Web Components

Web Component Tutorial - Dropdown

Learn how to build a simple Dropdown Web Component using Shadow DOM, custom properties, custom events, and content slots.

Read Article