Certificates.dev Blog

Discover the latest Certificates tips & tricks, industry news, and best practices

What’s new in Angular 22.1?

What’s new in Angular 22.1?

Angular 22.1 introduces a major change to Angular’s release cycle, moving to one major release per year. Learn what this means for Angular upgrades, versioning, and the future of the framework.

AC

Alain Chautard

Aug 18, 2026

The flat() and flatMap() methods

The flat() and flatMap() methods

Learn how JavaScript's flat() and flatMap() work: default depth, flat(Infinity), dropping holes, and using flatMap as a combined map and filter.

Martin Ferret

Martin Ferret

Aug 11, 2026

JavaScript Generators: Writing Iterators With yield

JavaScript Generators: Writing Iterators With yield

JavaScript generators explained: write lazy iterators with yield, handle infinite sequences, and skip the protocol boilerplate.

Martin Ferret

Martin Ferret

Jul 21, 2026

How to Add Async HTTP Validators to Angular Signal Forms

How to Add Async HTTP Validators to Angular Signal Forms

Learn how to implement asynchronous validation in Angular Signal Forms using validateHttp(). This guide shows how to validate user input with APIs for uniqueness checks, server-side rules, and other HTTP-based validation scenarios.

AC

Alain Chautard

Jul 14, 2026

JavaScript Set Methods: Native Set Theory, Finally

JavaScript Set Methods: Native Set Theory, Finally

Seven new methods landed on JavaScript's Set: union, intersection, difference, and more. Baseline since 2024. A practical guide with real-world examples.

Martin Ferret

Martin Ferret

Jul 7, 2026

How to Debounce Angular Signals?

How to Debounce Angular Signals?

Learn how to debounce Angular 22 Signal Forms to improve performance and reduce unnecessary HTTP requests. This guide explains when debouncing is useful and how to implement it for smoother, more efficient user interactions.

AC

Alain Chautard

Jul 1, 2026

Promise.withResolvers(): The Deferred Pattern Built-In

Promise.withResolvers(): The Deferred Pattern Built-In

Promise.withResolvers() replaces the manual deferred pattern in JavaScript. One destructuring, no executor, no let. ES2024, supported in all modern runtimes.

Martin Ferret

Martin Ferret

Jun 23, 2026

What’s the untracked function? [Angular Signals]

What’s the untracked function? [Angular Signals]

Learn how Angular's computed() function derives reactive values from signals and why it plays a key role in building high-performance, signal-based applications with cleaner and more predictable state management.

AC

Alain Chautard

Jun 16, 2026

`using` in JavaScript: Automatic Resource Management

`using` in JavaScript: Automatic Resource Management

Learn how the new using keyword and Symbol.dispose replace try/finally for cleaner resource management in JavaScript. With ES2026 support details.

Martin Ferret

Martin Ferret

Jun 9, 2026