Backend Engineer with experience building and scaling PHP applications in production environments.
I focus on performance, system behavior, and understanding how backend systems actually work beyond the framework layer.
Currently writing about PHP, backend performance, and production engineering.
Remote full-time opportunities.
Feb 16 · 2 min read · Every backend runtime must answer a fundamental question: "How do we handle two users at the same time?" The answer defines the stability of your entire platform. Process-based Models (The "Apartment" Approach) PHP-FPM uses processes. Each request ge...
Join discussionFeb 9 · 2 min read · Concurrency is often sold as a "feature". In reality, it is a trade-off between Simplicity and Throughput. The Blocking Model (Synchronous) Imagine a bank teller. You walk up. You ask for a withdrawal. The teller counts the money. You leave. Only the...
Join discussion