PinnedYusuf Biberoğlu·Dec 28, 2023Google OAuth, PHP-Symfony, API-Platform, JWTSymfony application using Google OAuth for authentication. When a user signs in through Google, our system will check if the user already…A response icon1A response icon1
PinnedYusuf Biberoğlu·Sep 15, 2020Testing Benford’s Law in Symfony 5, Php FrameworkBenford’s law used for election data, deepfakes, Genome data, scientific fraud detection, accounting fraud detection and macroeconomic…
PinnedInThe StartupbyYusuf Biberoğlu·Sep 8, 2020Formats Supported By the API PlatformThe API system has built-in content negotiation capabilities. By default, only the JSON-LD format is enabled. However, API Platform Core…
Yusuf Biberoğlu·Feb 18Tracking State Changes in API Platform: The Power of [‘previous_data’]In modern API development, simply saving data is rarely enough. When a resource is updated, several side effects usually follow: an email…
Yusuf Biberoğlu·Dec 30, 2025Why wp_kses_post Removes <time> (and How to Fix It Safely)Why <time> tags disappear in WordPress and how to safely allow them without breaking XSS protection.
Yusuf Biberoğlu·Dec 15, 2025Why API Platform Does Not Allow Serializer Groups on canXxx() MethodsWhen working with API Platform and Symfony Serializer, you may encounter the following error:
Yusuf Biberoğlu·Dec 14, 2025No persist(), Still Saved? How Doctrine’s Dirty Checking Really WorksOne of the most common questions Symfony developers ask when working with Doctrine ORM is:
Yusuf Biberoğlu·Sep 16, 2025Building a Resilient and Scalable PHP Backend: Practical StrategiesBuilding a resilient and scalable PHP-based backend system relies on a few fundamental strategies. Here’s a step-by-step, practical guide:
Yusuf Biberoğlu·Aug 11, 2024Flutter: Google sign-in with REST API (JWT)Flutter app that allows users to sign in with their Google accounts, leveraging a REST API built with Symfony framework for authentication…
Yusuf Biberoğlu·Dec 5, 2023Revolutionizing App Design: Flutter 3.16 Embraces Material 3 for Cutting-Edge UIsFlutter’s latest major update, version 3.16, brings several significant advancements and features, enhancing its capabilities as a…