PHP & React Development Insights

Practical insights and guides on PHP/Symfony, React/Next.js, legacy modernization, and software architecture, drawn from 18+ years of building web applications for European businesses.

API Security for B2B SaaS: Beyond OAuth and JWT

OAuth and JWT get you through the door of enterprise procurement—but they are not a security posture. This guide covers the controls that enterprise clients actually audit: rate limiting, IP allowlisting, API key rotation, audit logging, and tenant-scoped authorization.

Read more

PHP 8.3 Features Every Backend Team Should Be Using

Modern PHP runtimes offer fibers, enums, readonly properties, match expressions, and typed class constants—but many teams still write PHP 7 style code. Here are the PHP 8.3 features that meaningfully improve code quality and performance.

Read more