FastAPI APIs: Building High-Performance Python Services

WordPress developer Ahmad Wael explains why moving heavy backend logic to FastAPI APIs is a game-changer. Learn how Pydantic models and automatic documentation can solve performance bottlenecks that plague traditional PHP REST extensions, allowing you to build faster, more reliable microservices alongside your WordPress setup.

Customizing WordPress 7.0 Breadcrumb Block Filters

WordPress 7.0 introduces the native Breadcrumbs block, finally allowing developers to ditch heavy plugins for site navigation. In this guide, I break down the two new Breadcrumb block filters—block_core_breadcrumbs_items and block_core_breadcrumbs_post_type_settings—to show you how to programmatically control site hierarchy and handle complex taxonomy scenarios without breaking your layout.