Tag: php
SOLID Principles
Danyal April 11, 2024
SOLID is an acronym for five design principles introduced by Robert C. Martin (“Uncle Bob”)…
Posted in Programming Tagged cleancode, coding, php, solid
Queues in Laravel
Danyal November 22, 2022
Sometimes individual process in a workflow takes longer time & increases the response time of…
Posted in Laravel Tagged laravel, php, queues, technology
PHP8: Match Expressions
Danyal November 9, 2022
Switch statements in PHP are useful, yet clunky. Think of the new match expression in PHP 8…
Posted in PHP Tagged new features, php, php8, switch-vs-match