My name is Cory Rylan, Google Developer Expert, Speaker, Software Developer. Building Design Systems and Web Components.
Follow @coryrylanHow to Center in CSS with Flexbox
Learn how to center content like images, text and divs vertically and horizontally in CSS using Flexbox.
Read ArticleUsing NgOnDestroy with Services in Angular
Learn how to use NgOnDestroy to clean up tasks in Angular Services.
Read ArticleBrooks Law and Software Development Teams
Learn about what Brooks Law is in Software Development as well as some preventative steps to avoid it.
Read ArticleUsing Web Components in Angular - Video Tutorial
Learn in a video tutorial how to integrate and use Web Components in Angular.
Read ArticleAngular HTTP Pending Request Pattern
Learn how to display HTTP request status messages to users using RxJS Observables.
Read Article2019 Review
A look back at 2019 and my goals for 2020 for Software Development.
Read ArticleBuilding Angular CLI Projects with Github Actions
Learn how to create an automated CI system for Angular CLI projects using Github Actions.
Read ArticleDynamic Dark Themes with CSS
Learn how to dynamically change themes with CSS based on user preferences.
Read ArticleAlgorithms Introduction Series
Learn the basics of Computer Science Algorithms.
Read ArticleUsing Static Keyword in JavaScript
Learn how and when to use the static keyword in JavaScript
Read ArticleIntro to TypeScript Documentation with TSDoc
Learn how to use TSDoc to generate API Documentation for TypeScript and JavaScript.
Read ArticleFocus First Invalid Input with Angular Forms
Learn how to autofocus the first invalid input when the user submits the form.
Read Article