Articles by tag: php
Concurrency in Laravel with TrueAsync — technical guide
How to adapt Laravel to TrueAsync for true asynchrony. Isolation of stateful services, PDO Pool, enum keys. Implementation without Swoole.
Opcodes PHP: if vs switch vs match — comparison
Analysis of opcodes for if/else, switch and match in PHP. How the compiler generates instructions and when switch is really faster. For middle/senior developers.
UseCase in backend development: structuring business logic
Learn how the UseCase pattern helps organize business scenarios in applications. Improve code readability and simplify testing. Read the details.
PHPUnit covers: navigation and test coverage for developers
How to use covers annotations and attributes in PHPUnit to improve navigation between tests and code. Practical examples and IDE setup.