
How to Change Algorithms in Symfony without Code Modifications: The Strategy Pattern
Using the Strategy pattern in Symfony to switch behavior without spreading conditional logic.
Engineering notes
Practical notes from software projects, backend systems, frontend architecture, deployment work, and applied research.

Using the Strategy pattern in Symfony to switch behavior without spreading conditional logic.
March 17, 2025
How value objects can make Symfony domain code clearer, stricter, and easier to maintain.
March 4, 2025
A Symfony monitoring setup with GlitchTip for error tracking and production observability.
September 22, 2024
A Symfony passkey authentication setup using WebAuthn and open-source Symfony bundles.
July 7, 2024
A practical deployment walkthrough for Rails, Capistrano, Puma, Nginx, and an Ubuntu VPS.
July 4, 2024
A Symfony security approach that separates application users from framework-specific security models.
July 1, 2024
A Symfony webhook flow for sending GitHub repository notifications to Telegram.