# series exploring (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover series exploring.

Page: <https://rssamplifier.com/topics/series-exploring/blogs>  
Feed: <https://rssamplifier.com/topics/series-exploring/blogs.md>

---

## [A Practical Guide to the AbortController API](https://bdestrempes.dev/articles/abort-controller-api/)

_2025-05-19 · Benjamin Destrempes_

The AbortController API is a modern way to handle asynchronous operations in JavaScript.

## [Feature Flags Part 3 - Feature Flags in the Real World](https://bdestrempes.dev/articles/feature-flags-in-real-world/)

_2025-02-17 · Benjamin Destrempes_

Part 3 of our feature flags series: Learn how to manage feature flags effectively in production environments through a real-world payment system migration

## [Feature Flags Part 2 - Implementation at Scale](https://bdestrempes.dev/articles/feature-flags-at-scale/)

_2025-02-07 · Benjamin Destrempes_

Part 2 of my feature flags series: Exploring approaches to implement feature flag systems that scale with your application

## [Feature Flags Part 1 - Understanding the Fundamentals](https://bdestrempes.dev/articles/feature-flags-fundamentals/)

_2025-02-02 · Benjamin Destrempes_

Part 1 of my feature flags series: Learn the core concepts, different types of controls, and common patterns in feature flag implementation

## [Understanding Feature Flags: Lessons from the Trenches](https://bdestrempes.dev/articles/feature-flags-series-introduction/)

_2025-02-02 · Benjamin Destrempes_

A three-part series exploring feature flags from basic concepts to advanced implementation and real-world challenges

