Cory Rylan

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

Follow @coryrylan
CSS

How to Center in CSS with Flexbox

Learn how to center content like images, text and divs vertically and horizontally in CSS using Flexbox.

Read Article
Angular

Using NgOnDestroy with Services in Angular

Learn how to use NgOnDestroy to clean up tasks in Angular Services.

Read Article
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