Cory Rylan

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

Follow @coryrylan
StencilJS

Create your first Web Component with Stencil JS

Create reusable UI components that will work in any JavaScript Framework using StencilJS a Web Component framework.

Read Article
Angular

Angular Design Patterns: Feature Services

Simplify features and create more testable components with Feature Services.

Read Article
Angular

Angular Tips: Dynamic Module Imports with the Angular CLI

Learn to use the new JavaScript Dynamic Module syntax to lazy load code for better application performance.

Read Article
Angular

Angular Design Patterns: Feature and Presentation Components

Learn to create highly decoupled and reusable components with common best practices for component architecure.

Read Article
Angular

Angular Tips: Template Binding with Static Types

Learn tips to make Angular templates more aware of our data types and reduce errors using TypeScript interfaces.

Read Article
Angular

Angular Component Inheritance and Template Swapping

Learn how to use Angular Component Inheritance to create components with multiple template options.

Read Article
Angular

Creating a Custom Debounce Click Directive in Angular

Learn how to create a custom Angular directive to debounce click events.

Read Article
Angular

Angular Accessibility Tips and Tricks

Learn multiple tips and tricks to create accessible Angular applications.

Read Article
Angular

Custom Preloading and Lazy Loading Strategies with Angular

Learn how to set up custom preloading and lazy loading strategies in Angular for optimal performance.

Read Article
Angular

Enforcing Code Coverage in Angular CLI Projects

Learn how to set up minimum code coverage rules for unit testing in an Angular CLI project.

Read Article
Angular

Analyzing bundle size with the Angular CLI and Webpack

Learn how to use special Webpack tools to analyze our Angular project bundles and dependencies.

Read Article
Angular

Angular Async Data Binding with ngIf and ngElse

Learn how to use the ngIf and ngElse statement to bind async data and Observables to our Angular templates easily.

Read Article