Mateusz Stefańczyk

Mateusz Stefańczyk
Key Contributor, Google Developer Expert
Posted by Mateusz Stefańczyk
Mateusz Stefańczyk

Lazy Loading Services in Angular 22

Angular has supported lazy loading for a long time, but until recently it only worked well for whole routes and components. Services were the gap. A service registered in …

Mateusz Stefańczyk

From DOM Scraping to Contracts: Understanding WebMCP (Part 1)

WebMCP is a proposed web standard that lets a web page expose its functionality to AI agents as structured, schema-typed tools, instead of forcing agents to reverse-engineer the user …

Mateusz Stefańczyk

Angular 22: Key Features and Changes

Angular 22 is not about one big new feature. It is about several features becoming stable at the same time. The reactive APIs the team has built over the …

Mateusz Stefańczyk

Agent Skills in Claude – A Practical Guide for Angular Developers

Stop Claude Code from suggesting outdated Angular patterns. Use Agent Skills to enforce modern standards and project-specific code.

Mateusz Stefańczyk

Angular 21.1: Key Features and Improvements

Angular 21.1 simplifies templates with multiple switch cases and spread operators, reducing boilerplate for cleaner, reactive code.

Mateusz Stefańczyk

Signal Forms – Complete Guide

Master Angular Signal Forms: eliminate boilerplate, achieve full TypeScript type safety, and sync state effortlessly without Reactivity.

Mateusz Stefańczyk

Angular: Template @let Variable, Hot or Not?

Struggling with falsy values in Angular templates? Use the @let block to simplify complex data rendering and keep your codebase clean.

Mateusz Stefańczyk

Breakthrough in State Management – Discover the Simplicity of Signal Store, Part 1

Simplify Angular state management with @ngrx/signals. Eliminate boilerplate, leverage functional patterns, and build reactive features.

Mateusz Stefańczyk

New Syntax for control flow in Angular!

Replace cumbersome structural directives with the clean @syntax and @defer blocks to optimize template readability and bundle sizes.

Mateusz Stefańczyk

Angular Standalone API

Ditch NgModules with Angular Standalone components. Simplify your architecture, streamline lazy loading, and build leaner apps today.

Mateusz Stefańczyk

Angular v14 – What you should know?

Simplify Angular development with v14 standalone components and typed forms. Streamline routing, boost type safety, and clean your code.

Mateusz Stefańczyk

RxJS7 – what’s new?

Reduce bundle size and upgrade type safety with RxJS 7. Master new operator syntax and streamlined subscription patterns for cleaner code.